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 javatpoint?
In what format is the conversational data written to the disk?
What causes statelessness?
How to create ejb project in eclipse?
How Client will contact the Bean?
3 Answers Four soft, Tech Mahindra,
Describe client view of an Enterprise JavaBeans component?
What is ejb and how it works?
What is bean-managed transaction?
What is a stateless session?
Enlist the CallBack methods of Entity Bean.
Can an ejb send asynchronous notifications to its clients?
How EJB and JDBC/SQLJ are related?