Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbInheritance
-
Packages that use JaxbInheritance Package Description org.hibernate.boot.jaxb.mapping -
-
Uses of JaxbInheritance in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping declared as JaxbInheritance Modifier and Type Field Description protected JaxbInheritance
JaxbEntity. inheritance
Methods in org.hibernate.boot.jaxb.mapping that return JaxbInheritance Modifier and Type Method Description JaxbInheritance
ObjectFactory. createJaxbInheritance()
Create an instance ofJaxbInheritance
JaxbInheritance
JaxbEntity. getInheritance()
Gets the value of the inheritance property.Methods in org.hibernate.boot.jaxb.mapping with parameters of type JaxbInheritance Modifier and Type Method Description void
JaxbEntity. setInheritance(JaxbInheritance value)
Sets the value of the inheritance property.
-