Package
cn.sparrow.permission.repository
Interface SysroleUrlPermissionRepository
- All Superinterfaces:
-
org.springframework.data.repository.CrudRepository<SysroleUrlPermission,SysroleUrlPermissionPK>
,org.springframework.data.jpa.repository.JpaRepository<SysroleUrlPermission,SysroleUrlPermissionPK>
,org.springframework.data.repository.PagingAndSortingRepository<SysroleUrlPermission,SysroleUrlPermissionPK>
,org.springframework.data.repository.query.QueryByExampleExecutor<SysroleUrlPermission>
,org.springframework.data.repository.Repository<SysroleUrlPermission,SysroleUrlPermissionPK>
public interface
SysroleUrlPermissionRepository
extends org.springframework.data.jpa.repository.JpaRepository<SysroleUrlPermission,SysroleUrlPermissionPK>
-
Method Summary
Modifier and TypeMethodDescriptionvoid
findByIdUrlId(String urlId)
org.springframework.data.domain.Page<SysroleUrlPermission>
findByIdUrlId(String urlId, org.springframework.data.domain.Pageable pageable)
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
Methods inherited from interface org.springframework.data.repository.PagingAndSortingRepository
findAll
Methods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor
count, exists, findAll, findOne
-
Method Details
-
findByIdUrlId
org.springframework.data.domain.Page<SysroleUrlPermission> findByIdUrlId (String urlId, org.springframework.data.domain.Pageable pageable) -
findByIdUrlId
-
deleteByIdIn
-