Package com.atlassian.bamboo.capability
Class RemoteCapabilityHibernateSetDao
java.lang.Object
org.springframework.dao.support.DaoSupport
org.springframework.orm.hibernate5.support.HibernateDaoSupport
com.atlassian.bamboo.persistence.BambooHibernateObjectDao
com.atlassian.bamboo.capability.CapabilityHibernateSetDao
com.atlassian.bamboo.capability.RemoteCapabilityHibernateSetDao
- All Implemented Interfaces:
bucket.core.persistence.ObjectDao,CapabilitySetDao,RemoteCapabilitySetDao,BambooObjectDao,org.springframework.beans.factory.InitializingBean
public class RemoteCapabilityHibernateSetDao
extends CapabilityHibernateSetDao
implements RemoteCapabilitySetDao
-
Field Summary
Fields inherited from class org.springframework.dao.support.DaoSupport
logger -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.atlassian.bamboo.capability.CapabilityHibernateSetDao
findUniqueCapabilityKeys, getAllSystemKeysByType, getElasticImageConfiguration, getPipelineDefinition, getSharedCapabilitySet, getSystemCapabilities, getSystemCapabilitiesByKey, getSystemKeysExcludingElasticByType, saveCapabilitySetMethods inherited from class com.atlassian.bamboo.persistence.BambooHibernateObjectDao
findAll, findAllSorted, findById, findById, refresh, remove, replicate, save, saveRaw, updateModificationDataMethods 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, initDaoMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.bamboo.persistence.BambooObjectDao
findByIdMethods inherited from interface com.atlassian.bamboo.capability.CapabilitySetDao
findUniqueCapabilityKeys, getAllSystemKeysByType, getElasticImageConfiguration, getPipelineDefinition, getSharedCapabilitySet, getSystemCapabilities, getSystemCapabilitiesByKey, getSystemKeysExcludingElasticByType, saveCapabilitySetMethods inherited from interface bucket.core.persistence.ObjectDao
findAll, findAllSorted, refresh, remove, replicate, save, saveRaw
-
Constructor Details
-
RemoteCapabilityHibernateSetDao
public RemoteCapabilityHibernateSetDao()
-
-
Method Details
-
getPersistentClass
- Specified by:
getPersistentClassin interfacebucket.core.persistence.ObjectDao- Overrides:
getPersistentClassin classCapabilityHibernateSetDao
-