how can u integrate ejb and hibernate? How can u call
hibernateDAO methods in session bean?
Answer Posted / guest
hibernate used to perform OR(object relational) mapping.it
is alternate to DAO .
servlets--->ejbSEssionbean(to store businesslogic)--->ejb
entity bean(to maintain persistence logic)here we use
hibernate instead of entity bean.
the above said is the integration procedure to separate
businesslogic from perssitence logic.
to call DAO methods in session bean normally we use
callback methods ejbcreate(),ejbload() to clear previous
datas in database,ejbstore()to store new datas using
primarykey value.ejbsetSessionContext() to initiate the
call.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
Is it possible to have threading in ejb?
Is state maintained by a Stateless bean?
What is an entity manager?
What do you mean by ‘hot deployment’ ?
What are ejb containers?
Explain what is an EJB Context?
What is activemq used for?
What do you mean by ejb ql?
How is ejb different from java beans?
Is having static initializer blocks legal in ejb?
How to find ejb version in websphere?
Who took over ejb?
How can one EJB be called from within another EJB?
What is a ejb container?
What is ejb in weblogic?