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