Uses of Class
org.hibernate.internal.jaxb.mapping.orm.JaxbDiscriminatorType

Packages that use JaxbDiscriminatorType
org.hibernate.internal.jaxb.mapping.orm   
 

Uses of JaxbDiscriminatorType in org.hibernate.internal.jaxb.mapping.orm
 

Fields in org.hibernate.internal.jaxb.mapping.orm declared as JaxbDiscriminatorType
protected  JaxbDiscriminatorType JaxbDiscriminatorColumn.discriminatorType
           
 

Methods in org.hibernate.internal.jaxb.mapping.orm that return JaxbDiscriminatorType
static JaxbDiscriminatorType JaxbDiscriminatorType.fromValue(String v)
           
 JaxbDiscriminatorType JaxbDiscriminatorColumn.getDiscriminatorType()
          Gets the value of the discriminatorType property.
static JaxbDiscriminatorType JaxbDiscriminatorType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JaxbDiscriminatorType[] JaxbDiscriminatorType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.hibernate.internal.jaxb.mapping.orm with parameters of type JaxbDiscriminatorType
 void JaxbDiscriminatorColumn.setDiscriminatorType(JaxbDiscriminatorType value)
          Sets the value of the discriminatorType property.
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.