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 are stateless applications?
What is enterprise bean provider?
How can I access ejb from asp?
What is the meaning of acid in the connection of transaction management?
What is EJB object?
Explain the architectural relationship between JavaBeans and JTA?
can u explain about design patterns like singleton,builder,factory
What is ejbdoclet?
In what format is the conversational data written to the disk?
Explain transaction and various methods to manage it?
Can remove() be a Stateless Session bean?
Is it possible to write two ejb’s that share the same remote and home interfaces, and have different bean classes? If so, what are the advantages/disadvantages?
Is it possible to share an httpsession between a jsp and ejb?
What is meant by ejb?
What is EJB server?