What is the difference between find and select methods in EJB

Showing Answers 1 - 2 of 2 Answers

Rajesh

  • Jun 15th, 2005
 

select method is not there in EJBs

  Was this answer useful?  Yes

Ashok

  • Jun 27th, 2005
 

A select method is similar to a finder method for Entity Beans, they both use EJB-QL to define the semantics of the method. 
They differ in that an ejbSelect method(s) are not exposed to the client and the ejbSelect method(s) can return values that are defined as cmp-types or cmr-types. 

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions