Package | Description |
---|---|
org.datanucleus.store.rdbms.table |
Provides the internal DataNucleus definition of a table/view and its columns.
|
Modifier and Type | Method and Description |
---|---|
void |
ClassView.provideDatastoreIdMappings(MappingConsumer consumer) |
void |
DatastoreClass.provideDatastoreIdMappings(MappingConsumer consumer)
Accessor for a mapping for the datastore ID (OID) for this table.
|
void |
AbstractClassTable.provideDatastoreIdMappings(MappingConsumer consumer)
Accessor for a mapping for the datastore ID (OID) for this table.
|
void |
ClassView.provideDiscriminatorMappings(MappingConsumer consumer) |
void |
DatastoreClass.provideDiscriminatorMappings(MappingConsumer consumer)
Provide the mappings to discriminator mappings
|
void |
AbstractClassTable.provideDiscriminatorMappings(MappingConsumer consumer)
Provide the discriminator mappings
|
void |
ClassTable.provideExternalMappings(MappingConsumer consumer,
int mappingType)
Provide the mappings to the consumer for all external fields mapped to this table
of the specified type
|
void |
ClassView.provideExternalMappings(MappingConsumer consumer,
int mappingType) |
void |
DatastoreClass.provideExternalMappings(MappingConsumer consumer,
int mappingType)
Instruction to provide all external mappings to the passed consumer.
|
void |
SecondaryTable.provideExternalMappings(MappingConsumer consumer,
int mappingType) |
void |
ClassTable.provideMappingsForMembers(MappingConsumer consumer,
org.datanucleus.metadata.AbstractMemberMetaData[] 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.provideMappingsForMembers(MappingConsumer consumer,
org.datanucleus.metadata.AbstractMemberMetaData[] fieldNumbers,
boolean includeSecondaryTables) |
void |
DatastoreClass.provideMappingsForMembers(MappingConsumer consumer,
org.datanucleus.metadata.AbstractMemberMetaData[] mmds,
boolean includeSecondaryTables)
Provide the mappings to the consumer for all specified members.
|
void |
AbstractClassTable.provideMappingsForMembers(MappingConsumer consumer,
org.datanucleus.metadata.AbstractMemberMetaData[] mmds,
boolean includeSecondaryTables)
Provide the mappings to the consumer for all specified members.
|
void |
ClassView.provideMultitenancyMapping(MappingConsumer consumer) |
void |
DatastoreClass.provideMultitenancyMapping(MappingConsumer consumer)
Provide the mapping for multitenancy discriminator (if any).
|
void |
AbstractClassTable.provideMultitenancyMapping(MappingConsumer consumer)
Provide the multitenancy mapping.
|
void |
ClassView.provideNonPrimaryKeyMappings(MappingConsumer consumer) |
void |
DatastoreClass.provideNonPrimaryKeyMappings(MappingConsumer consumer)
Provide the mappings to the consumer for all non primary-key fields mapped to this table.
|
void |
AbstractClassTable.provideNonPrimaryKeyMappings(MappingConsumer consumer)
Provide the mappings to the consumer for all non primary-key fields
mapped to this table.
|
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 |
DatastoreClass.providePrimaryKeyMappings(MappingConsumer consumer)
Provide the mappings to the consumer for all primary-key fields mapped to
this table (for application identity).
|
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 |
SecondaryTable.providePrimaryKeyMappings(MappingConsumer consumer)
Provide the mappings to the consumer for all primary-key fields mapped to
this table (for application identity).
|
void |
ClassTable.provideUnmappedColumns(MappingConsumer consumer)
Method to provide all unmapped columns to the consumer.
|
void |
ClassView.provideUnmappedColumns(MappingConsumer consumer)
Method to provide all unmapped datastore fields (columns) to the consumer.
|
void |
DatastoreClass.provideUnmappedColumns(MappingConsumer consumer)
Instruction to provide all columns without mappings.
|
void |
SecondaryTable.provideUnmappedColumns(MappingConsumer consumer)
Method to provide all unmapped datastore fields (columns) to the consumer.
|
void |
ClassView.provideVersionMappings(MappingConsumer consumer) |
void |
DatastoreClass.provideVersionMappings(MappingConsumer consumer)
Provide the mappings to version mappings
|
void |
AbstractClassTable.provideVersionMappings(MappingConsumer consumer)
Provide the version mappings.
|
Copyright © 2015. All rights reserved.