public class LoginInformationHibernateDao extends BambooHibernateObjectDao<LoginInformation> implements LoginInformationDao
| Constructor and Description |
|---|
LoginInformationHibernateDao() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<LoginInformation> |
getAllLoginInformationRecords() |
LoginInformation |
getLoginInformationByUserName(String userName) |
Class |
getPersistentClass() |
void |
save(LoginInformation loginInformation) |
countAll, countWithRestriction, delete, deleteAll, execute, executeCountQuery, executeReturnInt, executeReturnLong, findAll, findById, 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, saveAllpublic Class getPersistentClass()
public LoginInformation getLoginInformationByUserName(@NotNull String userName)
getLoginInformationByUserName in interface LoginInformationDaopublic Iterator<LoginInformation> getAllLoginInformationRecords()
getAllLoginInformationRecords in interface LoginInformationDaopublic void save(@NotNull
LoginInformation loginInformation)
save in interface com.atlassian.bamboo.persistence3.BambooObjectDao<LoginInformation>save in interface LoginInformationDaosave in class BambooHibernateObjectDao<LoginInformation>Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.