Uses of Class
org.hibernate.jpamodelgen.xml.jaxb.AttributeOverride
-
Packages that use AttributeOverride Package Description org.hibernate.jpamodelgen.xml.jaxb -
-
Uses of AttributeOverride in org.hibernate.jpamodelgen.xml.jaxb
Fields in org.hibernate.jpamodelgen.xml.jaxb with type parameters of type AttributeOverride Modifier and Type Field Description protected List<AttributeOverride>
ElementCollection. attributeOverride
protected List<AttributeOverride>
Embedded. attributeOverride
protected List<AttributeOverride>
EmbeddedId. attributeOverride
protected List<AttributeOverride>
Entity. attributeOverride
protected List<AttributeOverride>
ElementCollection. mapKeyAttributeOverride
protected List<AttributeOverride>
ManyToMany. mapKeyAttributeOverride
protected List<AttributeOverride>
OneToMany. mapKeyAttributeOverride
Methods in org.hibernate.jpamodelgen.xml.jaxb that return AttributeOverride Modifier and Type Method Description AttributeOverride
ObjectFactory. createAttributeOverride()
Create an instance ofAttributeOverride
Methods in org.hibernate.jpamodelgen.xml.jaxb that return types with arguments of type AttributeOverride Modifier and Type Method Description List<AttributeOverride>
ElementCollection. getAttributeOverride()
Gets the value of the attributeOverride property.List<AttributeOverride>
Embedded. getAttributeOverride()
Gets the value of the attributeOverride property.List<AttributeOverride>
EmbeddedId. getAttributeOverride()
Gets the value of the attributeOverride property.List<AttributeOverride>
Entity. getAttributeOverride()
Gets the value of the attributeOverride property.List<AttributeOverride>
ElementCollection. getMapKeyAttributeOverride()
Gets the value of the mapKeyAttributeOverride property.List<AttributeOverride>
ManyToMany. getMapKeyAttributeOverride()
Gets the value of the mapKeyAttributeOverride property.List<AttributeOverride>
OneToMany. getMapKeyAttributeOverride()
Gets the value of the mapKeyAttributeOverride property.
-