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 |
Transaction Attributes? What is the use of ?RequiresNew?
What is stateless programming?
What is the difference between ejbcreate() and ejbpostcreate?
What are the advantages of ejb components?
What is JAR file?
What is enterprise bean provider?
Which is the only method defined in the javax.ejb.handle interface?
How is ejb different from java beans?
What is the purpose of a transaction monitor?
what is mean by port ? Please answer me. Advance thanks.
Explain the concept of connection pooling feature of ejb container?
What are ejb components?