difference b/w the hybernate and entity bean
Answer Posted / masum
Entity Bean is a component API ,which can interact with
different kinds of Backends such as RDBMS ,DB2,etc.,
Hibernate is a framework which bridge the Component and
Backend. It interact with RDBMS only.
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What are the components of session beam?
How do I use a less than or greater than on a message selector in ejb-jar.xml?
What is the procedure of ejb container to handle exceptions?
What is the difference between ejb and java beans?
What are transaction isolation levels in ejb?
How can enterprise javabeans be accessed from active server pages?
What is stateless code?
What is stateless session?
Define SessionContext ?
What is the default transaction attribute for an ejb?
Explain the concept of ejb ql?
What is ejb and its architecture?
What do you mean by ‘hot deployment’ ?
What are the different types of ejb?
Define ejb Create() and EjbPostCreate()?