Uses of Interface
net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.persistence.orm.Entity

Packages that use Entity
net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.persistence.orm   
net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.persistence.orm.impl   
 

Uses of Entity in net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.persistence.orm
 

Methods in net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.persistence.orm that return Entity
 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.pkg.indexed.novalueclass.persistence.orm with parameters of type Entity
 void EntityMappings.setEntity(Entity[] values)
           
 Entity EntityMappings.setEntity(int idx, Entity value)
           
 

Uses of Entity in net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.persistence.orm.impl
 

Classes in net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.persistence.orm.impl that implement Entity
 class EntityImpl
           
 

Fields in net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.persistence.orm.impl declared as Entity
protected  Entity[] EntityMappingsImpl.entity
           
 

Methods in net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.persistence.orm.impl that return Entity
 Entity[] EntityMappingsImpl.getEntity()
           
 Entity EntityMappingsImpl.getEntity(int idx)
           
 Entity EntityMappingsImpl.setEntity(int idx, Entity value)
           
 

Methods in net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.persistence.orm.impl with parameters of type Entity
 void EntityMappingsImpl.setEntity(Entity[] values)
           
 Entity EntityMappingsImpl.setEntity(int idx, Entity value)
           
 



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