Package africa.absa.inception.security
Interface RoleRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<Role,,String> org.springframework.data.jpa.repository.JpaRepository<Role,,String> org.springframework.data.repository.PagingAndSortingRepository<Role,,String> org.springframework.data.repository.query.QueryByExampleExecutor<Role>,org.springframework.data.repository.Repository<Role,String>
public interface RoleRepository
extends org.springframework.data.jpa.repository.JpaRepository<Role,String>
The RoleRepository interface declares the repository for the Role domain type.
- Author:
- Marcus Portmann
-
Method Summary
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, existsById, findById, saveMethods inherited from interface org.springframework.data.jpa.repository.JpaRepository
deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getById, getOne, saveAll, saveAllAndFlush, saveAndFlushMethods inherited from interface org.springframework.data.repository.PagingAndSortingRepository
findAllMethods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor
count, exists, findAll, findOne