public class ProxyTransactionManager extends Object implements org.springframework.transaction.PlatformTransactionManager
| Constructor and Description |
|---|
ProxyTransactionManager(ProxySession proxySession) |
| Modifier and Type | Method and Description |
|---|---|
void |
commit(org.springframework.transaction.TransactionStatus transactionStatus) |
org.springframework.transaction.TransactionStatus |
getTransaction(org.springframework.transaction.TransactionDefinition transactionDefinition) |
void |
rollback(org.springframework.transaction.TransactionStatus transactionStatus) |
public ProxyTransactionManager(ProxySession proxySession)
public 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 © 2013. All Rights Reserved.