Uses of Interface
net.sf.jasperreports.engine.JRRewindableDataSource

Packages that use JRRewindableDataSource
net.sf.jasperreports.data.cache   
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. 
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). 
 

Uses of JRRewindableDataSource in net.sf.jasperreports.data.cache
 

Classes in net.sf.jasperreports.data.cache that implement JRRewindableDataSource
 class ColumnValuesDataSource
           
 

Uses of JRRewindableDataSource in net.sf.jasperreports.engine
 

Classes in net.sf.jasperreports.engine that implement JRRewindableDataSource
 class JREmptyDataSource
          A 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
 

Classes in net.sf.jasperreports.engine.data that implement JRRewindableDataSource
 class AbstractXmlDataSource
          Abstract XML data source implementation that allows to access the data from a xml document using XPath expressions.
 class JaxenXmlDataSource
           
 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
          Deprecated. Replaced by ListOfArrayDataSource and DatasetSortUtil.
 class JRTableModelDataSource
           
 class JRXlsDataSource
          This data source implementation reads an XLS stream.
 class JRXlsxDataSource
          This data source implementation reads an XLSX stream.
 class JRXmlDataSource
          XML data source implementation that allows to access the data from a xml document using XPath expressions.
 class JsonDataSource
          JSON data source implementation
 class ListOfArrayDataSource
           
 class XalanXmlDataSource
           
 

Uses of JRRewindableDataSource in net.sf.jasperreports.engine.fill
 

Classes in net.sf.jasperreports.engine.fill that implement JRRewindableDataSource
 class SortedDataSource
           
 



© 2001-2010 Jaspersoft Corporation www.jaspersoft.com