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 |
DatastoreClass.provideExternalMappings(MappingConsumer consumer,
MappingType mappingType)
Instruction to provide all external mappings to the passed consumer.
|
void |
ClassView.provideExternalMappings(MappingConsumer consumer,
MappingType mappingType) |
void |
SecondaryTable.provideExternalMappings(MappingConsumer consumer,
MappingType mappingType) |
void |
ClassTable.provideExternalMappings(MappingConsumer consumer,
MappingType mappingType)
Provide the mappings to the consumer for all external fields mapped to this table
of the specified type
|
void |
AbstractClassTable.provideMappingsForMembers(MappingConsumer consumer,
org.datanucleus.metadata.AbstractMemberMetaData[] mmds,
boolean includeSecondaryTables)
Provide the mappings to the consumer for all specified members.
|
void |
DatastoreClass.provideMappingsForMembers(MappingConsumer consumer,
org.datanucleus.metadata.AbstractMemberMetaData[] mmds,
boolean includeSecondaryTables)
Provide the mappings to the consumer for all specified members.
|
void |
ClassView.provideMappingsForMembers(MappingConsumer consumer,
org.datanucleus.metadata.AbstractMemberMetaData[] fieldNumbers,
boolean includeSecondaryTables) |
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 |
AbstractClassTable.provideNonPrimaryKeyMappings(MappingConsumer consumer)
Provide the mappings to the consumer for all non primary-key fields
mapped to this table.
|
void |
DatastoreClass.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 |
DatastoreClass.providePrimaryKeyMappings(MappingConsumer consumer)
Provide the mappings to the consumer for all primary-key fields mapped to
this table (for application identity).
|
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 |
ClassTable.providePrimaryKeyMappings(MappingConsumer consumer)
Provide the mappings to the consumer for all primary-key fields mapped to
this table.
|
void |
AbstractClassTable.provideSurrogateMapping(org.datanucleus.store.schema.table.SurrogateColumnType colType,
MappingConsumer consumer)
Accessor for a mapping for a surrogate column (if present).
|
void |
DatastoreClass.provideSurrogateMapping(org.datanucleus.store.schema.table.SurrogateColumnType colType,
MappingConsumer consumer)
Provide the mapping for the specified surrogate column (if present).
|
void |
ClassView.provideSurrogateMapping(org.datanucleus.store.schema.table.SurrogateColumnType colType,
MappingConsumer consumer) |
void |
DatastoreClass.provideUnmappedColumns(MappingConsumer consumer)
Instruction to provide all columns without members in the class.
|
void |
ClassView.provideUnmappedColumns(MappingConsumer consumer)
Method to provide all unmapped datastore fields (columns) to the consumer.
|
void |
SecondaryTable.provideUnmappedColumns(MappingConsumer consumer)
Method to provide all unmapped datastore fields (columns) to the consumer.
|
void |
ClassTable.provideUnmappedColumns(MappingConsumer consumer)
Method to provide all unmapped columns to the consumer.
|
Copyright © 2019. All rights reserved.