Interface HvlSessionDataRedisAuthorityDocumentRepository

All Superinterfaces:
org.springframework.data.repository.CrudRepository<HvlSessionDataRedisAuthorityDocument,String>, org.springframework.data.repository.query.QueryByExampleExecutor<HvlSessionDataRedisAuthorityDocument>, org.springframework.data.repository.Repository<HvlSessionDataRedisAuthorityDocument,String>

@Repository public interface HvlSessionDataRedisAuthorityDocumentRepository extends org.springframework.data.repository.CrudRepository<HvlSessionDataRedisAuthorityDocument,String>, org.springframework.data.repository.query.QueryByExampleExecutor<HvlSessionDataRedisAuthorityDocument>
Custom interface for redis authority operations.
  • Method Summary

    Methods inherited from interface org.springframework.data.repository.CrudRepository

    count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAll

    Methods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor

    count, exists, findAll, findAll, findAll, findBy, findOne