Package | Description |
---|---|
net.sf.jasperreports.engine |
Provides access to the library's main functionality through façade classes for compiling, filling
and exporting reports and also publishes the library's main interfaces and classes.
|
net.sf.jasperreports.engine.data |
Provides various report data source implementations and allows creating custom data sources.
|
Modifier and Type | Class and Description |
---|---|
class |
JREmptyDataSource
A simple data source implementation that simulates a data source with a given number of virtual records inside.
|
Modifier and Type | Class and Description |
---|---|
class |
JRAbstractBeanDataSource |
class |
JRBeanArrayDataSource |
class |
JRBeanCollectionDataSource |
class |
JRHibernateIterateDataSource
Hibernate data source that uses
org.hibernate.Query.iterate() . |
class |
JRHibernateListDataSource
Hibernate data source that uses
org.hibernate.Query.list() . |
class |
JRHibernateScrollDataSource
Hibernate data source that uses
org.hibernate.Query.scroll() . |
class |
JRJpaDataSource
Java Persistence API data source that uses
javax.persistence.Query.getResultList() . |
class |
JRMapArrayDataSource |
class |
JRMapCollectionDataSource |
class |
JRSortableDataSource |
class |
JRTableModelDataSource |
class |
JRXlsDataSource
This data source implementation reads an XLS stream.
|
class |
JRXmlDataSource
XML data source implementation that allows to access the data from a xml
document using XPath expressions.
|
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com