org.tranql.intertxcache
Class FindByPKCacheQueryCommand

java.lang.Object
  extended byorg.tranql.intertxcache.FindByPKCacheQueryCommand
All Implemented Interfaces:
QueryCommand, java.io.Serializable

public class FindByPKCacheQueryCommand
extends java.lang.Object
implements QueryCommand

Version:
$Revision: 323 $ $Date: 2006-02-19 07:29:24 +0100 (Sun, 19 Feb 2006) $
See Also:
Serialized Form

Constructor Summary
FindByPKCacheQueryCommand(FrontEndCache cache, IdentityTransform identityTransform, QueryCommand next)
           
 
Method Summary
 java.lang.Object execute(InTxCache cache, ResultHandler handler, Row params, java.lang.Object arg)
           
 Query getQuery()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FindByPKCacheQueryCommand

public FindByPKCacheQueryCommand(FrontEndCache cache,
                                 IdentityTransform identityTransform,
                                 QueryCommand next)
Method Detail

getQuery

public Query getQuery()
Specified by:
getQuery in interface QueryCommand

execute

public java.lang.Object execute(InTxCache cache,
                                ResultHandler handler,
                                Row params,
                                java.lang.Object arg)
                         throws QueryException
Specified by:
execute in interface QueryCommand
Throws:
QueryException


Copyright © -2006 The Codehaus. All Rights Reserved.