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.associationOverridesprotected List<JaxbAssociationOverrideImpl>JaxbEmbeddedImpl.associationOverridesprotected List<JaxbAssociationOverrideImpl>JaxbEntityImpl.associationOverridesMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbAssociationOverrideImplModifier and TypeMethodDescriptionObjectFactory.createJaxbAssociationOverrideImpl()Create an instance ofJaxbAssociationOverrideImplMethods 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 voidXmlAnnotationHelper.applyAssociationOverrides(List<JaxbAssociationOverrideImpl> jaxbOverrides, org.hibernate.models.spi.MutableAnnotationTarget target, XmlDocumentContext xmlDocumentContext) static voidAttributeProcessor.processAssociationOverrides(List<JaxbAssociationOverrideImpl> associationOverrides, org.hibernate.models.spi.MutableClassDetails mutableClassDetails, XmlDocumentContext xmlDocumentContext)