|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EnumType | |
---|---|
org.hibernate.jpamodelgen.xml.jaxb |
Uses of EnumType in org.hibernate.jpamodelgen.xml.jaxb |
---|
Fields in org.hibernate.jpamodelgen.xml.jaxb declared as EnumType | |
---|---|
protected EnumType |
ElementCollection.enumerated
|
protected EnumType |
Basic.enumerated
|
protected EnumType |
ManyToMany.mapKeyEnumerated
|
protected EnumType |
OneToMany.mapKeyEnumerated
|
protected EnumType |
ElementCollection.mapKeyEnumerated
|
Methods in org.hibernate.jpamodelgen.xml.jaxb that return EnumType | |
---|---|
static EnumType |
EnumType.fromValue(String v)
|
EnumType |
ElementCollection.getEnumerated()
Gets the value of the enumerated property. |
EnumType |
Basic.getEnumerated()
Gets the value of the enumerated property. |
EnumType |
ManyToMany.getMapKeyEnumerated()
Gets the value of the mapKeyEnumerated property. |
EnumType |
OneToMany.getMapKeyEnumerated()
Gets the value of the mapKeyEnumerated property. |
EnumType |
ElementCollection.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. |
Methods in org.hibernate.jpamodelgen.xml.jaxb with parameters of type EnumType | |
---|---|
void |
ElementCollection.setEnumerated(EnumType value)
Sets the value of the enumerated property. |
void |
Basic.setEnumerated(EnumType value)
Sets the value of the enumerated property. |
void |
ManyToMany.setMapKeyEnumerated(EnumType value)
Sets the value of the mapKeyEnumerated property. |
void |
OneToMany.setMapKeyEnumerated(EnumType value)
Sets the value of the mapKeyEnumerated property. |
void |
ElementCollection.setMapKeyEnumerated(EnumType value)
Sets the value of the mapKeyEnumerated property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |