public static enum JoinedMapping.MappingType extends Enum<JoinedMapping.MappingType>
| Enum Constant and Description |
|---|
ELEMENT_COLLECTION
Element collection
|
EMBEDDABLE
Embeddable mapping
|
PLURAL_ASSOCIATION
Plural association
|
SINGULAR_ASSOCIATION
Singular association
|
| Modifier and Type | Method and Description |
|---|---|
static JoinedMapping.MappingType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JoinedMapping.MappingType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JoinedMapping.MappingType SINGULAR_ASSOCIATION
public static final JoinedMapping.MappingType PLURAL_ASSOCIATION
public static final JoinedMapping.MappingType ELEMENT_COLLECTION
public static final JoinedMapping.MappingType EMBEDDABLE
public static JoinedMapping.MappingType[] values()
for (JoinedMapping.MappingType c : JoinedMapping.MappingType.values()) System.out.println(c);
public static JoinedMapping.MappingType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullCopyright © 2012 Batoo Software & Consultancy. All Rights Reserved.