CMPStoreManager CustomFindByEntitiesCommand.
Implements bridge for custom implemented finders in container managed entity
beans. These methods are called ejbFindX in the EJB implementation class,
where X can be anything. Such methods are called findX in the Home and/or
the LocalHome interface.
See Also:org.jboss.ejb.plugins.cmp.jdbc.JDBCFindEntitiesCommand author: Michel de Groot author: John Freeborg version: $Revision: 57209 $
Constructs a command which can handle multiple entity finders
that are BMP implemented.
Parameters: finderMethod - the EJB finder method implementation