what is finder method?
Answer / janet
a finder method provides a way to access an entity bean by
its contents. Finder methods are designed to be introspected
and displayed by developement and deployement tools.
The principal finder method that must be implement by all
entity bean is finderByPrimeryKey.In addition to this method
the developer must also implement a primaryKey class to
provide each entity bean with a unique,serializable identity.
| Is This Answer Correct ? | 6 Yes | 0 No |
What is ejb ql?
What is the difference between ejb and java beans?
Differentiate “find a method” from “select method” in EJB ?
TX operation funtion executed by?
How is ejb different from java beans?
What are stateless applications?
What does a deployment diagram specify?
What is entity bean?
What is the major difference SessionBean and EntityBean?
What is ejb in weblogic?
Define SessionContext ?
What are the types of enterprise bean?