public interface LoginInformationDao extends BambooObjectDao<LoginInformation>
Modifier and Type | Method and Description |
---|---|
LoginInformation |
getLoginInformationByUserName(String userName) |
void |
save(LoginInformation loginInformation)
Saves the given entity.
|
countAll, countWithRestriction, delete, deleteAll, findAll, findById, merge, saveAll
@Nullable LoginInformation getLoginInformationByUserName(@NotNull String userName)
void save(@NotNull LoginInformation loginInformation)
BambooObjectDao
EntityObject
this method will:
- update EntityObject.getLastModificationDate()
- set EntityObject.getCreationDate()
if the object has not been savedsave
in interface BambooObjectDao<LoginInformation>
loginInformation
- entity to be savedCopyright © 2018 Atlassian Software Systems Pty Ltd. All rights reserved.