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
What is stateless and stateful?
Enlist the enterprise beans types?
What is the use of @ejb annotation?
Is functional programming stateless?
What is enterprise bean provider?
What does ejb stand for?
What is ejb and why it is used?
How to generate ejb stubs in eclipse?
What are the attributes of transaction in ejb?
Is it possible to write two ejb’s that share the same remote and home interfaces, and have different bean classes? If so, what are the advantages/disadvantages?
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?
Is decorator an ejb design pattern?
Why do we use ejb?
Can remove() be a Stateless Session bean?
What is the difference between @requestparam and @pathvariable?