Uses of Class
wt.pom.PagingSessionCache

Packages that use PagingSessionCache
wt.fc Provides high level datastore access by using the PersistenceManager (and server-side-only PersistenceManagerSvr) to find and manage Persistable objects. 
wt.pom Provides low-level, yet database independent, access to a database. 
 

Uses of PagingSessionCache in wt.fc
 

Fields in wt.fc declared as PagingSessionCache
private static PagingSessionCache StandardPersistenceManager.pagingSessionCache
           
private static PagingSessionCache StandardPersistenceManager.pagingSessionCache
           
 

Methods in wt.fc that return PagingSessionCache
static PagingSessionCache StandardPersistenceManager.getPagingSessionCache()
           
static PagingSessionCache StandardPersistenceManager.getPagingSessionCache()
           
 

Uses of PagingSessionCache in wt.pom
 

Methods in wt.pom with parameters of type PagingSessionCache
 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