Class NoopTransactionManager
java.lang.Object
com.atlassian.confluence.spring.transaction.NoopTransactionManager
- All Implemented Interfaces:
org.springframework.transaction.PlatformTransactionManager
,org.springframework.transaction.TransactionManager
@Deprecated(forRemoval=true,
since="9.3")
public class NoopTransactionManager
extends Object
implements org.springframework.transaction.PlatformTransactionManager
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.3
- Since:
- 5.6
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoid
commit
(org.springframework.transaction.TransactionStatus status) Deprecated, for removal: This API element is subject to removal in a future version.org.springframework.transaction.TransactionStatus
getTransaction
(org.springframework.transaction.TransactionDefinition definition) Deprecated, for removal: This API element is subject to removal in a future version.void
rollback
(org.springframework.transaction.TransactionStatus status) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
NoopTransactionManager
public NoopTransactionManager()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getTransaction
public org.springframework.transaction.TransactionStatus getTransaction(org.springframework.transaction.TransactionDefinition definition) throws org.springframework.transaction.TransactionException Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getTransaction
in interfaceorg.springframework.transaction.PlatformTransactionManager
- Throws:
org.springframework.transaction.TransactionException
-
commit
public void commit(org.springframework.transaction.TransactionStatus status) throws org.springframework.transaction.TransactionException Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
commit
in interfaceorg.springframework.transaction.PlatformTransactionManager
- Throws:
org.springframework.transaction.TransactionException
-
rollback
public void rollback(org.springframework.transaction.TransactionStatus status) throws org.springframework.transaction.TransactionException Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
rollback
in interfaceorg.springframework.transaction.PlatformTransactionManager
- Throws:
org.springframework.transaction.TransactionException
-