How is an entity bean created?
Answer / janet
An entity bean can be created in two ways: by direct action
of the client in which a create method is called on the
bean?s home interface, or by some other action that adds
data to the database that the bean type represents. In fact,
in an environment with legacy data, entity objects may
?exist? before an Enterprise JavaBean is even deployed.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is ejb application?
What is session bean?
In EBs the DB state is more consistent than SBs why?
What causes statelessness?
What are the system services of ejb container?
Enlist the enterprise beans types?
Can the primary key in the entity bean be a Java primitive type such as int?
What are ejbs used for?
Define SessionContext ?
Can EJB made to handle multiple transactions?
Why is ejb needed?
Name the interfaces that you used in Beans?