com.googlecode.flyway.core.util.jdbc
Interface TransactionCallback<T>

Type Parameters:
T - The type of the transaction code result.

public interface TransactionCallback<T>

Callback for TransactionTemplate.


Method Summary
 T doInTransaction()
          Executes this code within a transaction.
 

Method Detail

doInTransaction

T doInTransaction()
Executes this code within a transaction.

Returns:
The result of the transaction code.


Copyright © 2012. All Rights Reserved.