SessionFactory sessionFactHib = dbpsf.getSessionFactory();
Session sessionHib = sessionFactHib.openSession();
Query hibQuery = sessionHib.createQuery(" from ProcessDefinition");
List hibList = hibQuery.list();
} catch (HibernateException he) {
jbpmConfiguration.createSchema();
}
}
/* (non-Javadoc)
* @see it.eng.spago.init.InitializerIFace#getConfig()