|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PagingSession | |
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 PagingSession in wt.fc |
Fields in wt.fc declared as PagingSession | |
private PagingSession |
PagingQueryResult.pagingSession
|
private PagingSession |
PagingQueryResult.pagingSession
|
Methods in wt.fc that return PagingSession | |
private static PagingSession |
PagingSessionHelper.refreshPagingSession(long a_sessionId)
|
static PagingSession |
PagingSession.newPagingSession()
Default factory for the class. |
PagingSession |
PagingQueryResult.getPagingSession()
Gets the value of the attribute: pagingSession; PagingSession instance that has been established for the query. |
private static PagingSession |
PagingSessionHelper.refreshPagingSession(long a_sessionId)
|
static PagingSession |
PagingSession.newPagingSession()
Default factory for the class. |
PagingSession |
PagingQueryResult.getPagingSession()
Gets the value of the attribute: pagingSession; PagingSession instance that has been established for the query. |
Methods in wt.fc with parameters of type PagingSession | |
private static void |
StandardPersistenceManager.updatePagingSessionCache(PagingSession pagingSession)
|
static void |
PagingSessionHelper.closePagingSession(PagingSession a_pagingSession)
This method closes a paging session. |
protected boolean |
PagingSession.readVersion(PagingSession thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
private static void |
StandardPersistenceManager.updatePagingSessionCache(PagingSession pagingSession)
|
static void |
PagingSessionHelper.closePagingSession(PagingSession a_pagingSession)
This method closes a paging session. |
protected boolean |
PagingSession.readVersion(PagingSession thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
Constructors in wt.fc with parameters of type PagingSession | |
PagingQueryResult(PagingSession a_pagingSession,
PagingSessionSpec a_pagingSpec)
Supported API: false |
|
PagingQueryResult(PagingSession a_pagingSession,
PagingSessionSpec a_pagingSpec,
Object a_fetchInfo)
Supported API: false |
|
PagingQueryResult(PagingSession a_pagingSession,
PagingSessionSpec a_pagingSpec)
Supported API: false |
|
PagingQueryResult(PagingSession a_pagingSession,
PagingSessionSpec a_pagingSpec,
Object a_fetchInfo)
Supported API: false |
Uses of PagingSession in wt.pom |
Fields in wt.pom declared as PagingSession | |
private PagingSession |
SnapshotInsertProcess.pagingSession
|
Constructors in wt.pom with parameters of type PagingSession | |
SnapshotInsertProcess(PagingSession a_pagingSession,
Vector a_Vector,
int a_index,
PDSIfc a_pds)
Supported API: false |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |