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

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

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

Fields in org.hibernate.internal.jaxb.mapping.orm declared as JaxbInheritance
protected  JaxbInheritance JaxbEntity.inheritance
           
 

Methods in org.hibernate.internal.jaxb.mapping.orm that return JaxbInheritance
 JaxbInheritance ObjectFactory.createJaxbInheritance()
          Create an instance of JaxbInheritance
 JaxbInheritance JaxbEntity.getInheritance()
          Gets the value of the inheritance property.
 

Methods in org.hibernate.internal.jaxb.mapping.orm with parameters of type JaxbInheritance
 void JaxbEntity.setInheritance(JaxbInheritance value)
          Sets the value of the inheritance property.
 



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