Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbAttributeOverride
Packages that use JaxbAttributeOverride
-
Uses of JaxbAttributeOverride in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping with type parameters of type JaxbAttributeOverrideModifier and TypeFieldDescriptionprotected List<JaxbAttributeOverride>JaxbElementCollection.attributeOverrideprotected List<JaxbAttributeOverride>JaxbEmbedded.attributeOverrideprotected List<JaxbAttributeOverride>JaxbEmbeddedId.attributeOverrideprotected List<JaxbAttributeOverride>JaxbEntity.attributeOverrideprotected List<JaxbAttributeOverride>JaxbElementCollection.mapKeyAttributeOverrideprotected List<JaxbAttributeOverride>JaxbManyToMany.mapKeyAttributeOverrideprotected List<JaxbAttributeOverride>JaxbOneToMany.mapKeyAttributeOverrideMethods in org.hibernate.boot.jaxb.mapping that return JaxbAttributeOverrideModifier and TypeMethodDescriptionObjectFactory.createJaxbAttributeOverride()Create an instance ofJaxbAttributeOverrideMethods in org.hibernate.boot.jaxb.mapping that return types with arguments of type JaxbAttributeOverrideModifier and TypeMethodDescriptionJaxbElementCollection.getAttributeOverride()Gets the value of the attributeOverride property.JaxbEmbedded.getAttributeOverride()Gets the value of the attributeOverride property.JaxbEmbeddedId.getAttributeOverride()Gets the value of the attributeOverride property.JaxbEntity.getAttributeOverride()Gets the value of the attributeOverride property.CollectionAttribute.getMapKeyAttributeOverride()JaxbElementCollection.getMapKeyAttributeOverride()Gets the value of the mapKeyAttributeOverride property.JaxbManyToMany.getMapKeyAttributeOverride()Gets the value of the mapKeyAttributeOverride property.JaxbOneToMany.getMapKeyAttributeOverride()Gets the value of the mapKeyAttributeOverride property.