|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MappingManager | |
org.jpox.store | Definition of the storage of the classes. |
org.jpox.store.mapping | Package providing mappings for all supported Java types in JPOX. |
org.jpox.store.rdbms.adapter | Provides mappings of all supported databases to aspects of the database that determines the SQL generation. |
org.jpox.store.rdbms.mapping | Package containing mappings for datastore (JDBC) types. |
Uses of MappingManager in org.jpox.store |
Fields in org.jpox.store declared as MappingManager | |
protected MappingManager |
AbstractDatastoreAdapter.mappingManager
Manager for the mapping between Java and datastore types. |
Methods in org.jpox.store that return MappingManager | |
MappingManager |
StoreManager.getMappingManager()
Gets the MappingManager to use for this store. |
MappingManager |
DatastoreAdapter.getMappingManager()
Accessor for the Mapping Manager for field mapping management. |
protected abstract MappingManager |
AbstractDatastoreAdapter.getNewMappingManager()
Accessor for a new mapping manager. |
MappingManager |
AbstractDatastoreAdapter.getMappingManager()
Acessor for the MappingManager |
Uses of MappingManager in org.jpox.store.mapping |
Classes in org.jpox.store.mapping that implement MappingManager | |
class |
AbstractMappingManager
Base implementation of a MappingManager. |
Uses of MappingManager in org.jpox.store.rdbms.adapter |
Methods in org.jpox.store.rdbms.adapter that return MappingManager | |
protected MappingManager |
DatabaseAdapter.getNewMappingManager()
Accessor for a new Mapping Manager |
Uses of MappingManager in org.jpox.store.rdbms.mapping |
Classes in org.jpox.store.rdbms.mapping that implement MappingManager | |
(package private) class |
org.jpox.store.rdbms.mapping.AbstractRDBMSMappingManager
Mapping manager for RDBMS datastores. |
class |
OracleRDBMSMappingManager
Mapping manager for Oracle RDBMS adapters. |
class |
RDBMSMappingManager
Mapping manager for RDBMS datastores. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |