How is an entity bean created?



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

Post New Answer

More EJB Interview Questions

how can u integrate ejb and hibernate? How can u call hibernateDAO methods in session bean?

2 Answers   Infosys,


how to deploy enterprise javabeans?

2 Answers   Inforica,


What is backing bean?

0 Answers  


What is ejb in java with example?

0 Answers  


Which is default transaction attribute for the business method of a bean?

2 Answers  






What is a ejb container?

0 Answers  


Why does EJB needs two interfaces, Home and Remote Interface?

4 Answers  


Who took over ejb?

0 Answers  


For ejb applications with bean-managed transaction demarcations, which of the following is used by the client to get a reference to the usertransaction object for the weblogic server domain?

0 Answers  


What is @enableautoconfiguration?

0 Answers  


What are the limitations of using local object?

0 Answers  


What are the advantages of ejb?

0 Answers  


Categories