当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 server API Documentation 英文版文档
QueryCommand (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档
org.jboss.ejb.plugins.cmp.jdbc2
Interface QueryCommand
- All Known Implementing Classes:
- AbstractQueryCommand
- public interface QueryCommand
- Version:
- $Revision: 1.3 $
- Author:
- Alexey Loubyansky
getStoreManager
public JDBCStoreManager2 getStoreManager()
fetchCollection
public Collection fetchCollection(Schema schema,
GenericEntityObjectFactory factory,
Object[] args)
throws javax.ejb.FinderException
- Throws:
javax.ejb.FinderException
fetchOne
public Object fetchOne(Schema schema,
GenericEntityObjectFactory factory,
Object[] args)
throws javax.ejb.FinderException
- Throws:
javax.ejb.FinderException
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.