Uses of Class
org.hibernate.jpamodelgen.xml.jaxb.DiscriminatorType

Packages that use DiscriminatorType
org.hibernate.jpamodelgen.xml.jaxb   
 

Uses of DiscriminatorType in org.hibernate.jpamodelgen.xml.jaxb
 

Fields in org.hibernate.jpamodelgen.xml.jaxb declared as DiscriminatorType
protected  DiscriminatorType DiscriminatorColumn.discriminatorType
           
 

Methods in org.hibernate.jpamodelgen.xml.jaxb that return DiscriminatorType
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
 void DiscriminatorColumn.setDiscriminatorType(DiscriminatorType value)
          Sets the value of the discriminatorType property.
 



Copyright © 2009-2011. All Rights Reserved.