Exemplo n.º 1
0
 private void handle(HibernateException exception) {
   // exception will be rethrown, no need to log here
   if (jbpmSession != null) jbpmSession.handleException();
 }
Exemplo n.º 2
0
 /** @deprecated use {@link #GraphSession(Session)} instead */
 public GraphSession(JbpmSession jbpmSession) {
   this.session = jbpmSession.getSession();
   this.jbpmSession = jbpmSession;
 }