public class BambooConnectionTemplate extends Object
Connection
within a Hibernate transactionConstructor and Description |
---|
BambooConnectionTemplate(org.springframework.orm.hibernate5.HibernateTemplate hibernateTemplate,
org.springframework.transaction.support.TransactionTemplate transactionTemplate) |
Modifier and Type | Method and Description |
---|---|
void |
execute(BambooConnectionCallback connectionCallback) |
<T> T |
execute(BambooConnectionSupplyingCallback<T> connectionCallback) |
public BambooConnectionTemplate(org.springframework.orm.hibernate5.HibernateTemplate hibernateTemplate, org.springframework.transaction.support.TransactionTemplate transactionTemplate)
public void execute(BambooConnectionCallback connectionCallback)
public <T> T execute(BambooConnectionSupplyingCallback<T> connectionCallback)
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.