Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
Move TransactionUtil from documentation to hibernate-testing
Description
The documentation module has a TransactionUtil class which offers automatic Session and transaction management. This way, it's much easier to make sure that connections don't leak.
The
documentation
module has aTransactionUtil
class which offers automatic Session and transaction management. This way, it's much easier to make sure that connections don't leak.