Class MemberColumnMappingImpl

java.lang.Object
org.datanucleus.store.schema.table.MemberColumnMappingImpl
All Implemented Interfaces:
MemberColumnMapping

public class MemberColumnMappingImpl extends Object implements MemberColumnMapping
Mapping definition for a member (field/property) representing the column(s) that it maps to. This class is required as an intermediary between Table and Column so that we can support mapping a member to multiple columns.