|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.providePrimaryKeyMappings(MappingConsumer consumer)
Provide the mappings to the consumer for all primary-key fields mapped to this table (for application identity). |
void |
DatastoreClass.provideNonPrimaryKeyMappings(MappingConsumer consumer)
Provide the mappings to the consumer for all non primary-key fields mapped to this table. |
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.provideVersionMappings(MappingConsumer consumer)
Provide the mappings to version mappings |
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 |
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. |
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 |
AbstractClassTable.provideNonPrimaryKeyMappings(MappingConsumer consumer)
Provide the mappings to the consumer for all non primary-key fields mapped to this table. |
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 |
AbstractClassTable.provideVersionMappings(MappingConsumer consumer)
Provide the mappings to version mappings |
void |
AbstractClassTable.provideDiscriminatorMappings(MappingConsumer consumer)
Provide the mappings to discriminator mappings |
void |
ClassTable.providePrimaryKeyMappings(MappingConsumer consumer)
Provide the mappings to the consumer for all primary-key fields mapped to this table. |
void |
ClassTable.provideExternalFkMappings(MappingConsumer consumer)
Provide the mappings to the consumer for all foreign-key fields mapped to this table. |
void |
ClassTable.provideExternalOrderMappings(MappingConsumer consumer)
Provide the mappings to the consumer for all external order fields mapped to this table. |
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.provideDatastoreIdMappings(MappingConsumer consumer)
|
void |
ClassView.provideDiscriminatorMappings(MappingConsumer consumer)
|
void |
ClassView.provideMappingsForFields(MappingConsumer consumer,
AbstractPropertyMetaData[] fieldNumbers,
boolean includeSecondaryTables)
|
void |
ClassView.provideNonPrimaryKeyMappings(MappingConsumer consumer)
|
void |
ClassView.providePrimaryKeyMappings(MappingConsumer consumer)
|
void |
ClassView.provideVersionMappings(MappingConsumer consumer)
|
void |
ClassView.provideExternalFkMappings(MappingConsumer consumer)
|
void |
ClassView.provideExternalOrderMappings(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 |
SecondaryTable.provideExternalFkMappings(MappingConsumer consumer)
|
void |
SecondaryTable.provideExternalOrderMappings(MappingConsumer consumer)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |