public enum IMappingType extends java.lang.Enum<IMappingType>
| Enum Constant and Description |
|---|
BASIC
The constant for a basic mapping.
|
BASIC_COLLECTION
The constant for a basic collection mapping, which is deprecated.
|
BASIC_MAP
The constant for a basic map mapping, which is deprecated.
|
ELEMENT_COLLECTION
The constant for a element collection mapping.
|
EMBEDDED
The constant for an embedded mapping.
|
EMBEDDED_ID
The constant for an embedded ID mapping.
|
ID
The constant for an ID mapping.
|
MANY_TO_MANY
The constant for a many to many mapping.
|
MANY_TO_ONE
The constant for a many to one mapping.
|
ONE_TO_MANY
The constant for a one to many mapping.
|
ONE_TO_ONE
The constant for a one to one mapping.
|
TRANSFORMATION
The constant for a transformation mapping.
|
TRANSIENT
The constant for an attribute that is not persistent.
|
VARIABLE_ONE_TO_ONE
The constant for a variable one to one mapping.
|
VERSION
The constant for a version mapping.
|
| Modifier and Type | Method and Description |
|---|---|
static IMappingType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IMappingType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IMappingType BASIC
public static final IMappingType BASIC_COLLECTION
public static final IMappingType BASIC_MAP
public static final IMappingType ELEMENT_COLLECTION
public static final IMappingType EMBEDDED
public static final IMappingType EMBEDDED_ID
public static final IMappingType ID
public static final IMappingType MANY_TO_MANY
public static final IMappingType MANY_TO_ONE
public static final IMappingType ONE_TO_MANY
public static final IMappingType ONE_TO_ONE
public static final IMappingType TRANSFORMATION
public static final IMappingType TRANSIENT
public static final IMappingType VARIABLE_ONE_TO_ONE
public static final IMappingType VERSION
public static IMappingType[] values()
for (IMappingType c : IMappingType.values()) System.out.println(c);
public static IMappingType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is nullEclipseLink 2.3.2, "build v20111125-r10461" API Reference