In what way, the client gets a reference to an existing
entity bean?
Answer / guest
A client can get a reference to an existiing entity bean in
several ways:
Receiving the bean as paramater in a method call
Looking the bean uo through a finder method of hte home
interface
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between message driven beans and stateless session beans?
What are stateless functions?
Which of the recommended practices to be performed in the ejbpassivate() method of a stateful session bean?
How does the server decide which beans to passivate and activate?
how can u integrate ejb and hibernate? How can u call hibernateDAO methods in session bean?
Is it possible to have threading in ejb?
How ejb invocation happens?
What optimization could I use if the ejb container is the only point of write access to the database?
What are the advantages of ejb?
What is ejb and why it is used?
What do you mean enterprise javabeans (ejb) container?
Are entity beans allowed to create() methods?