org.openejb.entity.cmp
Class SingleValuedSelect

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

public class SingleValuedSelect
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
SingleValuedSelect(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

SingleValuedSelect

public SingleValuedSelect(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.