com.atlassian.bamboo.persistence
Class BambooConnectionTemplate

java.lang.Object
  extended by com.atlassian.bamboo.persistence.BambooConnectionTemplate

public class BambooConnectionTemplate
extends java.lang.Object

Template for running direct commands on the Connection within a Hibernate transtion


Constructor Summary
BambooConnectionTemplate(org.springframework.orm.hibernate.HibernateTemplate hibernateTemplate, org.springframework.transaction.support.TransactionTemplate transactionTemplate)
           
 
Method Summary
 void execute(BambooConnectionCallback connectionCallback)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BambooConnectionTemplate

public BambooConnectionTemplate(org.springframework.orm.hibernate.HibernateTemplate hibernateTemplate,
                                org.springframework.transaction.support.TransactionTemplate transactionTemplate)
Method Detail

execute

public void execute(BambooConnectionCallback connectionCallback)


Copyright © 2012 Atlassian. All Rights Reserved.