com.jpattern.orm.transaction
Interface Transaction

All Known Implementing Classes:
DataSourceTransaction, NullTransaction

public interface Transaction

Author:
Francesco Cina 18/giu/2011

Method Summary
 void commit()
           
 boolean isClosed()
           
 void rollback()
           
 void setRollbackOnly()
           
 

Method Detail

setRollbackOnly

void setRollbackOnly()
                     throws OrmException
Throws:
OrmException

rollback

void rollback()
              throws OrmException
Throws:
OrmException

commit

void commit()
            throws OrmException
Throws:
OrmException

isClosed

boolean isClosed()


Copyright © 2013. All Rights Reserved.