|
EclipseLink 2.4.2, build 'v20130514-5956486' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMappingType
This enumeration lists the mapping types defined in the Java Persistence functional specification.
Field Summary | |
---|---|
static int |
BASIC
The constant for a basic mapping. |
static int |
ELEMENT_COLLECTION
The constant for an element collection mapping. |
static int |
EMBEDDED
The constant for an embedded mapping. |
static int |
EMBEDDED_ID
The constant for an embedded ID mapping. |
static int |
ID
The constant for an ID mapping. |
static int |
MANY_TO_MANY
The constant for a many to many mapping. |
static int |
MANY_TO_ONE
The constant for a many to one mapping. |
static int |
ONE_TO_MANY
The constant for a one to many mapping. |
static int |
ONE_TO_ONE
The constant for a one to one mapping. |
static int |
TRANSIENT
The constant for an attribute that is not persistent. |
static int |
VERSION
The constant for a version mapping. |
Field Detail |
---|
static final int BASIC
static final int ELEMENT_COLLECTION
static final int EMBEDDED
static final int EMBEDDED_ID
static final int ID
static final int MANY_TO_MANY
static final int MANY_TO_ONE
static final int ONE_TO_MANY
static final int ONE_TO_ONE
static final int TRANSIENT
static final int VERSION
|
EclipseLink 2.4.2, build 'v20130514-5956486' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |