Package com.atlassian.bamboo.persistence
Interface BambooConnectionSupplyingCallback<T>
-
public interface BambooConnectionSupplyingCallback<T>
Callback method for use withBambooConnectionTemplate
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
doInTransaction(@NotNull Connection connection)
-
-
-
Method Detail
-
doInTransaction
T doInTransaction(@NotNull @NotNull Connection connection) throws org.hibernate.HibernateException, SQLException
- Throws:
org.hibernate.HibernateException
SQLException
-
-