Uses of Class
org.hibernate.jpamodelgen.xml.jaxb.GenerationType
-
Packages that use GenerationType Package Description org.hibernate.jpamodelgen.xml.jaxb -
-
Uses of GenerationType in org.hibernate.jpamodelgen.xml.jaxb
Fields in org.hibernate.jpamodelgen.xml.jaxb declared as GenerationType Modifier and Type Field Description protected GenerationType
GeneratedValue. strategy
Methods in org.hibernate.jpamodelgen.xml.jaxb that return GenerationType Modifier and Type Method Description static GenerationType
GenerationType. fromValue(String v)
GenerationType
GeneratedValue. getStrategy()
Gets the value of the strategy property.static GenerationType
GenerationType. valueOf(String name)
Returns the enum constant of this type with the specified name.static GenerationType[]
GenerationType. 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 GenerationType Modifier and Type Method Description void
GeneratedValue. setStrategy(GenerationType value)
Sets the value of the strategy property.
-