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 JaxbInheritanceJaxbEntity. inheritanceMethods in org.hibernate.boot.jaxb.mapping that return JaxbInheritance Modifier and Type Method Description JaxbInheritanceObjectFactory. createJaxbInheritance()Create an instance ofJaxbInheritanceJaxbInheritanceJaxbEntity. 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 voidJaxbEntity. setInheritance(JaxbInheritance value)Sets the value of the inheritance property.
-