public interface SessionRepository extends org.springframework.data.repository.CrudRepository<SessionEntity,Long>
Modifier and Type | Method and Description |
---|---|
Optional<SessionEntity> |
findBySessionCookieValue(String sessionCookieValue) |
Iterable<SessionEntity> |
findByUserEntity(UserEntity userEntity) |
Optional<SessionEntity> findBySessionCookieValue(String sessionCookieValue)
Iterable<SessionEntity> findByUserEntity(UserEntity userEntity)
Copyright © 2020. All rights reserved.