addUserProvidedEnvironmentObject(new UserProvidedEnvironmentObject(hibernateSession, null, true));
return this;
}
public ProcessEngine setJdbcConnection(Connection jdbcConnection) {
addUserProvidedEnvironmentObject(new UserProvidedEnvironmentObject(jdbcConnection, null, true));
return this;
}