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

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

Fields in net.sourceforge.jpaxjc.ns.persistence.orm declared as EmbeddableAttributes
protected  EmbeddableAttributes Embeddable.attributes
           
 

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

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

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



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