org.jboss.ejb.plugins.cmp.jdbc2
Interface QueryCommand

All Known Implementing Classes:
AbstractQueryCommand, DeclaredSQLQueryCommand, DynamicQueryCommand, EJBQLQueryCommand, FindByPrimaryKeyCommand, JBossQLQueryCommand

public interface QueryCommand

Version:
$Revision: 1.3.2.1 $
Author:
Alexey Loubyansky

Method Summary
 Collection fetchCollection(Schema schema, GenericEntityObjectFactory factory, Object[] args)
           
 Object fetchOne(Schema schema, GenericEntityObjectFactory factory, Object[] args)
           
 JDBCStoreManager2 getStoreManager()
           
 

Method Detail

getStoreManager

JDBCStoreManager2 getStoreManager()

fetchCollection

Collection fetchCollection(Schema schema,
                           GenericEntityObjectFactory factory,
                           Object[] args)
                           throws javax.ejb.FinderException
Throws:
javax.ejb.FinderException

fetchOne

Object fetchOne(Schema schema,
                GenericEntityObjectFactory factory,
                Object[] args)
                throws javax.ejb.FinderException
Throws:
javax.ejb.FinderException


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