Uses of Class
net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.persistence.orm.Embeddable

Packages that use Embeddable
net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.persistence.orm   
 

Uses of Embeddable in net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.persistence.orm
 

Fields in net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.persistence.orm declared as Embeddable
protected  Embeddable[] EntityMappings.embeddable
           
 

Methods in net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.persistence.orm that return Embeddable
 Embeddable Embeddable.clone()
          Creates and returns a copy of this object.
protected static Embeddable ObjectFactory.copyOfEmbeddable(Embeddable clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.persistence.orm.Embeddable instance.
 Embeddable ObjectFactory.createEmbeddable()
          Create an instance of Embeddable
 Embeddable[] EntityMappings.getEmbeddable()
           
 Embeddable EntityMappings.getEmbeddable(int idx)
           
 Embeddable EntityMappings.setEmbeddable(int idx, Embeddable value)
           
 

Methods in net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.persistence.orm with parameters of type Embeddable
protected  void EntityMappings.copyEmbeddable(Embeddable[] source)
          Copies all values of property Embeddable.
protected static Embeddable ObjectFactory.copyOfEmbeddable(Embeddable clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.persistence.orm.Embeddable instance.
 void EntityMappings.setEmbeddable(Embeddable[] values)
           
 Embeddable EntityMappings.setEmbeddable(int idx, Embeddable value)
           
 

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



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