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. attributeOverride
protected java.util.List<JaxbAttributeOverride>
JaxbEmbedded. attributeOverride
protected java.util.List<JaxbAttributeOverride>
JaxbEmbeddedId. attributeOverride
protected java.util.List<JaxbAttributeOverride>
JaxbEntity. attributeOverride
protected java.util.List<JaxbAttributeOverride>
JaxbElementCollection. mapKeyAttributeOverride
protected java.util.List<JaxbAttributeOverride>
JaxbManyToMany. mapKeyAttributeOverride
protected java.util.List<JaxbAttributeOverride>
JaxbOneToMany. mapKeyAttributeOverride
Methods in org.hibernate.boot.jaxb.mapping.spi that return JaxbAttributeOverride Modifier and Type Method Description JaxbAttributeOverride
ObjectFactory. createJaxbAttributeOverride()
Create an instance ofJaxbAttributeOverride
Methods 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.
-