|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.dao.support.DaoSupport
org.springframework.orm.hibernate3.support.HibernateDaoSupport
com.atlassian.bamboo.persistence3.StatelessSessionHibernateDaoSupport
com.atlassian.bamboo.persistence3.BambooHibernateObjectDao<RemoteAgentAuthenticationEntity>
com.atlassian.bamboo.buildqueue.dao.RemoteAgentAuthenticationHibernateDao
public class RemoteAgentAuthenticationHibernateDao
Hibernate implementation of RemoteAgentAuthenticationDao
.
Field Summary |
---|
Fields inherited from class org.springframework.dao.support.DaoSupport |
---|
logger |
Constructor Summary | |
---|---|
RemoteAgentAuthenticationHibernateDao()
|
Method Summary | |
---|---|
void |
approve(Iterable<RemoteAgentAuthenticationEntity> authentications)
Approve all authentications in the collection. |
Collection<RemoteAgentAuthenticationEntity> |
getAllAuthentications()
Get all agent authentications. |
RemoteAgentAuthenticationEntity |
saveAndReturn(RemoteAgentAuthenticationEntity authentication)
Save and return a new remote agent authentication. |
Methods inherited from class com.atlassian.bamboo.persistence3.BambooHibernateObjectDao |
---|
countAll, countWithRestriction, delete, deleteAll, execute, executeCountQuery, executeReturnInt, executeReturnLong, findAll, findById, save, saveAll |
Methods inherited from class com.atlassian.bamboo.persistence3.StatelessSessionHibernateDaoSupport |
---|
getCacheAwareHibernateTemplate |
Methods inherited from class org.springframework.orm.hibernate3.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 |
Methods inherited from interface com.atlassian.bamboo.persistence3.BambooObjectDao |
---|
countAll, countWithRestriction, delete, deleteAll, executeReturnInt, executeReturnLong, findAll, findById, save, saveAll |
Constructor Detail |
---|
public RemoteAgentAuthenticationHibernateDao()
Method Detail |
---|
@NotNull public RemoteAgentAuthenticationEntity saveAndReturn(RemoteAgentAuthenticationEntity authentication)
RemoteAgentAuthenticationDao
saveAndReturn
in interface RemoteAgentAuthenticationDao
authentication
- new authentication
@NotNull public Collection<RemoteAgentAuthenticationEntity> getAllAuthentications()
RemoteAgentAuthenticationDao
getAllAuthentications
in interface RemoteAgentAuthenticationDao
public void approve(Iterable<RemoteAgentAuthenticationEntity> authentications)
RemoteAgentAuthenticationDao
approve
in interface RemoteAgentAuthenticationDao
authentications
- collection of authentications to approve
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |