|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DatastoreStruct | |
wt.configuration | |
wt.fc | Provides high level datastore access by using the PersistenceManager (and server-side-only
PersistenceManagerSvr ) to find and manage Persistable objects. |
wt.pds | Provides additional Persistent Database
Services. See
PersistenceManager to fulfill most database access needs. |
wt.vc.baseline |
Uses of DatastoreStruct in wt.configuration |
Classes in wt.configuration that implement DatastoreStruct | |
class |
InstanceRow
Use the newInstanceRow static factory method(s), not the
InstanceRow constructor, to construct instances of this
class. |
Uses of DatastoreStruct in wt.fc |
Classes in wt.fc that implement DatastoreStruct | |
class |
AbstractDatastoreStruct
This abstract class contains common implementation for a Datastore Type. |
class |
ExtendedPageResults
This class represents the persistent table used for storing extended paging results. |
class |
IdOidObject
This class represents a Datastore struct for an ID and ObjectIdentifier pair. |
class |
IdUpdateCountObject
This class represents a Datastore struct containing an object's ID and update count. |
class |
OidObject
This class represents a Datastore struct for an ObjectIdentifier. |
class |
PageResults
This class represents the persistent table used for storing paging results. |
class |
RawObject
Use the newRawObject static factory method(s), not the RawObject
constructor, to construct instances of this class. |
class |
RowObject
Use the newRowObject static factory method(s), not the RowObject
constructor, to construct instances of this class. |
Uses of DatastoreStruct in wt.pds |
Constructors in wt.pds with parameters of type DatastoreStruct | |
DatastoreStructProcessor(DatastoreStruct a_struct)
|
Uses of DatastoreStruct in wt.vc.baseline |
Classes in wt.vc.baseline that implement DatastoreStruct | |
class |
BaselineMemberTuple
Use the newBaselineMemberTuple static factory method(s),
not the BaselineMemberTuple constructor, to construct instances
of this class. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |