|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PageableQuerySpec | |
wt.pom | Provides low-level, yet database independent, access to a database. |
wt.query | Provides generic support for defining SQL queries
(see
QuerySpec and the various things
that can be appended to it) in a database
inedependent manner that should be used with the
PersistenceManager . |
Uses of PageableQuerySpec in wt.pom |
Methods in wt.pom with parameters of type PageableQuerySpec | |
QueryResult |
PersistentObjectManager.query(PageableQuerySpec aStatementSpec,
PagingSessionCache pagingSessionCache,
AccessControllerProcessor anAccessControllerProcessor)
Execute a query |
QueryResult |
PersistentObjectManager.query(PageableQuerySpec a_statementSpec,
AccessControllerProcessor a_accessControllerProcessor,
PagingSessionCache pagingSessionCache,
ResultProcessor a_resultProcessor)
Execute a query |
Uses of PageableQuerySpec in wt.query |
Subclasses of PageableQuerySpec in wt.query | |
class |
BasicPageableQuerySpec
This class provides a standard implementation for establishing a paging session. |
class |
ObjectReferenceSpec
Deprecated. |
class |
PagingSessionSpec
This class can be used to fetch pages from an established paging session. |
Methods in wt.query with parameters of type PageableQuerySpec | |
protected boolean |
PageableQuerySpec.readVersion(PageableQuerySpec thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |