Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbAssociationOverrideImpl
Packages that use JaxbAssociationOverrideImpl
Package
Description
Support for processing mapping XML files and applying annotation references over the appropriate
classes,
fields and
methods.
-
Uses of JaxbAssociationOverrideImpl in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi with type parameters of type JaxbAssociationOverrideImplModifier and TypeFieldDescriptionprotected List<JaxbAssociationOverrideImpl>
JaxbElementCollectionImpl.associationOverrides
protected List<JaxbAssociationOverrideImpl>
JaxbEmbeddedImpl.associationOverrides
protected List<JaxbAssociationOverrideImpl>
JaxbEntityImpl.associationOverrides
Methods in org.hibernate.boot.jaxb.mapping.spi that return JaxbAssociationOverrideImplModifier and TypeMethodDescriptionObjectFactory.createJaxbAssociationOverrideImpl()
Create an instance ofJaxbAssociationOverrideImpl
Methods in org.hibernate.boot.jaxb.mapping.spi that return types with arguments of type JaxbAssociationOverrideImplModifier and TypeMethodDescriptionJaxbElementCollectionImpl.getAssociationOverrides()
Gets the value of the associationOverrides property.JaxbEmbeddedImpl.getAssociationOverrides()
Gets the value of the associationOverrides property.JaxbEntity.getAssociationOverrides()
JaxbEntityImpl.getAssociationOverrides()
Gets the value of the associationOverrides property. -
Uses of JaxbAssociationOverrideImpl in org.hibernate.boot.models.xml.internal
Method parameters in org.hibernate.boot.models.xml.internal with type arguments of type JaxbAssociationOverrideImplModifier and TypeMethodDescriptionstatic void
XmlAnnotationHelper.applyAssociationOverrides
(List<JaxbAssociationOverrideImpl> jaxbOverrides, org.hibernate.models.spi.MutableAnnotationTarget target, XmlDocumentContext xmlDocumentContext) static void
AttributeProcessor.processAssociationOverrides
(List<JaxbAssociationOverrideImpl> associationOverrides, org.hibernate.models.spi.MutableClassDetails mutableClassDetails, XmlDocumentContext xmlDocumentContext)