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