Finders are methods that are used to get information from a specific EJB
instance. They are similar to a stored query, like a SQL SELECT
statement. Only entity beans can have finders.
The EJB Module Editor for a CMP Entity Bean has a tab labeled Finders .
To open the Finders page:
The following finder methods are generated by default by the wizards.
To add a new Finder method, click the Add button. The Create CMP Finder Method dialog box opens, where you can edit the method, its parameters, and the exceptions it throws.
For more information on using this page, click Help or press the F1 key.
Developing Enterprise JavaBeans
Copyright © 1997, 2004, Oracle. All rights reserved.