Uses of Interface
org.datanucleus.store.schema.table.MemberColumnMapping
-
Packages that use MemberColumnMapping Package Description org.datanucleus.store.schema.table Provides a series of convenience classes for modelling tables and columns that a class and its members map onto. -
-
Uses of MemberColumnMapping in org.datanucleus.store.schema.table
Classes in org.datanucleus.store.schema.table that implement MemberColumnMapping Modifier and Type Class Description class
MemberColumnMappingImpl
Mapping definition for a member (field/property) representing the column(s) that it maps to.Fields in org.datanucleus.store.schema.table declared as MemberColumnMapping Modifier and Type Field Description (package private) MemberColumnMapping
ColumnImpl. mapping
Fields in org.datanucleus.store.schema.table with type parameters of type MemberColumnMapping Modifier and Type Field Description (package private) java.util.Map<java.lang.String,MemberColumnMapping>
CompleteClassTable. mappingByEmbeddedMember
Map of member-column mapping, keyed by the navigated path of embedded members.(package private) java.util.Map<java.lang.String,MemberColumnMapping>
CompleteClassTable. mappingByMember
Map of member-column mapping, keyed by the metadata for the member.Methods in org.datanucleus.store.schema.table that return MemberColumnMapping Modifier and Type Method Description MemberColumnMapping
Column. getMemberColumnMapping()
Accessor for the mapping (and hence member) that owns this column.MemberColumnMapping
ColumnImpl. getMemberColumnMapping()
MemberColumnMapping
CompleteClassTable. getMemberColumnMappingForEmbeddedMember(java.util.List<AbstractMemberMetaData> mmds)
MemberColumnMapping
Table. getMemberColumnMappingForEmbeddedMember(java.util.List<AbstractMemberMetaData> mmds)
Method to return the member-column mapping for the specified embedded member.MemberColumnMapping
CompleteClassTable. getMemberColumnMappingForMember(AbstractMemberMetaData mmd)
MemberColumnMapping
Table. getMemberColumnMappingForMember(AbstractMemberMetaData mmd)
Method to return the member-column mapping for the specified member.Methods in org.datanucleus.store.schema.table that return types with arguments of type MemberColumnMapping Modifier and Type Method Description java.util.Set<MemberColumnMapping>
CompleteClassTable. getMemberColumnMappings()
java.util.Set<MemberColumnMapping>
Table. getMemberColumnMappings()
Methods in org.datanucleus.store.schema.table with parameters of type MemberColumnMapping Modifier and Type Method Description void
SchemaVerifier. attributeEmbeddedMember(MemberColumnMapping mapping, java.util.List<AbstractMemberMetaData> mmds)
Method called when the specified embedded member has its column(s) created.void
SchemaVerifier. attributeMember(MemberColumnMapping mapping)
Method called when the specified surrogate member has its column(s) created.void
SchemaVerifier. attributeMember(MemberColumnMapping mapping, AbstractMemberMetaData mmd)
Method called when the specified member has its column(s) created.void
ColumnImpl. setMemberColumnMapping(MemberColumnMapping mapping)
-