| PrimitiveTransactionManager is very specific implementation of Transaction Manager.
It is created for the situations where you have absolutely no control over the
way connections get created and destroyed.
Instead of begin() and beginUnchecked() use begin(Connection connection) and
beginUnchecked(Connection connection), respectively. Usual begin() and beginUnchecked()
should throw RuntimeException.
author: Gennady Krizhevsky |