Uses of Class
org.hibernate.jpamodelgen.xml.jaxb.AssociationOverride

Packages that use AssociationOverride
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
protected  List<AssociationOverride> Embedded.associationOverride
           
protected  List<AssociationOverride> ElementCollection.associationOverride
           
protected  List<AssociationOverride> Entity.associationOverride
           
 

Methods in org.hibernate.jpamodelgen.xml.jaxb that return AssociationOverride
 AssociationOverride ObjectFactory.createAssociationOverride()
          Create an instance of AssociationOverride
 

Methods in org.hibernate.jpamodelgen.xml.jaxb that return types with arguments of type AssociationOverride
 List<AssociationOverride> Embedded.getAssociationOverride()
          Gets the value of the associationOverride property.
 List<AssociationOverride> ElementCollection.getAssociationOverride()
          Gets the value of the associationOverride property.
 List<AssociationOverride> Entity.getAssociationOverride()
          Gets the value of the associationOverride property.
 



Copyright © 2009-2011. All Rights Reserved.