org.springframework.data.crossstore
Class ChangeSetBackedTransactionSynchronization
java.lang.Object
org.springframework.data.crossstore.ChangeSetBackedTransactionSynchronization
- All Implemented Interfaces:
- org.springframework.transaction.support.TransactionSynchronization
public class ChangeSetBackedTransactionSynchronization
- extends Object
- implements org.springframework.transaction.support.TransactionSynchronization
|
Field Summary |
protected org.slf4j.Logger |
log
|
| Fields inherited from interface org.springframework.transaction.support.TransactionSynchronization |
STATUS_COMMITTED, STATUS_ROLLED_BACK, STATUS_UNKNOWN |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected final org.slf4j.Logger log
ChangeSetBackedTransactionSynchronization
public ChangeSetBackedTransactionSynchronization(ChangeSetPersister<Object> changeSetPersister,
ChangeSetBacked entity)
afterCommit
public void afterCommit()
- Specified by:
afterCommit in interface org.springframework.transaction.support.TransactionSynchronization
afterCompletion
public void afterCompletion(int status)
- Specified by:
afterCompletion in interface org.springframework.transaction.support.TransactionSynchronization
beforeCommit
public void beforeCommit(boolean readOnly)
- Specified by:
beforeCommit in interface org.springframework.transaction.support.TransactionSynchronization
beforeCompletion
public void beforeCompletion()
- Specified by:
beforeCompletion in interface org.springframework.transaction.support.TransactionSynchronization
flush
public void flush()
- Specified by:
flush in interface org.springframework.transaction.support.TransactionSynchronization
resume
public void resume()
- Specified by:
resume in interface org.springframework.transaction.support.TransactionSynchronization
suspend
public void suspend()
- Specified by:
suspend in interface org.springframework.transaction.support.TransactionSynchronization
Copyright © 2011-2013-2013 SpringSource. All Rights Reserved.