Interface StateCacheRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<StateEntity,,String> org.springframework.data.repository.Repository<StateEntity,String>
@Repository
public interface StateCacheRepository
extends org.springframework.data.repository.CrudRepository<StateEntity,String>
-
Method Summary
Modifier and TypeMethodDescriptiondeleteAllInBatchByExpirationTimestampBefore(Timestamp currentTimeStamp) default List<StateEntity> findByIdAsList(String id) findByOidcSessionId(String spId) findBySpSessionId(String spId) findBySsoSessionId(String spId) Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAll
-
Method Details
-
findByIdAsList
-
findBySpSessionId
-
findBySsoSessionId
-
findByOidcSessionId
-
deleteAllInBatchByExpirationTimestampBefore
-