Re: Custom finder methods!

1999-10-21 Thread Karl Avedal
Hello Jonas, Jonas Larsson wrote: > How do I create a custom finder method in a CPM EJB with Orionserver? Is > that possible yet? > Example: > Collection findByName( String Name ) /* Returns all ejb:s where NAME=Name */ Yes, it is possible. This is how you do it: 1. Define the finder in the Ho

Custom finder methods!

1999-10-21 Thread Jonas Larsson
How do I create a custom finder method in a CPM EJB with Orionserver? Is that possible yet? Example: Collection findByName( String Name ) /* Returns all ejb:s where NAME=Name */ /Jonas