|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DatastoreClass | |
|---|---|
| org.datanucleus.store.mapped | This package provides classes for the management of datastores that are "mapped". |
| Uses of DatastoreClass in org.datanucleus.store.mapped |
|---|
| Subinterfaces of DatastoreClass in org.datanucleus.store.mapped | |
|---|---|
interface |
SecondaryDatastoreClass
Secondary datastore class, managing the mapping of some of the fields of the class and dependent on a DatastoreClass. |
| Fields in org.datanucleus.store.mapped with type parameters of type DatastoreClass | |
|---|---|
protected Map<ObjectProvider,DatastoreClass> |
MappedStoreManager.insertedDatastoreClassByStateManager
Map of DatastoreClass keyed by StateManager, for objects currently being inserted. |
| Methods in org.datanucleus.store.mapped that return DatastoreClass | |
|---|---|
DatastoreClass |
DatastoreClass.getBaseDatastoreClass()
Accessor for the base datastore class. |
DatastoreClass |
DatastoreClass.getBaseDatastoreClassWithMember(AbstractMemberMetaData fmd)
Method to return the base DatastoreClass that persists the specified field. |
DatastoreClass |
MappedStoreManager.getDatastoreClass(DatastoreIdentifier name)
Returns the datastore table having the given identifier. |
DatastoreClass |
MappedStoreManager.getDatastoreClass(String className,
ClassLoaderResolver clr)
Returns the primary datastore table serving as backing for the given class. |
DatastoreClass |
SecondaryDatastoreClass.getPrimaryDatastoreClass()
Accessor for the primary datastore class that this is dependent on. |
DatastoreClass |
DatastoreClass.getSuperDatastoreClass()
Accessor for the supertable for this table. |
| Methods in org.datanucleus.store.mapped with parameters of type DatastoreClass | |
|---|---|
boolean |
DatastoreClass.isSuperDatastoreClass(DatastoreClass table)
Accessor whether the supplied DatastoreClass is a supertable of this table. |
void |
MappedStoreData.setDatastoreContainerObject(DatastoreClass table)
Convenience to set the table. |
void |
MappedStoreManager.setObjectIsInsertedToLevel(ObjectProvider sm,
DatastoreClass table)
Method to set that the specified object is inserted down to the defined datastore class. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||