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 JaxbInheritanceJaxbEntity. inheritanceMethods in org.hibernate.boot.jaxb.mapping.spi 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.spi with parameters of type JaxbInheritance Modifier and Type Method Description voidJaxbEntity. setInheritance(JaxbInheritance value)Sets the value of the inheritance property.
-