Uses of Interface
org.apache.empire.db.list.DBRecordListFactory
Packages that use DBRecordListFactory
Package
Description
This package contains the core Empire-DB implementation classes.
-
Uses of DBRecordListFactory in org.apache.empire.db
Methods in org.apache.empire.db that return DBRecordListFactoryModifier and TypeMethodDescriptionprotected <R extends DBRecordBase>
DBRecordListFactory<R>DBUtils.createDefaultRecordListFactory(Class<R> recordClass, DBRowSet rowset) Crates a default DBRecordListFactory for a DBRecord class The DBRecord class must provide the following constructor DBRecord(DBContext context, DBRowSet rowset)Methods in org.apache.empire.db with parameters of type DBRecordListFactoryModifier and TypeMethodDescription<R extends DBRecordBase>
List<R>DBUtils.queryRecordList(DBCommand cmd, DBRecordListFactory<R> factory, int first, int pageSize) Executes a query and returns a list of DBRecord items -
Uses of DBRecordListFactory in org.apache.empire.db.list
Classes in org.apache.empire.db.list that implement DBRecordListFactoryModifier and TypeClassDescriptionclassDBRecordListFactoryImpl<T extends DBRecordBase>DBRecordListFactoryImpl Implements the DBRecordListFactory interface