Interface BambooConnectionSupplyingCallback<T>


public interface BambooConnectionSupplyingCallback<T>
Callback method for use with BambooConnectionTemplate
  • Method Summary

    Modifier and Type
    Method
    Description
    doInTransaction(@NotNull Connection connection)
     
  • Method Details

    • doInTransaction

      T doInTransaction(@NotNull @NotNull Connection connection) throws org.hibernate.HibernateException, SQLException
      Throws:
      org.hibernate.HibernateException
      SQLException