|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DatastoreAdapter | |
|---|---|
| org.datanucleus.store.mapped | This package provides classes for the management of datastores that are "mapped". |
| org.datanucleus.store.mapped.exceptions | |
| org.datanucleus.store.mapped.identifier | This package contains a series of classes defining the identifier names of datastore objects, such as tables, foreign keys, indexes, primary keys etc. |
| org.datanucleus.store.mapped.mapping | Package providing mappings for all supported Java types in DataNucleus. |
| Uses of DatastoreAdapter in org.datanucleus.store.mapped |
|---|
| Fields in org.datanucleus.store.mapped declared as DatastoreAdapter | |
|---|---|
protected DatastoreAdapter |
MappedStoreManager.dba
Adapter for the datastore being used. |
| Methods in org.datanucleus.store.mapped that return DatastoreAdapter | |
|---|---|
DatastoreAdapter |
IdentifierFactory.getDatastoreAdapter()
Accessor for the datastore adapter that we are creating identifiers for. |
DatastoreAdapter |
MappedStoreManager.getDatastoreAdapter()
Gets the DatastoreAdapter to use for this store. |
| Uses of DatastoreAdapter in org.datanucleus.store.mapped.exceptions |
|---|
| Constructors in org.datanucleus.store.mapped.exceptions with parameters of type DatastoreAdapter | |
|---|---|
TooManyForeignKeysException(DatastoreAdapter dba,
String table_name)
Constructs a too-many-foreign-keys exception. |
|
TooManyIndicesException(DatastoreAdapter dba,
String tableName)
Constructs a too-many-indices exception. |
|
| Uses of DatastoreAdapter in org.datanucleus.store.mapped.identifier |
|---|
| Fields in org.datanucleus.store.mapped.identifier declared as DatastoreAdapter | |
|---|---|
protected DatastoreAdapter |
AbstractIdentifierFactory.dba
Adapter for the datastore. |
protected DatastoreAdapter |
DatastoreIdentifierImpl.dba
Datastore adapter |
protected DatastoreAdapter |
AbstractIdentifierFactory.rdba
Convenience RDBMSAdapter variable to save casting. |
| Methods in org.datanucleus.store.mapped.identifier that return DatastoreAdapter | |
|---|---|
DatastoreAdapter |
AbstractIdentifierFactory.getDatastoreAdapter()
Accessor for the datastore adapter that we are creating identifiers for. |
| Constructors in org.datanucleus.store.mapped.identifier with parameters of type DatastoreAdapter | |
|---|---|
AbstractIdentifierFactory(DatastoreAdapter dba,
ClassLoaderResolver clr,
Map props)
Constructor. |
|
DN2IdentifierFactory(DatastoreAdapter dba,
ClassLoaderResolver clr,
Map props)
Constructor. |
|
DNIdentifierFactory(DatastoreAdapter dba,
ClassLoaderResolver clr,
Map props)
Constructor. |
|
JPAIdentifierFactory(DatastoreAdapter dba,
ClassLoaderResolver clr,
Map props)
Constructor. |
|
JPOXIdentifierFactory(DatastoreAdapter dba,
ClassLoaderResolver clr,
Map props)
|
|
| Uses of DatastoreAdapter in org.datanucleus.store.mapped.mapping |
|---|
| Methods in org.datanucleus.store.mapped.mapping with parameters of type DatastoreAdapter | |
|---|---|
static JavaTypeMapping |
MappingFactory.createMapping(Class mappingClass,
DatastoreAdapter dba,
AbstractMemberMetaData mmd,
int roleForField,
DatastoreContainerObject datastoreContainer,
ClassLoaderResolver clr)
Get a new instance of the Mapping providing full field/property details and the role of this mapping within that field. |
protected Class |
AbstractMappingManager.getElementMappingClass(DatastoreContainerObject container,
AbstractMemberMetaData mmd,
DatastoreAdapter dba,
ClassLoaderResolver clr)
Convenience accessor for the mapping class of the element mapping for a collection/array of elements. |
protected Class |
AbstractMappingManager.getKeyMappingClass(DatastoreContainerObject container,
AbstractMemberMetaData mmd,
DatastoreAdapter dba,
ClassLoaderResolver clr)
Convenience accessor for the mapping class of the key mapping for a map of PC keys. |
protected Class |
AbstractMappingManager.getValueMappingClass(DatastoreContainerObject container,
AbstractMemberMetaData mmd,
DatastoreAdapter dba,
ClassLoaderResolver clr)
Convenience accessor for the mapping class of the value mapping for a map of values. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||