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

What are the services that a container provides for an entity bean?

3 Answers  


Can a client interact with an JavaBean directly? Explain?

1 Answers  


How do you implement the Local Interfaces ?

1 Answers   HCL,


Where is ejb used?

0 Answers  


What is ejb and its properties?

0 Answers  






Life Cyle methods in Entity Bean with Bean Managed Persistence

1 Answers  


What is the new basic requirement for a cmp entity bean class in 2.0 from that of ejb 1.1?

0 Answers  


How many types of session beans are available in ejb?

0 Answers  


Life Cyle methods in Entity Bean with Container Managed persistence

2 Answers  


How to determine two identical beans?

1 Answers  


What is Enterprise JavaBeans Query Language (EJB QL)?

0 Answers  


Why stateless is better than stateful?

0 Answers  


Categories