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 java.util.List<AssociationOverride>
ElementCollection. associationOverride
protected java.util.List<AssociationOverride>
Embedded. associationOverride
protected java.util.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 java.util.List<AssociationOverride>
ElementCollection. getAssociationOverride()
Gets the value of the associationOverride property.java.util.List<AssociationOverride>
Embedded. getAssociationOverride()
Gets the value of the associationOverride property.java.util.List<AssociationOverride>
Entity. getAssociationOverride()
Gets the value of the associationOverride property.
-