Package | Description |
---|---|
org.apache.empire.db |
This package contains the core Empire-DB implementation classes.
|
org.apache.empire.db.list |
Modifier and Type | Method and Description |
---|---|
protected <R extends DBRecordBase> |
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)
|
Modifier and Type | Method and Description |
---|---|
<R extends DBRecordBase> |
DBUtils.queryRecordList(DBCommand cmd,
DBRecordListFactory<R> factory,
int first,
int pageSize)
Executes a query and returns a list of DBRecord items
|
Modifier and Type | Class and Description |
---|---|
class |
DBRecordListFactoryImpl<T extends DBRecordBase>
DBRecordListFactoryImpl
Implements the DBRecordListFactory interface
|
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.