public class ProxyTransactionManager extends Object implements org.springframework.transaction.PlatformTransactionManager, org.springframework.transaction.support.ResourceTransactionManager
| Constructor and Description |
|---|
ProxyTransactionManager(ProxySession proxySession) |
| Modifier and Type | Method and Description |
|---|---|
void |
commit(org.springframework.transaction.TransactionStatus transactionStatus) |
Object |
getResourceFactory() |
org.springframework.transaction.TransactionStatus |
getTransaction(org.springframework.transaction.TransactionDefinition transactionDefinition) |
void |
rollback(org.springframework.transaction.TransactionStatus transactionStatus) |
public ProxyTransactionManager(ProxySession proxySession)
public Object getResourceFactory()
getResourceFactory in interface org.springframework.transaction.support.ResourceTransactionManagerpublic org.springframework.transaction.TransactionStatus getTransaction(org.springframework.transaction.TransactionDefinition transactionDefinition)
throws org.springframework.transaction.TransactionException
getTransaction in interface org.springframework.transaction.PlatformTransactionManagerorg.springframework.transaction.TransactionExceptionpublic void commit(org.springframework.transaction.TransactionStatus transactionStatus)
throws org.springframework.transaction.TransactionException
commit in interface org.springframework.transaction.PlatformTransactionManagerorg.springframework.transaction.TransactionExceptionpublic void rollback(org.springframework.transaction.TransactionStatus transactionStatus)
throws org.springframework.transaction.TransactionException
rollback in interface org.springframework.transaction.PlatformTransactionManagerorg.springframework.transaction.TransactionExceptionCopyright © 2017. All rights reserved.