April 2003
Intermediate to advanced
750 pages
16h 53m
English
In this section, we develop custom finders for the banking model with Application Developer. For the basics of finder methods, read “EJB custom query methods” on page 140.
Here is a short recapitulation:
There are two kind of methods: finder methods in the home interface and select methods in the bean class.
These methods can be mapped to EJB query language.
EJB QL statements are specified in the deployment descriptor.
SQL statements are generated from EJB QL into deployed classes.
The process of defining custom finder methods is very simple:
Read now
Unlock full access