Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbInheritanceImpl
Packages that use JaxbInheritanceImpl
-
Uses of JaxbInheritanceImpl in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi declared as JaxbInheritanceImplMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbInheritanceImplModifier and TypeMethodDescriptionObjectFactory.createJaxbInheritanceImpl()Create an instance ofJaxbInheritanceImpl@Nullable JaxbInheritanceImplJaxbEntity.getInheritance()JaxbEntityImpl.getInheritance()Gets the value of the inheritance property.Methods in org.hibernate.boot.jaxb.mapping.spi with parameters of type JaxbInheritanceImplModifier and TypeMethodDescriptionvoidJaxbEntity.setInheritance(@Nullable JaxbInheritanceImpl value) voidJaxbEntityImpl.setInheritance(JaxbInheritanceImpl value) Sets the value of the inheritance property.