difference b/w the hybernate and entity bean

Answer Posted / sakthivel

1) Hibernate supports multi level cacheing, where as Entity
Beans doesn't.

2) Entity Beans does not support OOPS concepts where as
Hibernate does

3) Entity bean is a heavy component and hibernate is light
component.

4) In Entity Bean at a time we can interact with only one
data Base. Where as in Hibernate we can able to establishes
the connections to more than One Data Base. Only thing we
need to write one more configuration file.

Is This Answer Correct ?    6 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is decorator an ejb design pattern?

664


What are ejb containers?

632


How many types of session beans are available in ejb?

611


Enlist the CallBack methods of Entity Bean.

666


What are stateless functions?

597






What is jar, war, and ear?

696


Enlist the enterprise beans types?

678


Is ejb be called from another ejb? If yes then how?

619


Is it legal to have static initializer blocks in ejb?

637


What is ejb and its properties?

613


What is difference between ejb and spring?

603


How does the server decide which beans to passivate and activate?

638


What do you mean enterprise javabeans (ejb) container?

683


Are entity beans allowed to create() methods?

673


What’s the difference between hibernate and ejb 3?

645