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
What does @inject mean in java?
What is a ejb container?
What is rmi and ejb in java?
What is stateless and stateful session bean in ejb?
Define Initial Context?
What is mdb?
Can more than a single table be mapped in cmp?
How many ejb objects are created for a bean?
What is ptp model?
What is meant by ejb?
What do you mean by re-entrant? Can you say that session beans as re-entrant? Can entity beans be specified as re-entrant?
Is it legal to have static initializer blocks in ejb?
What is stateless session?
can we stop the execution of a method before completion?
What is ejb and its architecture?