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 JaxbInheritanceImpl
JaxbEntity.getInheritance()
JaxbEntityImpl.getInheritance()
Gets the value of the inheritance property.Methods in org.hibernate.boot.jaxb.mapping.spi with parameters of type JaxbInheritanceImplModifier and TypeMethodDescriptionvoid
JaxbEntity.setInheritance
(@Nullable JaxbInheritanceImpl value) void
JaxbEntityImpl.setInheritance
(JaxbInheritanceImpl value) Sets the value of the inheritance property.