Uses of Interface
net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm.Transient

Packages that use Transient
net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm   
net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm.impl   
 

Uses of Transient in net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm
 

Methods in net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm that return Transient
 Transient ObjectFactory.createTransient()
          Create an instance of Transient
 

Methods in net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm that return types with arguments of type Transient
 List<Transient> EmbeddableAttributes.getTransient()
          Gets the value of the transient property.
 List<Transient> Attributes.getTransient()
          Gets the value of the transient property.
 

Uses of Transient in net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm.impl
 

Classes in net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm.impl that implement Transient
 class TransientImpl
           
 

Fields in net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm.impl with type parameters of type Transient
protected  List<Transient> AttributesImpl._transient
           
protected  List<Transient> EmbeddableAttributesImpl._transient
           
 

Methods in net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm.impl that return types with arguments of type Transient
 List<Transient> AttributesImpl.getTransient()
           
 List<Transient> EmbeddableAttributesImpl.getTransient()
           
 

Method parameters in net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm.impl with type arguments of type Transient
protected static void AttributesImpl.copyTransient(List<Transient> source, List<Transient> target)
          Copies all values of property Transient.
protected static void AttributesImpl.copyTransient(List<Transient> source, List<Transient> target)
          Copies all values of property Transient.
protected static void EmbeddableAttributesImpl.copyTransient(List<Transient> source, List<Transient> target)
          Copies all values of property Transient.
protected static void EmbeddableAttributesImpl.copyTransient(List<Transient> source, List<Transient> target)
          Copies all values of property Transient.
 



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