Uses of Class
net.sourceforge.jpaxjc.ns.persistence.orm.AssociationOverride

Packages that use AssociationOverride
net.sourceforge.jpaxjc.ns.persistence.orm This package contains JAXB 2.1 classes for the http://java.sun.com/xml/ns/persistence/orm namespace. 
 

Uses of AssociationOverride in net.sourceforge.jpaxjc.ns.persistence.orm
 

Fields in net.sourceforge.jpaxjc.ns.persistence.orm with type parameters of type AssociationOverride
protected  List<AssociationOverride> Entity.associationOverride
           
 

Methods in net.sourceforge.jpaxjc.ns.persistence.orm that return AssociationOverride
 AssociationOverride AssociationOverride.clone()
          Creates and returns a deep copy of this object.
 AssociationOverride ObjectFactory.createAssociationOverride()
          Create an instance of AssociationOverride
 

Methods in net.sourceforge.jpaxjc.ns.persistence.orm that return types with arguments of type AssociationOverride
 List<AssociationOverride> Entity.getAssociationOverride()
          Gets the value of the associationOverride property.
 

Constructors in net.sourceforge.jpaxjc.ns.persistence.orm with parameters of type AssociationOverride
AssociationOverride(AssociationOverride o)
          Creates a new AssociationOverride instance by deeply copying a given AssociationOverride instance.
 



Copyright © 2009-2010 The JPA-XJC Community. All Rights Reserved.