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

JDBCQueryCommand (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档


org.jboss.ejb.plugins.cmp.jdbc
Interface JDBCQueryCommand

All Known Implementing Classes:
JDBCAbstractQueryCommand, JDBCCustomFinderQuery

public interface JDBCQueryCommand

Common interface for all query commands.

Version:
$Revision: 1.7 $
Author:
Dain Sundstrom

Method Summary
 Collection execute(Method finderMethod, Object[] args, EntityEnterpriseContext ctx, GenericEntityObjectFactory factory)
           
 JDBCStoreManager getSelectManager()
           
 

Method Detail

execute

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

getSelectManager

public JDBCStoreManager getSelectManager()


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