Class JRHibernateListDataSource

    • Constructor Detail

      • JRHibernateListDataSource

        public JRHibernateListDataSource​(JRHibernateQueryExecuter queryExecuter,
                                         boolean useFieldDescription,
                                         int pageSize)
    • Method Detail

      • fetchPage

        protected void fetchPage()
      • next

        public boolean next()
        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