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