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

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

Fields in net.sourceforge.jpaxjc.ns.persistence.orm declared as Attributes
protected  Attributes MappedSuperclass.attributes
           
protected  Attributes Entity.attributes
           
 

Methods in net.sourceforge.jpaxjc.ns.persistence.orm that return Attributes
 Attributes Attributes.clone()
          Creates and returns a deep copy of this object.
 Attributes ObjectFactory.createAttributes()
          Create an instance of Attributes
 Attributes MappedSuperclass.getAttributes()
          Gets the value of the attributes property.
 Attributes Entity.getAttributes()
          Gets the value of the attributes property.
 

Methods in net.sourceforge.jpaxjc.ns.persistence.orm with parameters of type Attributes
 void MappedSuperclass.setAttributes(Attributes value)
          Sets the value of the attributes property.
 void Entity.setAttributes(Attributes value)
          Sets the value of the attributes property.
 

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



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