com.googlecode.jpattern.orm.session
Class NullTransaction
java.lang.Object
com.googlecode.jpattern.orm.session.NullTransaction
- All Implemented Interfaces:
- ITransaction
public class NullTransaction
- extends Object
- implements ITransaction
- Author:
- Francesco Cina
24/giu/2011
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NullTransaction
public NullTransaction()
setRollbackOnly
public void setRollbackOnly()
throws OrmException
- Specified by:
setRollbackOnly in interface ITransaction
- Throws:
OrmException
rollback
public void rollback()
throws OrmException
- Specified by:
rollback in interface ITransaction
- Throws:
OrmException
commit
public void commit()
throws OrmException
- Specified by:
commit in interface ITransaction
- Throws:
OrmException
Copyright © 2011. All Rights Reserved.