Uses of Class
net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.persistence.orm.Transient

Packages that use Transient
net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.persistence.orm   
 

Uses of Transient in net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.persistence.orm
 

Fields in net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.persistence.orm declared as Transient
protected  Transient[] EmbeddableAttributes._transient
           
protected  Transient[] Attributes._transient
           
 

Methods in net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.persistence.orm that return Transient
 Transient Transient.clone()
          Creates and returns a copy of this object.
 Transient ObjectFactory.createTransient()
          Create an instance of Transient
 Transient[] EmbeddableAttributes.getTransient()
           
 Transient[] Attributes.getTransient()
           
 Transient EmbeddableAttributes.getTransient(int idx)
           
 Transient Attributes.getTransient(int idx)
           
 Transient EmbeddableAttributes.setTransient(int idx, Transient value)
           
 Transient Attributes.setTransient(int idx, Transient value)
           
 

Methods in net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.persistence.orm with parameters of type Transient
 Transient EmbeddableAttributes.setTransient(int idx, Transient value)
           
 Transient Attributes.setTransient(int idx, Transient value)
           
 void EmbeddableAttributes.setTransient(Transient[] values)
           
 void Attributes.setTransient(Transient[] values)
           
 

Constructors in net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.persistence.orm with parameters of type Transient
Transient(Transient o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.persistence.orm.Transient instance by copying a given instance.
 



Copyright © 2009 The CC-XJC Community. All Rights Reserved.