Package tv.hd3g.authkit.mod.repository
Interface RoleRightContextRepository
-
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<RoleRightContext,Long>,org.springframework.data.jpa.repository.JpaRepository<RoleRightContext,Long>,org.springframework.data.repository.PagingAndSortingRepository<RoleRightContext,Long>,org.springframework.data.repository.query.QueryByExampleExecutor<RoleRightContext>,org.springframework.data.repository.Repository<RoleRightContext,Long>
@Repository public interface RoleRightContextRepository extends org.springframework.data.jpa.repository.JpaRepository<RoleRightContext,Long>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longcountContextPresenceForRightRole(String roleName, String rightName, String context)List<String>listContextsForRightRole(String roleName, String rightName)-
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, save
-
Methods inherited from interface org.springframework.data.jpa.repository.JpaRepository
deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getById, getOne, saveAll, saveAllAndFlush, saveAndFlush
-
-