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