Uses of Interface
org.datanucleus.store.mapped.mapping.DatastoreMapping

Packages that use DatastoreMapping
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 DatastoreMapping in org.datanucleus.store.mapped
 

Methods in org.datanucleus.store.mapped that return DatastoreMapping
 DatastoreMapping DatastoreField.getDatastoreMapping()
          Accessor for the datastore mapping that this datastore field relates to.
 

Methods in org.datanucleus.store.mapped with parameters of type DatastoreMapping
abstract  boolean MappedStoreManager.insertValuesOnInsert(DatastoreMapping datastoreMapping)
          Accessor for whether this mapping requires values inserting on an INSERT.
 void DatastoreField.setDatastoreMapping(DatastoreMapping mapping)
          Method to associate this datastore field with its mapping.
 

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

Classes in org.datanucleus.store.mapped.mapping that implement DatastoreMapping
 class AbstractDatastoreMapping
          Abstract base for datastore mappings.
 

Fields in org.datanucleus.store.mapped.mapping declared as DatastoreMapping
protected  DatastoreMapping[] JavaTypeMapping.datastoreMappings
          The Datastore mappings for this Java type.
 

Methods in org.datanucleus.store.mapped.mapping that return DatastoreMapping
 DatastoreMapping MappingManager.createDatastoreMapping(JavaTypeMapping mapping, AbstractMemberMetaData fmd, int index, DatastoreField column)
          Method to create the datastore mapping for a java type mapping at a particular index.
 DatastoreMapping MappingManager.createDatastoreMapping(JavaTypeMapping mapping, DatastoreField column, String javaType)
          Method to create the datastore mapping for a particular column and java type.
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.
 DatastoreMapping VersionMapping.getDatastoreMapping(int index)
          Accessor for a datastore mapping.
 DatastoreMapping DiscriminatorMapping.getDatastoreMapping(int index)
          Accessor for a datastore mapping
 DatastoreMapping MultiMapping.getDatastoreMapping(int index)
          Accessor for a datastore mapping.
 DatastoreMapping AbstractContainerMapping.getDatastoreMapping(int index)
          Accessor for a datastore mapping
 DatastoreMapping JavaTypeMapping.getDatastoreMapping(int index)
          Accessor for a datastore mapping
 DatastoreMapping[] VersionMapping.getDatastoreMappings()
          Accessor for the datastore mappings for this java type.
 DatastoreMapping[] DiscriminatorMapping.getDatastoreMappings()
          Accessor for the datastore mappings for this java type.
 DatastoreMapping[] MultiMapping.getDatastoreMappings()
           
 DatastoreMapping[] AbstractContainerMapping.getDatastoreMappings()
          Accessor for the datastore mappings for this java type
 DatastoreMapping[] JavaTypeMapping.getDatastoreMappings()
          Accessor for the datastore mappings for this java type
 

Methods in org.datanucleus.store.mapped.mapping with parameters of type DatastoreMapping
 void VersionMapping.addDatastoreMapping(DatastoreMapping datastoreMapping)
          Method to add a datastore mapping.
 void DiscriminatorMapping.addDatastoreMapping(DatastoreMapping datastoreMapping)
          Mutator to add a datastore mapping
 void JavaTypeMapping.addDatastoreMapping(DatastoreMapping datastoreMapping)
          Method to add a datastore mapping
 



Copyright © 2012. All Rights Reserved.