Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbInheritance
-
Packages that use JaxbInheritance Package Description org.hibernate.boot.jaxb.mapping.spi -
-
Uses of JaxbInheritance in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi declared as JaxbInheritance Modifier and Type Field Description protected JaxbInheritance
JaxbEntity. inheritance
Methods in org.hibernate.boot.jaxb.mapping.spi 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.spi with parameters of type JaxbInheritance Modifier and Type Method Description void
JaxbEntity. setInheritance(JaxbInheritance value)
Sets the value of the inheritance property.
-