1 Reply Latest reply on Feb 10, 2010 3:03 PM by kukeltje

    Access to Hibernate Session Factory

      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?