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
Is decorator an ejb design pattern?
What are ejb containers?
How many types of session beans are available in ejb?
Enlist the CallBack methods of Entity Bean.
What are stateless functions?
What is jar, war, and ear?
Enlist the enterprise beans types?
Is ejb be called from another ejb? If yes then how?
Is it legal to have static initializer blocks in ejb?
What is ejb and its properties?
What is difference between ejb and spring?
How does the server decide which beans to passivate and activate?
What do you mean enterprise javabeans (ejb) container?
Are entity beans allowed to create() methods?
What’s the difference between hibernate and ejb 3?