org.jboss.ejb.plugins.jaws.jdbc
Class JDBCFindEntityCommand

java.lang.Object
  extended byorg.jboss.ejb.plugins.jaws.jdbc.JDBCFindEntityCommand
All Implemented Interfaces:
JPMFindEntityCommand

public class JDBCFindEntityCommand
extends Object
implements JPMFindEntityCommand

JAWSPersistenceManager JDBCFindEntityCommand

Version:
$Revision: 1.12.2.1 $ Revision: 20010621 Bill Burke: findByPrimaryKey may now do a read-ahead depending on configuration 20020525 Dain Sundstrom: Replaced FinderResults with Collection
Author:
Rickard Öberg, Marc Fleury, Joe Shevland, Justin Forder, Bill Burke
See Also:

Constructor Summary
JDBCFindEntityCommand(JDBCCommandFactory factory)
           
 
Method Summary
 Object execute(Method finderMethod, Object[] args, EntityEnterpriseContext ctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDBCFindEntityCommand

public JDBCFindEntityCommand(JDBCCommandFactory factory)
Method Detail

execute

public Object execute(Method finderMethod,
                      Object[] args,
                      EntityEnterpriseContext ctx)
               throws Exception
Specified by:
execute in interface JPMFindEntityCommand
Throws:
Exception


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.