Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbAttributesContainerImpl
Packages that use JaxbAttributesContainerImpl
Package
Description
Support for processing mapping XML files and applying annotation references over the appropriate
classes,
fields and
methods.
-
Uses of JaxbAttributesContainerImpl in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi declared as JaxbAttributesContainerImplModifier and TypeFieldDescriptionprotected JaxbAttributesContainerImplJaxbEntityImpl.attributesprotected JaxbAttributesContainerImplJaxbMappedSuperclassImpl.attributesMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbAttributesContainerImplModifier and TypeMethodDescriptionObjectFactory.createJaxbAttributesContainerImpl()Create an instance ofJaxbAttributesContainerImpl@Nullable JaxbAttributesContainerImplJaxbEntity.getAttributes()JaxbEntityImpl.getAttributes()Gets the value of the attributes property.JaxbMappedSuperclass.getAttributes()JaxbMappedSuperclassImpl.getAttributes()Gets the value of the attributes property.Methods in org.hibernate.boot.jaxb.mapping.spi with parameters of type JaxbAttributesContainerImplModifier and TypeMethodDescriptionvoidJaxbEntity.setAttributes(@Nullable JaxbAttributesContainerImpl value) voidJaxbEntityImpl.setAttributes(JaxbAttributesContainerImpl value) Sets the value of the attributes property.voidJaxbMappedSuperclassImpl.setAttributes(JaxbAttributesContainerImpl value) Sets the value of the attributes property. -
Uses of JaxbAttributesContainerImpl in org.hibernate.boot.models.xml.internal
Methods in org.hibernate.boot.models.xml.internal with parameters of type JaxbAttributesContainerImplModifier and TypeMethodDescriptionstatic voidAttributeProcessor.processAttributes(JaxbAttributesContainerImpl attributesContainer, org.hibernate.models.spi.MutableClassDetails mutableClassDetails, AccessType classAccessType, AttributeProcessor.MemberAdjuster memberAdjuster, XmlDocumentContext xmlDocumentContext) static voidAttributeProcessor.processAttributes(JaxbAttributesContainerImpl attributesContainer, org.hibernate.models.spi.MutableClassDetails mutableClassDetails, AccessType classAccessType, XmlDocumentContext xmlDocumentContext)