User development,
A new message was posted in the thread "Access to Hibernate Session Factory":
http://community.jboss.org/message/525406#525406
Author : Joel Mathew
Profile :
http://community.jboss.org/people/joelmatt
Message:
--------------------------------------------------------------
Hi All,
I am using jbpm4.3 to build a web application.
I'm able to get it running in mysql db.
Now I want to use hibernate to access store and retrieve entities I have defined.
So I have added
<mapping resource=+"Order.hbm.xml"+ />
in the jbpm.hibernate.cfg.xml and the order table is created in database.
But how can I get access to Hibernate session factory to execute my operations on
Order entity?
--------------------------------------------------------------
To reply to this message visit the message page:
http://community.jboss.org/message/525406#525406