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

java.lang.Object
  extended byorg.jboss.ejb.plugins.jaws.jdbc.JDBCFindEntitiesCommand
All Implemented Interfaces:
JPMFindEntitiesCommand

public class JDBCFindEntitiesCommand
extends Object
implements JPMFindEntitiesCommand

Keeps a map from finder name to specific finder command, and delegates to the relevant specific finder command.

Version:
$Revision: 1.18.2.1 $

Revisions:

20010812 vincent.harcq@hubmethods.com:

20020525 Dain Sundstrom:

Author:
Rickard Öberg, Marc Fleury, Joe Shevland, Justin Forder
See Also:
JPMFindEntitiesCommand

Constructor Summary
JDBCFindEntitiesCommand(JDBCCommandFactory factory)
           
 
Method Summary
 Collection 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

JDBCFindEntitiesCommand

public JDBCFindEntitiesCommand(JDBCCommandFactory factory)
Method Detail

execute

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


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