What is an ejbFind<method>?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is an ejbFind<method>?
Rating:
An ejbFind<method> is invoked by the container in the bean class whenever a client invokes the find<method> of the home interface. The bean provider should not declare any ejbFind<method> in the bean class. The container is responsible for implementing the ejbFind<method> method in the bean class. The bean remains in the pool even after the execution of the ejbFind<method>.
Rating:
Was this information helpful?
Other articles
- What are the BETWEEN and NOT BETWEEN expressions?
- What is the isCallerInRole() method?
- What is the <role-link> element of the deployment descriptor?
- What is the Supports transaction attribute?
- What are the responsibilities of a deployer in implementing security in EJB?