Class ElasticTunnelDefinitionDaoImpl
java.lang.Object
org.springframework.dao.support.DaoSupport
org.springframework.orm.hibernate5.support.HibernateDaoSupport
com.atlassian.bamboo.persistence3.BambooHibernateObjectDao<ElasticTunnelDefinition>
com.atlassian.bamboo.buildqueue.dao.ElasticTunnelDefinitionDaoImpl
- All Implemented Interfaces:
ElasticTunnelDefinitionDao,BambooObjectDao<ElasticTunnelDefinition>,org.springframework.beans.factory.InitializingBean
public class ElasticTunnelDefinitionDaoImpl
extends BambooHibernateObjectDao<ElasticTunnelDefinition>
implements ElasticTunnelDefinitionDao
-
Field Summary
Fields inherited from class org.springframework.dao.support.DaoSupport
logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable ElasticTunnelDefinitionfindByAgentId(long agentId) voidremoveByAgentId(long agentId) Methods inherited from class com.atlassian.bamboo.persistence3.BambooHibernateObjectDao
convertSearchTermToLikeExpression, countAll, countWithRestriction, delete, deleteAll, executeCountQuery, findAll, findAll, findById, merge, save, saveAllMethods inherited from class org.springframework.orm.hibernate5.support.HibernateDaoSupport
checkDaoConfig, createHibernateTemplate, currentSession, getHibernateTemplate, getSessionFactory, setHibernateTemplate, setSessionFactoryMethods inherited from class org.springframework.dao.support.DaoSupport
afterPropertiesSet, initDao
-
Constructor Details
-
ElasticTunnelDefinitionDaoImpl
public ElasticTunnelDefinitionDaoImpl()
-
-
Method Details
-
findByAgentId
- Specified by:
findByAgentIdin interfaceElasticTunnelDefinitionDao
-
removeByAgentId
public void removeByAgentId(long agentId) - Specified by:
removeByAgentIdin interfaceElasticTunnelDefinitionDao
-