Uses of Class
org.hibernate.processor.xml.jaxb.DiscriminatorType
-
Packages that use DiscriminatorType Package Description org.hibernate.processor.xml.jaxb -
-
Uses of DiscriminatorType in org.hibernate.processor.xml.jaxb
Fields in org.hibernate.processor.xml.jaxb declared as DiscriminatorType Modifier and Type Field Description protected DiscriminatorTypeDiscriminatorColumn. discriminatorTypeMethods in org.hibernate.processor.xml.jaxb that return DiscriminatorType Modifier and Type Method Description static DiscriminatorTypeDiscriminatorType. fromValue(String v)DiscriminatorTypeDiscriminatorColumn. getDiscriminatorType()Gets the value of the discriminatorType property.static DiscriminatorTypeDiscriminatorType. 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.processor.xml.jaxb with parameters of type DiscriminatorType Modifier and Type Method Description voidDiscriminatorColumn. setDiscriminatorType(DiscriminatorType value)Sets the value of the discriminatorType property.
-