Package com.atlassian.confluence
Class TransactionHelper
java.lang.Object
com.atlassian.confluence.TransactionHelper
Provides utility methods for creating Transaction objects, emulating hibernate v2 behaviour.
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.hibernate.Transaction
beginTransactionCommitNested
(org.hibernate.Session session) Begin a hibernate transaction, emulating the v2 hibernate behaviour of restarting the transaction on commit of a 'nested' transaction.
-
Method Details
-
beginTransactionCommitNested
public static org.hibernate.Transaction beginTransactionCommitNested(org.hibernate.Session session) Begin a hibernate transaction, emulating the v2 hibernate behaviour of restarting the transaction on commit of a 'nested' transaction.
-