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

All Known Implementing Classes:
JDBCAbstractQueryCommand, JDBCCustomFinderQuery, JDBCDeclaredSQLQuery, JDBCDynamicQLQuery, JDBCEJBQLQuery, JDBCFindAllQuery, JDBCFindByPrimaryKeyQuery, JDBCFindByQuery, JDBCJBossQLQuery

public interface JDBCQueryCommand

Common interface for all query commands.

Version:
$Revision: 57209 $
Author:
Dain Sundstrom

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

Method Detail

execute

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

getSelectManager

JDBCStoreManager getSelectManager()


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