Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclassImpl
Packages that use JaxbMappedSuperclassImpl
Package
Description
Support for processing mapping XML files and applying annotation references over the appropriate
classes,
fields and
methods.
-
Uses of JaxbMappedSuperclassImpl in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi with type parameters of type JaxbMappedSuperclassImplModifier and TypeFieldDescriptionprotected List<JaxbMappedSuperclassImpl>
JaxbEntityMappingsImpl.mappedSuperclasses
Methods in org.hibernate.boot.jaxb.mapping.spi that return JaxbMappedSuperclassImplModifier and TypeMethodDescriptionObjectFactory.createJaxbMappedSuperclassImpl()
Create an instance ofJaxbMappedSuperclassImpl
Methods in org.hibernate.boot.jaxb.mapping.spi that return types with arguments of type JaxbMappedSuperclassImplModifier and TypeMethodDescriptionJaxbEntityMappingsImpl.getMappedSuperclasses()
Gets the value of the mappedSuperclasses property. -
Uses of JaxbMappedSuperclassImpl in org.hibernate.boot.models.xml.internal
Methods in org.hibernate.boot.models.xml.internal that return types with arguments of type JaxbMappedSuperclassImplModifier and TypeMethodDescriptionXmlProcessingResultImpl.getMappedSuperclassesOverrides()
XmlDocumentImpl.getMappedSuperclassMappings()
Methods in org.hibernate.boot.models.xml.internal with parameters of type JaxbMappedSuperclassImplModifier and TypeMethodDescriptionstatic void
ManagedTypeProcessor.processCompleteMappedSuperclass
(JaxbEntityMappingsImpl jaxbRoot, JaxbMappedSuperclassImpl jaxbMappedSuperclass, XmlDocumentContext xmlDocumentContext) Method parameters in org.hibernate.boot.models.xml.internal with type arguments of type JaxbMappedSuperclassImplModifier and TypeMethodDescriptionvoid
XmlProcessingResultImpl.addMappedSuperclassesOverride
(XmlProcessingResult.OverrideTuple<JaxbMappedSuperclassImpl> overrideTuple) static void
ManagedTypeProcessor.processOverrideMappedSuperclass
(List<XmlProcessingResult.OverrideTuple<JaxbMappedSuperclassImpl>> mappedSuperclassesOverrides) -
Uses of JaxbMappedSuperclassImpl in org.hibernate.boot.models.xml.spi
Methods in org.hibernate.boot.models.xml.spi that return types with arguments of type JaxbMappedSuperclassImplModifier and TypeMethodDescriptionXmlProcessingResult.getMappedSuperclassesOverrides()
XmlDocument.getMappedSuperclassMappings()