Uses of Interface
org.jpox.store.mapping.MappingConsumer

Packages that use MappingConsumer
org.jpox.store Definition of the storage of the classes. 
org.jpox.store.rdbms.table Provides a series of classes modelling tables and views, firstly in RDBMS, and then extending this to JDO representations. 
 

Uses of MappingConsumer in org.jpox.store
 

Methods in org.jpox.store with parameters of type MappingConsumer
 void DatastoreClass.provideDatastoreIdMappings(MappingConsumer consumer)
          Accessor for a mapping for the datastore ID (OID) for this table.
 void DatastoreClass.provideDiscriminatorMappings(MappingConsumer consumer)
          Provide the mappings to discriminator mappings
 void DatastoreClass.provideExternalFkMappings(MappingConsumer consumer)
          Provide the mappings to external FK mappings
 void DatastoreClass.provideExternalOrderMappings(MappingConsumer consumer)
          Provide the mappings to external order mappings
 void DatastoreClass.provideMappingsForFields(MappingConsumer consumer, AbstractPropertyMetaData[] fieldMetaData, boolean includeSecondaryTables)
          Provide the mappings to the consumer for all absolute field Numbers in this table that are container in the fieldNumbers parameter.
 void DatastoreClass.provideNonPrimaryKeyMappings(MappingConsumer consumer)
          Provide the mappings to the consumer for all non primary-key fields mapped to this table.
 void DatastoreClass.providePrimaryKeyMappings(MappingConsumer consumer)
          Provide the mappings to the consumer for all primary-key fields mapped to this table (for application identity).
 void DatastoreClass.provideVersionMappings(MappingConsumer consumer)
          Provide the mappings to version mappings
 

Uses of MappingConsumer in org.jpox.store.rdbms.table
 

Methods in org.jpox.store.rdbms.table with parameters of type MappingConsumer
 void AbstractClassTable.provideDatastoreIdMappings(MappingConsumer consumer)
          Accessor for a mapping for the datastore ID (OID) for this table.
 void ClassView.provideDatastoreIdMappings(MappingConsumer consumer)
           
 void AbstractClassTable.provideDiscriminatorMappings(MappingConsumer consumer)
          Provide the mappings to discriminator mappings
 void ClassView.provideDiscriminatorMappings(MappingConsumer consumer)
           
 void ClassTable.provideExternalFkMappings(MappingConsumer consumer)
          Provide the mappings to the consumer for all foreign-key fields mapped to this table.
 void ClassView.provideExternalFkMappings(MappingConsumer consumer)
           
 void SecondaryTable.provideExternalFkMappings(MappingConsumer consumer)
           
 void ClassTable.provideExternalOrderMappings(MappingConsumer consumer)
          Provide the mappings to the consumer for all external order fields mapped to this table.
 void ClassView.provideExternalOrderMappings(MappingConsumer consumer)
           
 void SecondaryTable.provideExternalOrderMappings(MappingConsumer consumer)
           
 void AbstractClassTable.provideMappingsForFields(MappingConsumer consumer, AbstractPropertyMetaData[] fieldMetaData, boolean includeSecondaryTables)
          Provide the mappings to the consumer for all absolute field Numbers in this table that are container in the fieldNumbers parameter.
 void ClassTable.provideMappingsForFields(MappingConsumer consumer, AbstractPropertyMetaData[] fieldMetaData, boolean includeSecondaryTables)
          Provide the mappings to the consumer for all absolute field Numbers in this table that are container in the fieldNumbers parameter.
 void ClassView.provideMappingsForFields(MappingConsumer consumer, AbstractPropertyMetaData[] fieldNumbers, boolean includeSecondaryTables)
           
 void AbstractClassTable.provideNonPrimaryKeyMappings(MappingConsumer consumer)
          Provide the mappings to the consumer for all non primary-key fields mapped to this table.
 void ClassView.provideNonPrimaryKeyMappings(MappingConsumer consumer)
           
abstract  void AbstractClassTable.providePrimaryKeyMappings(MappingConsumer consumer)
          Provide the mappings to the consumer for all primary-key fields mapped to this table (for application identity).
 void ClassTable.providePrimaryKeyMappings(MappingConsumer consumer)
          Provide the mappings to the consumer for all primary-key fields mapped to this table.
 void ClassView.providePrimaryKeyMappings(MappingConsumer consumer)
           
 void SecondaryTable.providePrimaryKeyMappings(MappingConsumer consumer)
          Provide the mappings to the consumer for all primary-key fields mapped to this table (for application identity).
 void AbstractClassTable.provideVersionMappings(MappingConsumer consumer)
          Provide the mappings to version mappings
 void ClassView.provideVersionMappings(MappingConsumer consumer)
           
 



Copyright © -2010 . All Rights Reserved.