public class LoginInformationHibernateDao extends BambooHibernateObjectDao<LoginInformation> implements LoginInformationDao
Constructor and Description |
---|
LoginInformationHibernateDao() |
Modifier and Type | Method and Description |
---|---|
LoginInformation |
getLoginInformationByUserName(String userName) |
countAll, countWithRestriction, delete, deleteAll, executeCountQuery, findAll, findById, merge, save, saveAll
getCacheAwareHibernateTemplate
checkDaoConfig, createHibernateTemplate, currentSession, getHibernateTemplate, getSessionFactory, setHibernateTemplate, setSessionFactory
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
save
countAll, countWithRestriction, delete, deleteAll, findAll, findById, merge, saveAll
public LoginInformation getLoginInformationByUserName(@NotNull String userName)
getLoginInformationByUserName
in interface LoginInformationDao
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.