|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractBatchSpec | |
wt.fc | Provides high level datastore access by using the PersistenceManager (and server-side-only
PersistenceManagerSvr ) to find and manage Persistable objects. |
wt.fc.batch | Provides a mechanism for specifying operations that affect mulitple objects in the persistent datastore. |
wt.pds | Provides additional Persistent Database
Services. See
PersistenceManager to fulfill most database access needs. |
wt.pom | Provides low-level, yet database independent, access to a database. |
Uses of AbstractBatchSpec in wt.fc |
Methods in wt.fc with parameters of type AbstractBatchSpec | |
int |
StandardPersistenceManager.execute(AbstractBatchSpec a_batchSpec)
This method executes a batch update or delete operation on the specified Batch Specification. |
int |
PersistenceManagerSvr.execute(AbstractBatchSpec a_batchSpec)
This method executes a batch update or delete operation on the specified Batch Specification. |
int |
StandardPersistenceManager.execute(AbstractBatchSpec a_batchSpec)
This method executes a batch update or delete operation on the specified Batch Specification. |
int |
PersistenceManagerSvr.execute(AbstractBatchSpec a_batchSpec)
This method executes a batch update or delete operation on the specified Batch Specification. |
Uses of AbstractBatchSpec in wt.fc.batch |
Subclasses of AbstractBatchSpec in wt.fc.batch | |
class |
DeleteBatchSpec
This class implements processing multiple row delete operations. |
class |
UpdateBatchSpec
This class implements processing multiple row update operations. |
Methods in wt.fc.batch with parameters of type AbstractBatchSpec | |
static void |
BatchSpecificationUtilities.queryTargetKeys(AbstractBatchSpec a_batchSpec,
WTCollection a_targets)
This method executes a query to return the target ObjectIdentifiers for the batch specification operation. |
protected boolean |
AbstractBatchSpec.readVersion(AbstractBatchSpec thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
Uses of AbstractBatchSpec in wt.pds |
Methods in wt.pds with parameters of type AbstractBatchSpec | |
int |
SQLDatabasePds.execute(WTConnection a_connection,
AbstractBatchSpec a_batchSpec)
Executes the specified statements in the datastore. |
private UpdateBatchSpec |
SQLDatabasePds.buildNullForeignKeyBatchSpec(AbstractBatchSpec a_batchSpec,
LinkInfo linkInfo)
|
int |
PDSIfc.execute(WTConnection a_connection,
AbstractBatchSpec a_batchSpec)
Executes the multi-row statement specification in the datastore. |
Uses of AbstractBatchSpec in wt.pom |
Methods in wt.pom with parameters of type AbstractBatchSpec | |
int |
PersistentObjectManager.execute(AbstractBatchSpec a_batchSpec,
WTSet a_objects,
boolean a_fullObjects)
Executes the specified statements in from the datastore. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |