public interface AuthenticationHolderRepository
Modifier and Type | Method and Description |
---|---|
List<AuthenticationHolderEntity> |
getAll() |
AuthenticationHolderEntity |
getById(Long id) |
List<AuthenticationHolderEntity> |
getOrphanedAuthenticationHolders() |
List<AuthenticationHolderEntity> |
getOrphanedAuthenticationHolders(PageCriteria pageCriteria) |
void |
remove(AuthenticationHolderEntity a) |
AuthenticationHolderEntity |
save(AuthenticationHolderEntity a) |
List<AuthenticationHolderEntity> getAll()
AuthenticationHolderEntity getById(Long id)
void remove(AuthenticationHolderEntity a)
List<AuthenticationHolderEntity> getOrphanedAuthenticationHolders()
List<AuthenticationHolderEntity> getOrphanedAuthenticationHolders(PageCriteria pageCriteria)
Copyright © 2018. All rights reserved.