12-06-2010 07:48 AM
12-06-2010 08:10 AM
} finally {
if (success) {
sqlSession.commit(true);
} else {
sqlSession.rollback(true);
}
sqlSession.close();
}
} finally {
if (success) {
sqlSession.commit(); // default force is false
} else {
sqlSession.rollback(); // default force is false
}
sqlSession.close();
}
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.