Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbAttributeOverride
-
Packages that use JaxbAttributeOverride Package Description org.hibernate.boot.jaxb.mapping -
-
Uses of JaxbAttributeOverride in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping with type parameters of type JaxbAttributeOverride Modifier and Type Field Description protected 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 JaxbAttributeOverride Modifier and Type Method Description JaxbAttributeOverrideObjectFactory. createJaxbAttributeOverride()Create an instance ofJaxbAttributeOverrideMethods in org.hibernate.boot.jaxb.mapping that return types with arguments of type JaxbAttributeOverride Modifier and Type Method Description List<JaxbAttributeOverride>JaxbElementCollection. getAttributeOverride()Gets the value of the attributeOverride property.List<JaxbAttributeOverride>JaxbEmbedded. getAttributeOverride()Gets the value of the attributeOverride property.List<JaxbAttributeOverride>JaxbEmbeddedId. getAttributeOverride()Gets the value of the attributeOverride property.List<JaxbAttributeOverride>JaxbEntity. getAttributeOverride()Gets the value of the attributeOverride property.List<JaxbAttributeOverride>CollectionAttribute. getMapKeyAttributeOverride()List<JaxbAttributeOverride>JaxbElementCollection. getMapKeyAttributeOverride()Gets the value of the mapKeyAttributeOverride property.List<JaxbAttributeOverride>JaxbManyToMany. getMapKeyAttributeOverride()Gets the value of the mapKeyAttributeOverride property.List<JaxbAttributeOverride>JaxbOneToMany. getMapKeyAttributeOverride()Gets the value of the mapKeyAttributeOverride property.
-