org.openejb.entity.cmp
Class CollectionValuedSelect

java.lang.Object
  extended byorg.openejb.entity.cmp.CMPSelectMethod
      extended byorg.openejb.entity.cmp.CollectionValuedSelect
All Implemented Interfaces:
InstanceOperation, Serializable

public class CollectionValuedSelect
extends CMPSelectMethod

Version:
$Revision: 445608 $ $Date: 2005-08-05 12:52:09 +0200 (Fri, 05 Aug 2005) $
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.openejb.entity.cmp.CMPSelectMethod
command, resultAccessor
 
Constructor Summary
CollectionValuedSelect(org.tranql.query.QueryCommand command, boolean flushCache, org.tranql.identity.IdentityDefiner idDefiner, org.tranql.identity.IdentityDefiner idInjector)
           
 
Method Summary
 Object invokeInstance(CMPInstanceContext ctx, Object[] args)
           
 
Methods inherited from class org.openejb.entity.cmp.CMPSelectMethod
execute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionValuedSelect

public CollectionValuedSelect(org.tranql.query.QueryCommand command,
                              boolean flushCache,
                              org.tranql.identity.IdentityDefiner idDefiner,
                              org.tranql.identity.IdentityDefiner idInjector)
Method Detail

invokeInstance

public Object invokeInstance(CMPInstanceContext ctx,
                             Object[] args)
                      throws Exception
Throws:
Exception


Copyright © 1999-2006 OpenEJB. All Rights Reserved.