Uses of Class
org.hibernate.jpamodelgen.xml.jaxb.EnumType
-
Packages that use EnumType Package Description org.hibernate.jpamodelgen.xml.jaxb -
-
Uses of EnumType in org.hibernate.jpamodelgen.xml.jaxb
Fields in org.hibernate.jpamodelgen.xml.jaxb declared as EnumType Modifier and Type Field Description protected EnumType
Basic. enumerated
protected EnumType
ElementCollection. enumerated
protected EnumType
ElementCollection. mapKeyEnumerated
protected EnumType
ManyToMany. mapKeyEnumerated
protected EnumType
OneToMany. mapKeyEnumerated
Methods in org.hibernate.jpamodelgen.xml.jaxb that return EnumType Modifier and Type Method Description static EnumType
EnumType. fromValue(java.lang.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
ManyToMany. getMapKeyEnumerated()
Gets the value of the mapKeyEnumerated property.EnumType
OneToMany. getMapKeyEnumerated()
Gets the value of the mapKeyEnumerated property.static EnumType
EnumType. valueOf(java.lang.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 Modifier and Type Method 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
ManyToMany. setMapKeyEnumerated(EnumType value)
Sets the value of the mapKeyEnumerated property.void
OneToMany. setMapKeyEnumerated(EnumType value)
Sets the value of the mapKeyEnumerated property.
-