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 to determine two identical beans?

1 Answers  


How stateful session beans will maintain consistency, across transaction updates?

2 Answers  


What are stateless applications?

0 Answers  


Life cycle methods in stateful session beans?

1 Answers   CTS, iFlex,


how can we decide a session bean as stateless or stateful without seeing jar file? i.e. by seeing the class file.

3 Answers  






What’s the difference between hibernate and ejb 3?

0 Answers  


what is the Relationship between EJB and CORBA architecture?

0 Answers   IBM,


What does it mean to be stateless?

0 Answers  


What is enterprise bean provider?

0 Answers  


What is @autowired required false?

0 Answers  


in EJB diclare the static methods are not?

0 Answers   iGate,


explain why we say stateless beans does not maintain conversation state besides statefull maintains conversation state. give some examples...

2 Answers   HCL,


Categories