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 |
How ejb invocation happens?
What is a Java Bean?
What is ejb and how it works?
What are the required methods to implement EJB architecture?
Can i write business logic methods in entitybean?
can u explain about design patterns like singleton,builder,factory
Can stateful session beans are persistent?
What does a deployment diagram specify?
What’s the difference between hibernate and ejb 3? Don’t you think ejb 3 is just a clone of hibernate?
What does statelessness mean?
Transaction Attributes? What is the use of ?RequiresNew?
Can the primary key in the entity bean be a Java primitive type such as int?