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