Package com.atlassian.bamboo.persistence
Class BambooConnectionTemplate
java.lang.Object
com.atlassian.bamboo.persistence.BambooConnectionTemplate
Template for running direct commands on the
Connection
within a Hibernate transaction-
Constructor Summary
ConstructorDescriptionBambooConnectionTemplate
(org.springframework.orm.hibernate5.HibernateTemplate hibernateTemplate, org.springframework.transaction.support.TransactionTemplate transactionTemplate) -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(BambooConnectionCallback connectionCallback) <T> T
execute
(BambooConnectionSupplyingCallback<T> connectionCallback)
-
Constructor Details
-
BambooConnectionTemplate
public BambooConnectionTemplate(org.springframework.orm.hibernate5.HibernateTemplate hibernateTemplate, org.springframework.transaction.support.TransactionTemplate transactionTemplate)
-
-
Method Details
-
execute
-
execute
-