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

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

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

Fields in org.hibernate.internal.jaxb.mapping.orm declared as JaxbInheritanceType
protected  JaxbInheritanceType JaxbInheritance.strategy
           
 

Methods in org.hibernate.internal.jaxb.mapping.orm that return JaxbInheritanceType
static JaxbInheritanceType JaxbInheritanceType.fromValue(String v)
           
 JaxbInheritanceType JaxbInheritance.getStrategy()
          Gets the value of the strategy property.
static JaxbInheritanceType JaxbInheritanceType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JaxbInheritanceType[] JaxbInheritanceType.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 JaxbInheritanceType
 void JaxbInheritance.setStrategy(JaxbInheritanceType value)
          Sets the value of the strategy property.
 



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