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 JaxbAttributesContainerImpl
JaxbEntityImpl.attributes
protected JaxbAttributesContainerImpl
JaxbMappedSuperclassImpl.attributes
Methods in org.hibernate.boot.jaxb.mapping.spi that return JaxbAttributesContainerImplModifier and TypeMethodDescriptionObjectFactory.createJaxbAttributesContainerImpl()
Create an instance ofJaxbAttributesContainerImpl
@Nullable JaxbAttributesContainerImpl
JaxbEntity.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 TypeMethodDescriptionvoid
JaxbEntity.setAttributes
(@Nullable JaxbAttributesContainerImpl value) void
JaxbEntityImpl.setAttributes
(JaxbAttributesContainerImpl value) Sets the value of the attributes property.void
JaxbMappedSuperclassImpl.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 void
AttributeProcessor.processAttributes
(JaxbAttributesContainerImpl attributesContainer, org.hibernate.models.spi.MutableClassDetails mutableClassDetails, AccessType classAccessType, AttributeProcessor.MemberAdjuster memberAdjuster, XmlDocumentContext xmlDocumentContext) static void
AttributeProcessor.processAttributes
(JaxbAttributesContainerImpl attributesContainer, org.hibernate.models.spi.MutableClassDetails mutableClassDetails, AccessType classAccessType, XmlDocumentContext xmlDocumentContext)