| |
|
| org.jpox.store.mapping.MappingConsumer
MappingConsumer | public interface MappingConsumer (Code) | | Consumer of mappings.
version: $Revision: 1.10 $ |
MAPPING_TYPE_DATASTORE_ID | public static int MAPPING_TYPE_DATASTORE_ID(Code) | | mapping a field representing the id of a PC *
|
MAPPING_TYPE_DISCRIMINATOR | public static int MAPPING_TYPE_DISCRIMINATOR(Code) | | mapping a field representing the discriminator of a PC *
|
MAPPING_TYPE_EXTERNAL_FK | public static int MAPPING_TYPE_EXTERNAL_FK(Code) | | mapping a datastore column that is a FK for an external collection.
|
MAPPING_TYPE_EXTERNAL_FK_DISCRIM | public static int MAPPING_TYPE_EXTERNAL_FK_DISCRIM(Code) | | mapping a datastore column that is the discriminator for a FK for an external collection.
|
MAPPING_TYPE_EXTERNAL_INDEX | public static int MAPPING_TYPE_EXTERNAL_INDEX(Code) | | mapping a datastore column that is an index for an external list.
|
MAPPING_TYPE_VERSION | public static int MAPPING_TYPE_VERSION(Code) | | mapping a field representing the version of a PC *
|
consumeMapping | void consumeMapping(JavaTypeMapping m, int mappingType)(Code) | | Consumes a mapping not associated to a field
Parameters: m - Java type mapping Parameters: mappingType - the Mapping type |
consumeUnmappedDatastoreField | void consumeUnmappedDatastoreField(DatastoreField fld)(Code) | | Consumer a datastore field without mapping.
Parameters: fld - The datastore field |
preConsumeMapping | void preConsumeMapping(int highestFieldNumber)(Code) | | This method is called before consuming the mappings
Parameters: highestFieldNumber - the highest number for the fields that are going to be provided in the consumer |
|
|
|