com.atlassian.bamboo.persistence3
Class StatelessSessionHibernateDaoSupport

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springframework.orm.hibernate.support.HibernateDaoSupport
          extended by com.atlassian.bamboo.persistence3.StatelessSessionHibernateDaoSupport
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean
Direct Known Subclasses:
AgentAssignmentDaoImpl, ArtifactHibernateDao, BambooHibernateObjectDao, DeploymentProjectDaoImpl, DeploymentResultDaoImpl, DeploymentVariableSubstitutionDaoImpl, DeploymentVersionDaoImpl, DeploymentVersionLinkedJiraIssueDaoImpl, DeploymentVersionVcsChangesetDaoImpl, DeploymentVersionVcsCommitDaoImpl

public class StatelessSessionHibernateDaoSupport
extends org.springframework.orm.hibernate.support.HibernateDaoSupport


Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
StatelessSessionHibernateDaoSupport()
           
 
Method Summary
 org.springframework.orm.hibernate.HibernateTemplate getCacheAwareHibernateTemplate()
           
 
Methods inherited from class org.springframework.orm.hibernate.support.HibernateDaoSupport
checkDaoConfig, convertHibernateAccessException, createHibernateTemplate, getHibernateTemplate, getSession, getSession, getSessionFactory, releaseSession, setHibernateTemplate, setSessionFactory
 
Methods inherited from class org.springframework.dao.support.DaoSupport
afterPropertiesSet, initDao
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatelessSessionHibernateDaoSupport

public StatelessSessionHibernateDaoSupport()
Method Detail

getCacheAwareHibernateTemplate

@NotNull
public org.springframework.orm.hibernate.HibernateTemplate getCacheAwareHibernateTemplate()


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.