net.sf.jasperreports.engine.data
Class JRHibernateScrollDataSource
java.lang.Object
net.sf.jasperreports.engine.data.JRHibernateAbstractDataSource
net.sf.jasperreports.engine.data.JRHibernateScrollDataSource
- All Implemented Interfaces:
- JRDataSource, JRRewindableDataSource
public class JRHibernateScrollDataSource
- extends JRHibernateAbstractDataSource
- implements JRRewindableDataSource
Hibernate data source that uses org.hibernate.Query.scroll().
- Version:
- $Id: JRHibernateScrollDataSource.java 5180 2012-03-29 13:23:12Z teodord $
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
|
Method Summary |
void |
moveFirst()
Moves back to the first element in the data source. |
boolean |
next()
Tries to position the cursor on the next element in the data source. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JRHibernateScrollDataSource
public JRHibernateScrollDataSource(JRHibernateQueryExecuter queryExecuter,
boolean useFieldDescription)
next
public boolean next()
throws JRException
- Description copied from interface:
JRDataSource
- Tries to position the cursor on the next element in the data source.
- Specified by:
next in interface JRDataSource
- Returns:
- true if there is a next record, false otherwise
- Throws:
JRException - if any error occurs while trying to move to the next element
moveFirst
public void moveFirst()
- Description copied from interface:
JRRewindableDataSource
- Moves back to the first element in the data source.
- Specified by:
moveFirst in interface JRRewindableDataSource
Copyright © 2012. All Rights Reserved.