Uses of Class
org.datanucleus.store.mapped.MappedStoreManager

Packages that use MappedStoreManager
org.datanucleus.store.mapped This package provides classes for the management of datastores that are "mapped". 
org.datanucleus.store.mapped.mapping Package providing mappings for all supported Java types in DataNucleus. 
 

Uses of MappedStoreManager in org.datanucleus.store.mapped
 

Methods in org.datanucleus.store.mapped that return MappedStoreManager
 MappedStoreManager DatastoreContainerObject.getStoreManager()
          Accessor for the StoreManager for this table.
 MappedStoreManager DatastoreField.getStoreManager()
          Accessor for the StoreManager for this table.
 

Methods in org.datanucleus.store.mapped with parameters of type MappedStoreManager
static JavaTypeMapping ColumnCreator.createColumnsForField(Class javaType, JavaTypeMapping mapping, DatastoreContainerObject table, MappedStoreManager storeMgr, AbstractMemberMetaData mmd, boolean isPrimaryKey, boolean isNullable, boolean serialised, boolean embedded, int fieldRole, ColumnMetaData[] columnMetaData, ClassLoaderResolver clr, boolean isReferenceField)
          Method to create the column(s) for a field in either a join table or for a reference field.
static JavaTypeMapping ColumnCreator.createColumnsForJoinTables(Class javaType, AbstractMemberMetaData mmd, ColumnMetaData[] columnMetaData, MappedStoreManager storeMgr, DatastoreContainerObject table, boolean primaryKey, boolean nullable, int fieldRole, ClassLoaderResolver clr)
          Method to create the mapping for a join table for collection element, array element, map key, map value.
static DatastoreField ColumnCreator.createIndexColumn(JavaTypeMapping mapping, MappedStoreManager storeMgr, ClassLoaderResolver clr, DatastoreContainerObject table, ColumnMetaData colmd, boolean pk)
          Convenience method to add the column for an index mapping.
 MappingManager DatastoreAdapter.getMappingManager(MappedStoreManager storeMgr)
          Accessor for a Mapping Manager suitable for use with this datastore adapter.
 

Uses of MappedStoreManager in org.datanucleus.store.mapped.mapping
 

Fields in org.datanucleus.store.mapped.mapping declared as MappedStoreManager
protected  MappedStoreManager JavaTypeMapping.storeMgr
          StoreManager for the datastore being used.
protected  MappedStoreManager AbstractMappingManager.storeMgr
          Store Manager that this relates to.
 

Methods in org.datanucleus.store.mapped.mapping that return MappedStoreManager
 MappedStoreManager JavaTypeMapping.getStoreManager()
           
 

Methods in org.datanucleus.store.mapped.mapping with parameters of type MappedStoreManager
static DatastoreMapping DatastoreMappingFactory.createMapping(Class mappingClass, JavaTypeMapping mapping, MappedStoreManager storeMgr, DatastoreField column)
          Get a new instance of the Mapping using the Store Manager, type and field.
protected static JavaTypeMapping MappingFactory.createMapping(Class mappingClass, MappedStoreManager storeMgr, String type)
          Get a new instance of the Mapping using the StoreManager and type.
 void ColorMapping.initialize(MappedStoreManager storeMgr, String type)
           
 void GregorianCalendarMapping.initialize(MappedStoreManager storeMgr, String type)
           
 void JavaTypeMapping.initialize(MappedStoreManager storeMgr, String type)
          Initialize this JavaTypeMapping with the given StoreManager for the given type.
 

Constructors in org.datanucleus.store.mapped.mapping with parameters of type MappedStoreManager
AbstractMappingManager(MappedStoreManager storeMgr)
          Constructor for a mapping manager for an ORM datastore.
NullMapping(MappedStoreManager storeMgr)
           
 



Copyright © 2012. All Rights Reserved.