public class RemoteAgentAuthenticationHibernateDao extends BambooHibernateObjectDao<RemoteAgentAuthenticationEntity> implements RemoteAgentAuthenticationDao
RemoteAgentAuthenticationDao.| Constructor and Description |
|---|
RemoteAgentAuthenticationHibernateDao() |
| Modifier and Type | Method and Description |
|---|---|
void |
approve(Iterable<RemoteAgentAuthenticationEntity> authentications) |
Collection<RemoteAgentAuthenticationEntity> |
getAllAuthentications() |
RemoteAgentAuthenticationEntity |
saveAndReturn(RemoteAgentAuthenticationEntity authentication) |
countAll, countWithRestriction, delete, deleteAll, execute, executeCountQuery, executeReturnInt, executeReturnLong, findAll, findById, save, saveAllgetCacheAwareHibernateTemplatecheckDaoConfig, convertHibernateAccessException, createHibernateTemplate, getHibernateTemplate, getSession, getSession, getSessionFactory, releaseSession, setHibernateTemplate, setSessionFactoryclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcountAll, countWithRestriction, delete, deleteAll, executeReturnInt, executeReturnLong, findAll, findById, save, saveAllpublic RemoteAgentAuthenticationHibernateDao()
@NotNull public RemoteAgentAuthenticationEntity saveAndReturn(RemoteAgentAuthenticationEntity authentication)
saveAndReturn in interface RemoteAgentAuthenticationDao@NotNull public Collection<RemoteAgentAuthenticationEntity> getAllAuthentications()
getAllAuthentications in interface RemoteAgentAuthenticationDaopublic void approve(Iterable<RemoteAgentAuthenticationEntity> authentications)
approve in interface RemoteAgentAuthenticationDaoCopyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.