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 session bean?
Life cycle methods in stateless Session Beans?
What are the types of enterprise bean?
Why serialization is used?
Explain the important elements of ejb?
How can a CORBA object, accessed from a EJB?
Is it legal to have static initializer blocks in ejb?
what are the classes you used in Beans?
Transaction Attributes? What is the use of ?RequiresNew?
What are types in SessionBeans?
What is dependency injection in ejb?
What is Transaction attribute?