455456457458459460461
return new ProcessInstanceSimpleAttributeDAOImpl(hibernateSession); } @Override public ProcessStateActionDAO getProcessStateAction(Session hibernateSession) { return new ProcessStateActionDAOImpl(hibernateSession); }