Package | Description |
---|---|
org.datanucleus.store.rdbms |
Package providing management of the persistence to RDBMS datastores.
|
org.datanucleus.store.rdbms.adapter |
Provides mappings of all supported databases to aspects of the database that determines the SQL generation.
|
org.datanucleus.store.rdbms.mapping |
In an RDBMS datastore each class is represented as a Table (maybe shared with other classes).
|
Modifier and Type | Field and Description |
---|---|
protected MappingManager |
RDBMSStoreManager.mappingManager
Manager for the mapping between Java and datastore types.
|
Modifier and Type | Method and Description |
---|---|
MappingManager |
RDBMSStoreManager.getMappingManager()
Gets the MappingManager to use for this store.
|
Modifier and Type | Method and Description |
---|---|
MappingManager |
OracleAdapter.getMappingManager(RDBMSStoreManager storeMgr)
Accessor for a MappingManager suitable for use with this datastore adapter.
|
MappingManager |
DatastoreAdapter.getMappingManager(RDBMSStoreManager storeMgr)
Accessor for a Mapping Manager suitable for use with this datastore adapter.
|
MappingManager |
BaseDatastoreAdapter.getMappingManager(RDBMSStoreManager storeMgr)
Accessor for a MappingManager suitable for use with this datastore adapter.
|
Modifier and Type | Class and Description |
---|---|
class |
OracleRDBMSMappingManager
Mapping manager for Oracle RDBMS adapters.
|
class |
RDBMSMappingManager
Mapping manager for RDBMS datastores.
|
Copyright © 2015. All rights reserved.