public interface MappingConsumer
Modifier and Type | Method and Description |
---|---|
void |
consumeMapping(JavaTypeMapping m,
org.datanucleus.metadata.AbstractMemberMetaData mmd)
Consumes a mapping associated to a member
|
void |
consumeMapping(JavaTypeMapping m,
MappingType mappingType)
Consumes a mapping not associated to a member
|
void |
consumeUnmappedColumn(Column col)
Consume a column without mapping.
|
void |
preConsumeMapping(int highestFieldNumber)
This method is called before consuming the mappings
|
void preConsumeMapping(int highestFieldNumber)
highestFieldNumber
- the highest number for the fields that are going to be provided in the consumervoid consumeMapping(JavaTypeMapping m, org.datanucleus.metadata.AbstractMemberMetaData mmd)
m
- The Java type mappingmmd
- MetaData for the membervoid consumeMapping(JavaTypeMapping m, MappingType mappingType)
m
- Java type mappingmappingType
- the Mapping typevoid consumeUnmappedColumn(Column col)
col
- The columnCopyright © 2019. All rights reserved.