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.mappedSuperclassesMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbMappedSuperclassImplModifier and TypeMethodDescriptionObjectFactory.createJaxbMappedSuperclassImpl()Create an instance ofJaxbMappedSuperclassImplMethods 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 voidManagedTypeProcessor.processCompleteMappedSuperclass(JaxbEntityMappingsImpl jaxbRoot, JaxbMappedSuperclassImpl jaxbMappedSuperclass, XmlDocumentContext xmlDocumentContext) Method parameters in org.hibernate.boot.models.xml.internal with type arguments of type JaxbMappedSuperclassImplModifier and TypeMethodDescriptionvoidXmlProcessingResultImpl.addMappedSuperclassesOverride(XmlProcessingResult.OverrideTuple<JaxbMappedSuperclassImpl> overrideTuple) static voidManagedTypeProcessor.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()