Uses of Class
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm.Entity

Packages that use Entity
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm   
 

Uses of Entity in net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm
 

Fields in net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm declared as Entity
protected  Entity[] EntityMappings.entity
           
 

Methods in net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm that return Entity
 Entity Entity.clone()
          Creates and returns a copy of this object.
static Entity ObjectFactory.copyOfEntity(Entity clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm.Entity instance.
 Entity ObjectFactory.createEntity()
          Create an instance of Entity
 Entity[] EntityMappings.getEntity()
           
 Entity EntityMappings.getEntity(int idx)
           
 Entity EntityMappings.setEntity(int idx, Entity value)
           
 

Methods in net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm with parameters of type Entity
 void EntityMappings.copyEntity(Entity[] source)
          Copies all values of property Entity.
static Entity ObjectFactory.copyOfEntity(Entity clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm.Entity instance.
 void EntityMappings.setEntity(Entity[] values)
           
 Entity EntityMappings.setEntity(int idx, Entity value)
           
 

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



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