Uses of Interface
net.sf.jasperreports.engine.JRRewindableDataSource
-
Packages that use JRRewindableDataSource Package Description net.sf.jasperreports.data Contains classes for data adapters.net.sf.jasperreports.data.cache Contains classes for data caching.net.sf.jasperreports.data.random Contains classes for empty data adapters.net.sf.jasperreports.engine Provides access to the library's main functionality through facade 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.net.sf.jasperreports.engine.fill Contains fill time implementations for the library's main interfaces and the entire engine used in the filling process (the actual core of JasperReports).net.sf.jasperreports.engine.util Contains utility classes for the core library. -
-
Uses of JRRewindableDataSource in net.sf.jasperreports.data
Classes in net.sf.jasperreports.data with type parameters of type JRRewindableDataSource Modifier and Type Class Description classRewindableDataSourceCollection<D extends JRRewindableDataSource>interfaceRewindableDataSourceProvider<D extends JRRewindableDataSource>Classes in net.sf.jasperreports.data that implement JRRewindableDataSource Modifier and Type Class Description classRewindableDataSourceCollection<D extends JRRewindableDataSource> -
Uses of JRRewindableDataSource in net.sf.jasperreports.data.cache
Classes in net.sf.jasperreports.data.cache that implement JRRewindableDataSource Modifier and Type Class Description classColumnValuesDataSource -
Uses of JRRewindableDataSource in net.sf.jasperreports.data.random
Classes in net.sf.jasperreports.data.random that implement JRRewindableDataSource Modifier and Type Class Description classRandomDataSource -
Uses of JRRewindableDataSource in net.sf.jasperreports.engine
Classes in net.sf.jasperreports.engine that implement JRRewindableDataSource Modifier and Type Class Description classJREmptyDataSourceA simple data source implementation that simulates a data source with a given number of virtual records inside. -
Uses of JRRewindableDataSource in net.sf.jasperreports.engine.data
Subinterfaces of JRRewindableDataSource in net.sf.jasperreports.engine.data Modifier and Type Interface Description interfaceJsonData<T extends JsonData<T>>interfaceRandomAccessDataSourceClasses in net.sf.jasperreports.engine.data that implement JRRewindableDataSource Modifier and Type Class Description classAbstractPoiXlsDataSourceThis data source implementation reads an XLSX or XLS stream.classAbstractXlsDataSourceThis data source implementation reads an XLSX or XLS stream.classAbstractXmlDataSource<T extends AbstractXmlDataSource<?>>Abstract XML data source implementation that allows to access the data from a xml document using XPath expressions.classExcelDataSourceThis data source implementation reads an XLSX or XLS stream.classJaxenXmlDataSourceclassJRAbstractBeanDataSourceclassJRBeanArrayDataSourceA data source implementation that wraps an array of JavaBean objects.classJRBeanCollectionDataSourceA data source implementation that wraps a collection of JavaBean objects.classJRHibernateIterateDataSourceHibernate data source that usesorg.hibernate.Query.iterate().classJRHibernateListDataSourceHibernate data source that usesorg.hibernate.Query.list().classJRHibernateScrollDataSourceHibernate data source that usesorg.hibernate.Query.scroll().classJRJpaDataSourceJava Persistence API data source that usesjavax.persistence.Query.getResultList().classJRMapArrayDataSourceclassJRMapCollectionDataSourceclassJRTableModelDataSourceclassJRXlsxDataSourceDeprecated.Replaced byExcelDataSource.classJRXmlDataSourceXML data source implementation that allows to access the data from a xml document using XPath expressions.classJsonDataCollection<D extends JsonData<D>>classJsonDataSourceJSON data source implementationclassJsonQLDataSourceclassListOfArrayDataSourceclassXlsDataSourceDeprecated.Replaced byExcelDataSource. -
Uses of JRRewindableDataSource in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement JRRewindableDataSource Modifier and Type Class Description classSortedDataSource -
Uses of JRRewindableDataSource in net.sf.jasperreports.engine.util
Classes in net.sf.jasperreports.engine.util that implement JRRewindableDataSource Modifier and Type Class Description classBookmarksFlatDataSource
-