how can u integrate ejb and hibernate? How can u call
hibernateDAO methods in session bean?
Answer Posted / vamsee
As both are different technologies, they vary in mapping to
Data bases. Ejb's uses service of J2EE container to talk to
DB's but is not. It is ORM model which directly talk to the
DB objects. Hibernate reduces the level of complexity to
map the DB.
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
How does ejb invocation take place?
What is the advantage of using entity bean for database operations, over directly using jdbc api to do database operations?
What is singleton session bean?
What are the different kind of ejb's?
What is bean-managed persistence?
How can I access ejb from asp?
What are the advantages of ejb?
What is the advantage of using entity bean for database operations, over directly using jdbc api to do database operations? When would I use one over the other?
What is ejb javatpoint?
What is Session Bean Interface?
What is an entity manager?
Define ejb Create() and EjbPostCreate()?
What is rmi and ejb in java?
What are the limitations of using local object?
Which is more beneficial: Stateful or Stateless Bean?