Congratulations on releasing v1.0.
It is a nice feature that orion writes the custom finders for CMP in some
cases. For those cases where it cannot, would it be possible to permit the
user to give it a hint? For example:
public interface FooHome extends EJBHome {
......
public Foo findByActiveId (int id) throws RemoteException,FinderException;
public static final String findByActiveId_sql = "$id=$1 and $active=1";
}
You do a similar thing for object/relational mapping.
Thanks,
Nick
- finder methods Nick Newman
- finder methods Enrique Wallace
- Re: finder methods Karl Avedal
- Finder methods Tom Klaasen
- Re: Finder methods Krishnan Raghunathan
