How do identify two same entity beans?
Answer / janet
by invoking the EntityBen.isIdentical method.This method
should be implemented by the entitybean developer to
determine when two reference are to the same object.
| Is This Answer Correct ? | 1 Yes | 0 No |
Is method overloading allowed in ejb?
In an EJB project, Howmany tables and How many entity beans are used?
How stateful session beans will maintain consistency, across transaction updates?
Which is default transaction attribute for the business method of a bean?
What is ejb and its types in java?
What is ejb role in j2ee?
Why do we need ejb?
What is ejb application?
what is mean by RMI ? Please answer me. Advance thanks.
How does a container, manage access, from multiple transactions on an entity bean?
How EJB component can in interact with COM/DCOM components?
What is the difference between @requestparam and @pathvariable?