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

java.lang.Object
  extended by org.jboss.ejb.plugins.cmp.jdbc.JDBCFindEntitiesCommand

public final class JDBCFindEntitiesCommand
extends Object

Delegates to the specific query command.

Version:
$Revision: 1.20.4.1 $
Author:
Dain Sundstrom, Rickard Öberg, Marc Fleury, Joe Shevland, Justin Forder

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

Constructor Detail

JDBCFindEntitiesCommand

public JDBCFindEntitiesCommand(JDBCStoreManager manager)
Method Detail

execute

public Collection execute(Method finderMethod,
                          Object[] args,
                          EntityEnterpriseContext ctx,
                          GenericEntityObjectFactory factory)
                   throws javax.ejb.FinderException
Throws:
javax.ejb.FinderException


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