Interface TransactionTemplate

All Known Implementing Classes:
DataSourceTransactionTemplate

public interface TransactionTemplate
  • Method Summary

    Modifier and Type
    Method
    Description
    <R> R
    doInTransaction(SQLFunction<? super Connection,? extends R> sqlFunction)