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 classMemberColumnMappingImplMapping 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) MemberColumnMappingColumnImpl. mappingFields 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. mappingByEmbeddedMemberMap of member-column mapping, keyed by the navigated path of embedded members.(package private) java.util.Map<java.lang.String,MemberColumnMapping>CompleteClassTable. mappingByMemberMap 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 MemberColumnMappingColumn. getMemberColumnMapping()Accessor for the mapping (and hence member) that owns this column.MemberColumnMappingColumnImpl. getMemberColumnMapping()MemberColumnMappingCompleteClassTable. getMemberColumnMappingForEmbeddedMember(java.util.List<AbstractMemberMetaData> mmds)MemberColumnMappingTable. getMemberColumnMappingForEmbeddedMember(java.util.List<AbstractMemberMetaData> mmds)Method to return the member-column mapping for the specified embedded member.MemberColumnMappingCompleteClassTable. getMemberColumnMappingForMember(AbstractMemberMetaData mmd)MemberColumnMappingTable. 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 voidSchemaVerifier. attributeEmbeddedMember(MemberColumnMapping mapping, java.util.List<AbstractMemberMetaData> mmds)Method called when the specified embedded member has its column(s) created.voidSchemaVerifier. attributeMember(MemberColumnMapping mapping)Method called when the specified surrogate member has its column(s) created.voidSchemaVerifier. attributeMember(MemberColumnMapping mapping, AbstractMemberMetaData mmd)Method called when the specified member has its column(s) created.voidColumnImpl. setMemberColumnMapping(MemberColumnMapping mapping)
-