Package | Description |
---|---|
org.hibernate.jpamodelgen.xml.jaxb |
Modifier and Type | Field and Description |
---|---|
protected EnumType |
Basic.enumerated |
protected EnumType |
ElementCollection.enumerated |
protected EnumType |
ElementCollection.mapKeyEnumerated |
protected EnumType |
OneToMany.mapKeyEnumerated |
protected EnumType |
ManyToMany.mapKeyEnumerated |
Modifier and Type | Method and Description |
---|---|
static EnumType |
EnumType.fromValue(String v) |
EnumType |
Basic.getEnumerated()
Gets the value of the enumerated property.
|
EnumType |
ElementCollection.getEnumerated()
Gets the value of the enumerated property.
|
EnumType |
ElementCollection.getMapKeyEnumerated()
Gets the value of the mapKeyEnumerated property.
|
EnumType |
OneToMany.getMapKeyEnumerated()
Gets the value of the mapKeyEnumerated property.
|
EnumType |
ManyToMany.getMapKeyEnumerated()
Gets the value of the mapKeyEnumerated property.
|
static EnumType |
EnumType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnumType[] |
EnumType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Basic.setEnumerated(EnumType value)
Sets the value of the enumerated property.
|
void |
ElementCollection.setEnumerated(EnumType value)
Sets the value of the enumerated property.
|
void |
ElementCollection.setMapKeyEnumerated(EnumType value)
Sets the value of the mapKeyEnumerated property.
|
void |
OneToMany.setMapKeyEnumerated(EnumType value)
Sets the value of the mapKeyEnumerated property.
|
void |
ManyToMany.setMapKeyEnumerated(EnumType value)
Sets the value of the mapKeyEnumerated property.
|
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.