net.sourceforge.pain.db
Interface DbTransaction


public interface DbTransaction

PAiN Db transaction wrapping class.


Method Summary
 java.lang.Object execute(java.lang.Object[] params)
          transaction is rolled back if exception occurs in method implementation.
 

Method Detail

execute

public java.lang.Object execute(java.lang.Object[] params)
                         throws java.lang.Exception
transaction is rolled back if exception occurs in method implementation.

Throws:
java.lang.Exception