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 BDK?
How Client will contact the Bean?
3 Answers Four soft, Tech Mahindra,
Transaction Attributes? What is the use of ?RequiresNew?
What are the services that a container provides for an entity bean?
What do you mean by ejb?
java doesnot support multiple inhetance. but a interface can support.how the ambiguities are rectified in interfaces?
What is the use of @ejb annotation?
Define Context?
abstract methods in SessionBean?
Can tomcat run ejb?
What is the difference between ejbcreate() and ejbpostcreate?
Which is more beneficial: Stateful or Stateless Bean?