Uses of Class
org.hibernate.jpamodelgen.xml.jaxb.AssociationOverride
-
Packages that use AssociationOverride Package Description org.hibernate.jpamodelgen.xml.jaxb -
-
Uses of AssociationOverride in org.hibernate.jpamodelgen.xml.jaxb
Fields in org.hibernate.jpamodelgen.xml.jaxb with type parameters of type AssociationOverride Modifier and Type Field Description protected List<AssociationOverride>
ElementCollection. associationOverride
protected List<AssociationOverride>
Embedded. associationOverride
protected List<AssociationOverride>
Entity. associationOverride
Methods in org.hibernate.jpamodelgen.xml.jaxb that return AssociationOverride Modifier and Type Method Description AssociationOverride
ObjectFactory. createAssociationOverride()
Create an instance ofAssociationOverride
Methods in org.hibernate.jpamodelgen.xml.jaxb that return types with arguments of type AssociationOverride Modifier and Type Method Description List<AssociationOverride>
ElementCollection. getAssociationOverride()
Gets the value of the associationOverride property.List<AssociationOverride>
Embedded. getAssociationOverride()
Gets the value of the associationOverride property.List<AssociationOverride>
Entity. getAssociationOverride()
Gets the value of the associationOverride property.
-