com.atlassian.confluence.security.persistence.dao.hibernate
Class HibernateTrustedApplicationDao
java.lang.Object
org.springframework.dao.support.DaoSupport
org.springframework.orm.hibernate.support.HibernateDaoSupport
com.atlassian.confluence.security.persistence.dao.hibernate.HibernateTrustedApplicationDao
- All Implemented Interfaces:
- TrustedApplicationDao, org.springframework.beans.factory.InitializingBean
public class HibernateTrustedApplicationDao
- extends org.springframework.orm.hibernate.support.HibernateDaoSupport
- implements TrustedApplicationDao
Hibernate implementation of the TrustedApplicationDao
.
Fields inherited from class org.springframework.dao.support.DaoSupport |
logger |
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 |
HibernateTrustedApplicationDao
public HibernateTrustedApplicationDao()
findById
public ConfluenceTrustedApplication findById(long id)
- Specified by:
findById
in interface TrustedApplicationDao
findByKeyAlias
public ConfluenceTrustedApplication findByKeyAlias(java.lang.String keyAlias)
- Specified by:
findByKeyAlias
in interface TrustedApplicationDao
findByName
public ConfluenceTrustedApplication findByName(java.lang.String applicationName)
- Specified by:
findByName
in interface TrustedApplicationDao
findAll
public java.util.Collection<ConfluenceTrustedApplication> findAll()
- Specified by:
findAll
in interface TrustedApplicationDao
saveHibernateTrustedApplication
public void saveHibernateTrustedApplication(ConfluenceTrustedApplication trustedApplication)
- Specified by:
saveHibernateTrustedApplication
in interface TrustedApplicationDao
deleteHibernateTrustedApplication
public void deleteHibernateTrustedApplication(ConfluenceTrustedApplication trustedApplication)
- Specified by:
deleteHibernateTrustedApplication
in interface TrustedApplicationDao
Copyright © 2003-2014 Atlassian. All Rights Reserved.