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 GenerationTypeGeneratedValue. strategyMethods in org.hibernate.jpamodelgen.xml.jaxb that return GenerationType Modifier and Type Method Description static GenerationTypeGenerationType. fromValue(String v)GenerationTypeGeneratedValue. getStrategy()Gets the value of the strategy property.static GenerationTypeGenerationType. 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 voidGeneratedValue. setStrategy(GenerationType value)Sets the value of the strategy property.
-