public class PlatformTransactionManagerProxy extends Object implements PlatformTransactionManager
A proxy for the PlatformTransactionManager instance
| Constructor and description |
|---|
PlatformTransactionManagerProxy() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public void |
commit(TransactionStatus status) |
|
public PlatformTransactionManager |
getTargetTransactionManager() |
|
public TransactionStatus |
getTransaction(TransactionDefinition definition) |
|
public void |
rollback(TransactionStatus status) |
|
public void |
setTargetTransactionManager(PlatformTransactionManager targetTransactionManager) |