Uses of Interface
org.datanucleus.store.rdbms.mapping.MappingManager
Packages that use MappingManager
Package
Description
Package providing management of the persistence to RDBMS datastores.
Provides mappings of all supported databases to aspects of the database that determines the SQL generation.
In an RDBMS datastore each class is represented as a Table (maybe shared with other classes).
-
Uses of MappingManager in org.datanucleus.store.rdbms
Fields in org.datanucleus.store.rdbms declared as MappingManagerModifier and TypeFieldDescriptionprotected MappingManager
RDBMSStoreManager.mappingManager
Manager for the mapping between Java and datastore types.Methods in org.datanucleus.store.rdbms that return MappingManagerModifier and TypeMethodDescriptionRDBMSStoreManager.getMappingManager()
Gets the MappingManager to use for this store. -
Uses of MappingManager in org.datanucleus.store.rdbms.adapter
Methods in org.datanucleus.store.rdbms.adapter that return MappingManagerModifier and TypeMethodDescriptionBaseDatastoreAdapter.getMappingManager
(RDBMSStoreManager storeMgr) Accessor for a MappingManager suitable for use with this datastore adapter.DatastoreAdapter.getMappingManager
(RDBMSStoreManager storeMgr) Accessor for a Mapping Manager suitable for use with this datastore adapter. -
Uses of MappingManager in org.datanucleus.store.rdbms.mapping
Classes in org.datanucleus.store.rdbms.mapping that implement MappingManagerModifier and TypeClassDescriptionclass
Default Mapping manager implementation.