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.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(List<AbstractMemberMetaData> mmds)MemberColumnMappingTable. getMemberColumnMappingForEmbeddedMember(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 Set<MemberColumnMapping>CompleteClassTable. getMemberColumnMappings()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, 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)
-