Package | Description |
---|---|
net.sf.jasperreports.data |
Contains classes for data adapters.
|
net.sf.jasperreports.data.bean |
Contains classes for bean data adapters.
|
net.sf.jasperreports.data.csv |
Contains classes for CSV data adapters.
|
net.sf.jasperreports.data.ds |
Contains classes for custom data source data adapters.
|
net.sf.jasperreports.data.ejbql |
Contains classes for EJB QL data adapters.
|
net.sf.jasperreports.data.empty |
Contains classes for empty data adapters.
|
net.sf.jasperreports.data.excel |
Contains classes for Excel data adapters.
|
net.sf.jasperreports.data.hibernate |
Contains classes for Hibernate data adapters.
|
net.sf.jasperreports.data.hibernate.spring |
Contains classes for Spring Hibernate data adapters.
|
net.sf.jasperreports.data.jdbc |
Contains classes for JDBC data adapters.
|
net.sf.jasperreports.data.jndi |
Contains classes for JNDI data adapters.
|
net.sf.jasperreports.data.json |
Contains classes for JSON data adapters.
|
net.sf.jasperreports.data.mondrian |
Contains classes for Mondrian data adapters.
|
net.sf.jasperreports.data.provider |
Contains classes for data adapters for data source providers.
|
net.sf.jasperreports.data.qe |
Contains classes for query executer data adapters.
|
net.sf.jasperreports.data.xls |
Contains classes for Excel 2003 data adapters.
|
net.sf.jasperreports.data.xlsx |
Contains classes for Excel 2007 data adapters.
|
net.sf.jasperreports.data.xml |
Contains classes for XML data adapters.
|
net.sf.jasperreports.data.xmla |
Contains classes for XML/A data adapters.
|
net.sf.jasperreports.repo |
Provides support for JasperReports repository.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ClasspathAwareDataAdapter |
interface |
FileDataAdapter |
Modifier and Type | Class and Description |
---|---|
class |
AbstractClasspathAwareDataAdapter |
class |
AbstractDataAdapter |
Modifier and Type | Method and Description |
---|---|
DataAdapter |
AbstractDataAdapterService.getDataAdapter() |
Modifier and Type | Method and Description |
---|---|
DataAdapterService |
DefaultDataAdapterServiceFactory.getDataAdapterService(JasperReportsContext jasperReportsContext,
DataAdapter dataAdapter) |
DataAdapterService |
DataAdapterServiceFactory.getDataAdapterService(JasperReportsContext jasperReportsContext,
DataAdapter dataAdapter) |
DataAdapterService |
DataAdapterServiceUtil.getService(DataAdapter dataAdapter) |
void |
AbstractDataAdapterService.setDataAdapter(DataAdapter dataAdapter)
FIXME consider removing
|
Constructor and Description |
---|
AbstractDataAdapterService(JasperReportsContext jasperReportsContext,
DataAdapter dataAdapter) |
Modifier and Type | Interface and Description |
---|---|
interface |
BeanDataAdapter |
Modifier and Type | Class and Description |
---|---|
class |
BeanDataAdapterImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
CsvDataAdapter |
Modifier and Type | Class and Description |
---|---|
class |
CsvDataAdapterImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
DataSourceDataAdapter |
Modifier and Type | Class and Description |
---|---|
class |
DataSourceDataAdapterImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
EjbqlDataAdapter |
Modifier and Type | Class and Description |
---|---|
class |
EjbqlDataAdapterImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
EmptyDataAdapter |
Modifier and Type | Class and Description |
---|---|
class |
EmptyDataAdapterImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
ExcelDataAdapter |
Modifier and Type | Class and Description |
---|---|
class |
ExcelDataAdapterImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
HibernateDataAdapter |
Modifier and Type | Class and Description |
---|---|
class |
HibernateDataAdapterImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
SpringHibernateDataAdapter |
Modifier and Type | Class and Description |
---|---|
class |
SpringHibernateDataAdapterImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
JdbcDataAdapter |
Modifier and Type | Class and Description |
---|---|
class |
JdbcDataAdapterImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
JndiDataAdapter |
Modifier and Type | Class and Description |
---|---|
class |
JndiDataAdapterImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
JsonDataAdapter |
Modifier and Type | Class and Description |
---|---|
class |
JsonDataAdapterImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
MondrianDataAdapter |
Modifier and Type | Class and Description |
---|---|
class |
MondrianDataAdapterImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
DataSourceProviderDataAdapter |
Modifier and Type | Class and Description |
---|---|
class |
DataSourceProviderDataAdapterImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
QueryExecuterDataAdapter |
Modifier and Type | Class and Description |
---|---|
class |
QueryExecuterDataAdapterImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
XlsDataAdapter |
Modifier and Type | Class and Description |
---|---|
class |
XlsDataAdapterImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
XlsxDataAdapter |
Modifier and Type | Class and Description |
---|---|
class |
XlsxDataAdapterImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
RemoteXmlDataAdapter
Deprecated.
Replaced by
XmlDataAdapter . |
interface |
XmlDataAdapter |
Modifier and Type | Class and Description |
---|---|
class |
RemoteXmlDataAdapterImpl
Deprecated.
Replaced by
XmlDataAdapterImpl . |
class |
XmlDataAdapterImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
XmlaDataAdapter |
Modifier and Type | Class and Description |
---|---|
class |
XmlaDataAdapterImpl |
Modifier and Type | Method and Description |
---|---|
DataAdapter |
DataAdapterResource.getDataAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
DataAdapterResource.setDataAdapter(DataAdapter report) |
Copyright © 2016. All rights reserved.