Save This Page
Home » jboss-5.0.0.CR1-src » org » jboss » ejb » plugins » jaws » jdbc » [javadoc | source]
org.jboss.ejb.plugins.jaws.jdbc
public class: JDBCFindEntitiesCommand [javadoc | source]
java.lang.Object
   org.jboss.ejb.plugins.jaws.jdbc.JDBCFindEntitiesCommand

All Implemented Interfaces:
    JPMFindEntitiesCommand

Keeps a map from finder name to specific finder command, and delegates to the relevant specific finder command.
Constructor:
 public JDBCFindEntitiesCommand(JDBCCommandFactory factory) 
Method from org.jboss.ejb.plugins.jaws.jdbc.JDBCFindEntitiesCommand Summary:
execute
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jboss.ejb.plugins.jaws.jdbc.JDBCFindEntitiesCommand Detail:
 public Collection execute(Method finderMethod,
    Object[] args,
    EntityEnterpriseContext ctx) throws Exception