com.googlecode.jpattern.orm.session.jdbctemplate
Class NullTransactionStatus
java.lang.Object
com.googlecode.jpattern.orm.session.jdbctemplate.NullTransactionStatus
- All Implemented Interfaces:
- org.springframework.transaction.SavepointManager, org.springframework.transaction.TransactionStatus
public class NullTransactionStatus
- extends Object
- implements org.springframework.transaction.TransactionStatus
- Author:
- Francesco Cina
15/giu/2011
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NullTransactionStatus
public NullTransactionStatus()
createSavepoint
public Object createSavepoint()
throws org.springframework.transaction.TransactionException
- Specified by:
createSavepoint in interface org.springframework.transaction.SavepointManager
- Throws:
org.springframework.transaction.TransactionException
rollbackToSavepoint
public void rollbackToSavepoint(Object savepoint)
throws org.springframework.transaction.TransactionException
- Specified by:
rollbackToSavepoint in interface org.springframework.transaction.SavepointManager
- Throws:
org.springframework.transaction.TransactionException
releaseSavepoint
public void releaseSavepoint(Object savepoint)
throws org.springframework.transaction.TransactionException
- Specified by:
releaseSavepoint in interface org.springframework.transaction.SavepointManager
- Throws:
org.springframework.transaction.TransactionException
isNewTransaction
public boolean isNewTransaction()
- Specified by:
isNewTransaction in interface org.springframework.transaction.TransactionStatus
hasSavepoint
public boolean hasSavepoint()
- Specified by:
hasSavepoint in interface org.springframework.transaction.TransactionStatus
setRollbackOnly
public void setRollbackOnly()
- Specified by:
setRollbackOnly in interface org.springframework.transaction.TransactionStatus
isRollbackOnly
public boolean isRollbackOnly()
- Specified by:
isRollbackOnly in interface org.springframework.transaction.TransactionStatus
flush
public void flush()
- Specified by:
flush in interface org.springframework.transaction.TransactionStatus
isCompleted
public boolean isCompleted()
- Specified by:
isCompleted in interface org.springframework.transaction.TransactionStatus
Copyright © 2011. All Rights Reserved.