Uses of Interface
org.hibernate.boot.jaxb.mapping.spi.JaxbBaseAttributesContainer
Packages that use JaxbBaseAttributesContainer
Package
Description
Support for processing mapping XML files and applying annotation references over the appropriate
classes,
fields and
methods.
-
Uses of JaxbBaseAttributesContainer in org.hibernate.boot.jaxb.mapping.spi
Subinterfaces of JaxbBaseAttributesContainer in org.hibernate.boot.jaxb.mapping.spiModifier and TypeInterfaceDescriptioninterfaceJAXB binding interface for commonality between things which contain attributes.interfaceJAXB binding interface for natural-id definitionsClasses in org.hibernate.boot.jaxb.mapping.spi that implement JaxbBaseAttributesContainerModifier and TypeClassDescriptionclassThis element contains the entity field or property mappings.classJava class for embeddable-attributes complex typeclassSee `@org.hibernate.annotations.NaturalId` -
Uses of JaxbBaseAttributesContainer in org.hibernate.boot.models.xml.internal
Methods in org.hibernate.boot.models.xml.internal with parameters of type JaxbBaseAttributesContainerModifier and TypeMethodDescriptionstatic voidAttributeProcessor.processBaseAttributes(JaxbBaseAttributesContainer attributesContainer, org.hibernate.models.spi.MutableClassDetails mutableClassDetails, AccessType classAccessType, AttributeProcessor.MemberAdjuster memberAdjuster, XmlDocumentContext xmlDocumentContext)