What is the difference between find and select methods in ejb?



What is the difference between find and select methods in ejb?..

Answer / Sumit Chaudhary

In EJB, find methods are used to perform container-managed queries on Entity Beans. These queries are defined in the entity bean's query language (EJB QL) and are executed by the container. Select methods, on the other hand, are custom methods that you define in the Entity Bean's local or remote interfaces for more complex queries.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More EJB Interview Questions

Define Initial Context?

1 Answers  


What is the full form of ejb in java?

1 Answers  


How many types of session beans are available in ejb?

1 Answers  


Enlist the CallBack methods of Entity Bean.

1 Answers  


How does ejb work in java?

1 Answers  


What is ejb and its properties?

1 Answers  


Transaction Attributes? What is the use of ?RequiresNew?

1 Answers   HCL,


Explain the important elements of ejb?

1 Answers  


what are main features in EJB?

2 Answers  


What is the purpose of JNDI?

6 Answers  


What is beaninfo ?

1 Answers  


Name the attributes of javax.ejb.stateful.

1 Answers  


Categories