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.attributeOverridesprotected List<JaxbAttributeOverrideImpl>JaxbEmbeddedIdImpl.attributeOverridesprotected List<JaxbAttributeOverrideImpl>JaxbEmbeddedImpl.attributeOverridesprotected List<JaxbAttributeOverrideImpl>JaxbEntityImpl.attributeOverridesprotected List<JaxbAttributeOverrideImpl>JaxbElementCollectionImpl.mapKeyAttributeOverridesprotected List<JaxbAttributeOverrideImpl>JaxbManyToManyImpl.mapKeyAttributeOverridesprotected List<JaxbAttributeOverrideImpl>JaxbOneToManyImpl.mapKeyAttributeOverridesprotected List<JaxbAttributeOverrideImpl>JaxbPluralAnyMappingImpl.mapKeyAttributeOverridesMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbAttributeOverrideImplModifier and TypeMethodDescriptionObjectFactory.createJaxbAttributeOverrideImpl()Create an instance ofJaxbAttributeOverrideImplMethods 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 voidXmlAnnotationHelper.applyAttributeOverrides(List<JaxbAttributeOverrideImpl> jaxbOverrides, org.hibernate.models.spi.MutableAnnotationTarget target, String namePrefix, XmlDocumentContext xmlDocumentContext) static voidXmlAnnotationHelper.applyAttributeOverrides(List<JaxbAttributeOverrideImpl> jaxbOverrides, org.hibernate.models.spi.MutableMemberDetails memberDetails, XmlDocumentContext xmlDocumentContext) static voidAttributeProcessor.processAttributeOverrides(List<JaxbAttributeOverrideImpl> attributeOverrides, org.hibernate.models.spi.MutableClassDetails mutableClassDetails, XmlDocumentContext xmlDocumentContext)