站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 server API Documentation 英文版文档

JDBCFindEntitiesCommand (JBoss Server API) - JBoss 3.2.7 server API Documentation 英文版文档


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:

  • Get Rid of debug flag, use log4j instead
  • Make load of automated finder method work with local home interfaces

20020525 Dain Sundstrom:

  • Replaced FinderResults with Collection
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.