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

Packages that use AttributeOverride
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 AttributeOverride in net.sourceforge.jpaxjc.ns.persistence.orm
 

Fields in net.sourceforge.jpaxjc.ns.persistence.orm with type parameters of type AttributeOverride
protected  List<AttributeOverride> Embedded.attributeOverride
           
protected  List<AttributeOverride> EmbeddedId.attributeOverride
           
protected  List<AttributeOverride> Entity.attributeOverride
           
 

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

Methods in net.sourceforge.jpaxjc.ns.persistence.orm that return types with arguments of type AttributeOverride
 List<AttributeOverride> Embedded.getAttributeOverride()
          Gets the value of the attributeOverride property.
 List<AttributeOverride> EmbeddedId.getAttributeOverride()
          Gets the value of the attributeOverride property.
 List<AttributeOverride> Entity.getAttributeOverride()
          Gets the value of the attributeOverride property.
 

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



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