|
EclipseLink 2.5.0, build 'v20130507-3faac2b' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEclipseLinkMappingType
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.
Field Summary | |
---|---|
static int |
BASIC_COLLECTION
The constant for a basic collection mapping, which is deprecated. |
static int |
BASIC_MAP
The constant for a basic map mapping, which is deprecated. |
static int |
TRANSFORMATION
The constant for a transformation mapping. |
static int |
VARIABLE_ONE_TO_ONE
The 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 Detail |
---|
static final int BASIC_COLLECTION
static final int BASIC_MAP
static final int TRANSFORMATION
static final int VARIABLE_ONE_TO_ONE
|
EclipseLink 2.5.0, build 'v20130507-3faac2b' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |