Interface IEclipseLinkMappingType
- All Superinterfaces:
IMappingType
This enumeration lists the mapping types defined in the Java Persistence functional specification
and those that are provided by EclipseLink.
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.
- Since:
- 2.4
- Version:
- 2.4
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe constant for a basic collection mapping, which is deprecated.static final intThe constant for a basic map mapping, which is deprecated.static final intThe constant for a transformation mapping.static final intThe constant for a variable one to one mapping.Fields inherited from interface org.eclipse.persistence.jpa.jpql.tools.spi.IMappingType
BASIC, ELEMENT_COLLECTION, EMBEDDED, EMBEDDED_ID, ID, MANY_TO_MANY, MANY_TO_ONE, ONE_TO_MANY, ONE_TO_ONE, TRANSIENT, VERSION
-
Field Details
-
BASIC_COLLECTION
static final int BASIC_COLLECTIONThe constant for a basic collection mapping, which is deprecated.- See Also:
-
BASIC_MAP
static final int BASIC_MAPThe constant for a basic map mapping, which is deprecated.- See Also:
-
TRANSFORMATION
static final int TRANSFORMATIONThe constant for a transformation mapping.- See Also:
-
VARIABLE_ONE_TO_ONE
static final int VARIABLE_ONE_TO_ONEThe constant for a variable one to one mapping.- See Also:
-