what is finder method?



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

Post New Answer

More EJB Interview Questions

Enlist the enterprise beans types?

0 Answers  


what is mean by com/Dcom ? Please answer me. Advance thanks.

1 Answers   Excel,


What’s the difference between hibernate and ejb 3?

0 Answers  


In what way, the client gets a reference to an existing entity bean?

1 Answers  


how can u integrate ejb and hibernate? How can u call hibernateDAO methods in session bean?

0 Answers   Infosys,






What is the default transaction attribute for an ejb?

0 Answers  


What is stateless authentication?

0 Answers  


Define ejb Create() and EjbPostCreate()?

0 Answers  


What is EJB server?

0 Answers  


What is the full form of ejb in java?

0 Answers  


What were entity beans?

0 Answers  


What is a local interface?

0 Answers  


Categories