public interface UserRepository extends org.springframework.data.jpa.repository.JpaRepository<User,Long>
| Modifier and Type | Field and Description |
|---|---|
static String |
USERS_BY_EMAIL_CACHE |
static String |
USERS_BY_LOGIN_CACHE |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.domain.Page<User> |
findAllByLoginNot(org.springframework.data.domain.Pageable pageable,
String login) |
Optional<User> |
findOneByLogin(String login) |
User |
findOneWithAuthoritiesById(Long id) |
Optional<User> |
findOneWithAuthoritiesByLogin(String login) |
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getOne, saveAll, saveAndFlushfindAllstatic final String USERS_BY_LOGIN_CACHE
static final String USERS_BY_EMAIL_CACHE
Copyright © 2019 Power TAC. All rights reserved.