Uses of Class
com.sun.java.xml.ns.persistence.orm.AssociationOverride

Packages that use AssociationOverride
com.sun.java.xml.ns.persistence.orm   
 

Uses of AssociationOverride in com.sun.java.xml.ns.persistence.orm
 

Fields in com.sun.java.xml.ns.persistence.orm with type parameters of type AssociationOverride
protected  List<AssociationOverride> Entity.associationOverride
           
protected  List<AssociationOverride> Embedded.associationOverride
           
protected  List<AssociationOverride> ElementCollection.associationOverride
           
 

Methods in com.sun.java.xml.ns.persistence.orm that return AssociationOverride
 AssociationOverride ObjectFactory.createAssociationOverride()
          Create an instance of AssociationOverride
 

Methods in com.sun.java.xml.ns.persistence.orm that return types with arguments of type AssociationOverride
 List<AssociationOverride> Entity.getAssociationOverride()
          Gets the value of the associationOverride property.
 List<AssociationOverride> Embedded.getAssociationOverride()
          Gets the value of the associationOverride property.
 List<AssociationOverride> ElementCollection.getAssociationOverride()
          Gets the value of the associationOverride property.
 



Copyright © 2005-2011. All Rights Reserved.