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

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

Uses of EntityResult 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 EntityResult
 EntityResult ObjectFactory.createEntityResult()
          Create an instance of EntityResult
 EntityResult[] SqlResultSetMapping.getEntityResult()
           
 EntityResult SqlResultSetMapping.getEntityResult(int idx)
           
 EntityResult SqlResultSetMapping.setEntityResult(int idx, EntityResult value)
           
 

Methods in net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.persistence.orm with parameters of type EntityResult
 void SqlResultSetMapping.setEntityResult(EntityResult[] values)
           
 EntityResult SqlResultSetMapping.setEntityResult(int idx, EntityResult value)
           
 

Uses of EntityResult 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 EntityResult
 class EntityResultImpl
           
 

Fields in net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.persistence.orm.impl declared as EntityResult
protected  EntityResult[] SqlResultSetMappingImpl.entityResult
           
 

Methods in net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.persistence.orm.impl that return EntityResult
 EntityResult[] SqlResultSetMappingImpl.getEntityResult()
           
 EntityResult SqlResultSetMappingImpl.getEntityResult(int idx)
           
 EntityResult SqlResultSetMappingImpl.setEntityResult(int idx, EntityResult value)
           
 

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



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