@Repository @Transactional(value="defaultTransactionManager") public class JpaAuthenticationHolderRepository extends Object implements AuthenticationHolderRepository
Constructor and Description |
---|
JpaAuthenticationHolderRepository() |
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) |
public JpaAuthenticationHolderRepository()
public List<AuthenticationHolderEntity> getAll()
getAll
in interface AuthenticationHolderRepository
public AuthenticationHolderEntity getById(Long id)
getById
in interface AuthenticationHolderRepository
@Transactional(value="defaultTransactionManager") public void remove(AuthenticationHolderEntity a)
remove
in interface AuthenticationHolderRepository
@Transactional(value="defaultTransactionManager") public AuthenticationHolderEntity save(AuthenticationHolderEntity a)
save
in interface AuthenticationHolderRepository
@Transactional(value="defaultTransactionManager") public List<AuthenticationHolderEntity> getOrphanedAuthenticationHolders()
getOrphanedAuthenticationHolders
in interface AuthenticationHolderRepository
@Transactional(value="defaultTransactionManager") public List<AuthenticationHolderEntity> getOrphanedAuthenticationHolders(PageCriteria pageCriteria)
getOrphanedAuthenticationHolders
in interface AuthenticationHolderRepository
Copyright © 2018. All rights reserved.