Differentiate “find a method” from “select method” in EJB ?
Answer / Priyanka Saxena
'Find' methods are used for locating specific Entity Beans based on their primary key, while 'Select' methods are used to query multiple Entity Beans based on some criteria.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why does EJB needs two interfaces, Home and Remote Interface?
Explain ejbhome and ejbobject in ejb?
How do identify two same entity beans?
Explain Stateful session bean life cycle?
How to increase ejb transaction timeout in weblogic?
Enlist the changes in EJB 2.1 ?
Can EJB made to handle multiple transactions?
What is entity beans in ejb with example?
What is the purpose of JNDI?
Is it legal to have static initializer blocks in ejb?
How is consistency maintained by Stateful Session through transaction updates ?
Can tomcat run ejb?