Answer Posted / 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 |
Post New Answer View All Answers
Should services be stateless?
Define Initial Context?
What is ejb bean in java?
What is the difference between session and entity beans? When should I use one or the other?
What is an ejb platform?
What is the difference between find and select methods in ejb?
What is stateless programming?
Explain the concept of ejb ql?
How to import ejb project in eclipse?
can we stop the execution of a method before completion?
Name the attributes of javax.ejb.stateful.
What are versions of ejb?
What is ejb and its types in java?
What are the types of ejb?
An instance of stateful session ejb when accessed simultaneously from more than one clients on same vm results in remoteexception or ejbexception. In case the client is a servlet thread, which of the techniques can be used to avoid remoteexception/ejbexception?