Uses of Interface
org.hibernate.boot.models.xml.internal.AttributeProcessor.MemberAdjuster
Packages that use AttributeProcessor.MemberAdjuster
Package
Description
Support for processing mapping XML files and applying annotation references over the appropriate
classes,
fields and
methods.
-
Uses of AttributeProcessor.MemberAdjuster in org.hibernate.boot.models.xml.internal
Methods in org.hibernate.boot.models.xml.internal with parameters of type AttributeProcessor.MemberAdjusterModifier and TypeMethodDescriptionstatic voidAttributeProcessor.processAttributes(JaxbAttributesContainerImpl attributesContainer, org.hibernate.models.spi.MutableClassDetails mutableClassDetails, AccessType classAccessType, AttributeProcessor.MemberAdjuster memberAdjuster, XmlDocumentContext xmlDocumentContext) static voidAttributeProcessor.processAttributes(JaxbAttributesContainer attributesContainer, org.hibernate.models.spi.MutableClassDetails mutableClassDetails, AccessType classAccessType, AttributeProcessor.MemberAdjuster memberAdjuster, XmlDocumentContext xmlDocumentContext) static voidAttributeProcessor.processBaseAttributes(JaxbBaseAttributesContainer attributesContainer, org.hibernate.models.spi.MutableClassDetails mutableClassDetails, AccessType classAccessType, AttributeProcessor.MemberAdjuster memberAdjuster, XmlDocumentContext xmlDocumentContext) static voidAttributeProcessor.processNaturalId(JaxbNaturalId jaxbNaturalId, org.hibernate.models.spi.MutableClassDetails mutableClassDetails, AccessType classAccessType, AttributeProcessor.MemberAdjuster memberAdjuster, XmlDocumentContext xmlDocumentContext)