Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbAttributeOverrideImpl
Packages that use JaxbAttributeOverrideImpl
Package
Description
Support for processing mapping XML files and applying annotation references over the appropriate
classes,
fields and
methods.
-
Uses of JaxbAttributeOverrideImpl in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi with type parameters of type JaxbAttributeOverrideImplModifier and TypeFieldDescriptionprotected List<JaxbAttributeOverrideImpl>
JaxbElementCollectionImpl.attributeOverrides
protected List<JaxbAttributeOverrideImpl>
JaxbEmbeddedIdImpl.attributeOverrides
protected List<JaxbAttributeOverrideImpl>
JaxbEmbeddedImpl.attributeOverrides
protected List<JaxbAttributeOverrideImpl>
JaxbEntityImpl.attributeOverrides
protected List<JaxbAttributeOverrideImpl>
JaxbElementCollectionImpl.mapKeyAttributeOverrides
protected List<JaxbAttributeOverrideImpl>
JaxbManyToManyImpl.mapKeyAttributeOverrides
protected List<JaxbAttributeOverrideImpl>
JaxbOneToManyImpl.mapKeyAttributeOverrides
protected List<JaxbAttributeOverrideImpl>
JaxbPluralAnyMappingImpl.mapKeyAttributeOverrides
Methods in org.hibernate.boot.jaxb.mapping.spi that return JaxbAttributeOverrideImplModifier and TypeMethodDescriptionObjectFactory.createJaxbAttributeOverrideImpl()
Create an instance ofJaxbAttributeOverrideImpl
Methods in org.hibernate.boot.jaxb.mapping.spi that return types with arguments of type JaxbAttributeOverrideImplModifier and TypeMethodDescriptionJaxbElementCollectionImpl.getAttributeOverrides()
Gets the value of the attributeOverrides property.JaxbEmbeddedIdImpl.getAttributeOverrides()
Gets the value of the attributeOverrides property.JaxbEmbeddedImpl.getAttributeOverrides()
Gets the value of the attributeOverrides property.JaxbEntity.getAttributeOverrides()
JaxbEntityImpl.getAttributeOverrides()
Gets the value of the attributeOverrides property.JaxbElementCollectionImpl.getMapKeyAttributeOverrides()
Gets the value of the mapKeyAttributeOverrides property.JaxbManyToManyImpl.getMapKeyAttributeOverrides()
Gets the value of the mapKeyAttributeOverrides property.JaxbOneToManyImpl.getMapKeyAttributeOverrides()
Gets the value of the mapKeyAttributeOverrides property.JaxbPluralAnyMappingImpl.getMapKeyAttributeOverrides()
Gets the value of the mapKeyAttributeOverrides property.JaxbPluralAttribute.getMapKeyAttributeOverrides()
-
Uses of JaxbAttributeOverrideImpl in org.hibernate.boot.models.xml.internal
Method parameters in org.hibernate.boot.models.xml.internal with type arguments of type JaxbAttributeOverrideImplModifier and TypeMethodDescriptionstatic void
XmlAnnotationHelper.applyAttributeOverrides
(List<JaxbAttributeOverrideImpl> jaxbOverrides, org.hibernate.models.spi.MutableAnnotationTarget target, String namePrefix, XmlDocumentContext xmlDocumentContext) static void
XmlAnnotationHelper.applyAttributeOverrides
(List<JaxbAttributeOverrideImpl> jaxbOverrides, org.hibernate.models.spi.MutableMemberDetails memberDetails, XmlDocumentContext xmlDocumentContext) static void
AttributeProcessor.processAttributeOverrides
(List<JaxbAttributeOverrideImpl> attributeOverrides, org.hibernate.models.spi.MutableClassDetails mutableClassDetails, XmlDocumentContext xmlDocumentContext)