Interface SysRoleRepository
- All Superinterfaces:
cn.herodotus.engine.data.core.repository.BaseRepository<SysRole,,String> org.springframework.data.repository.CrudRepository<SysRole,,String> org.springframework.data.jpa.repository.JpaRepository<SysRole,,String> org.springframework.data.jpa.repository.JpaSpecificationExecutor<SysRole>,org.springframework.data.repository.ListCrudRepository<SysRole,,String> org.springframework.data.repository.ListPagingAndSortingRepository<SysRole,,String> org.springframework.data.repository.PagingAndSortingRepository<SysRole,,String> org.springframework.data.repository.query.QueryByExampleExecutor<SysRole>,org.springframework.data.repository.Repository<SysRole,String>
public interface SysRoleRepository
extends cn.herodotus.engine.data.core.repository.BaseRepository<SysRole,String>
Description: SysRoleRepository
- Author:
- : gengwei.zheng
- Date:
- : 2021/10/11 21:27
-
Method Summary
Modifier and TypeMethodDescriptionfindByRoleCode(String roleCode) 根据用户名查找SysUserfindByRoleId(String roleId) 根据角色ID查询角色Methods inherited from interface cn.herodotus.engine.data.core.repository.BaseRepository
count, count, deleteById, findAll, findAll, findAll, findAll, findAll, findAll, findById, findOneMethods inherited from interface org.springframework.data.repository.CrudRepository
delete, deleteAll, deleteAll, deleteAllById, existsById, saveMethods inherited from interface org.springframework.data.jpa.repository.JpaRepository
deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, flush, getById, getOne, getReferenceById, saveAllAndFlush, saveAndFlushMethods inherited from interface org.springframework.data.jpa.repository.JpaSpecificationExecutor
delete, exists, findByMethods inherited from interface org.springframework.data.repository.ListCrudRepository
findAllById, saveAllMethods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor
count, exists, findAll, findBy, findOne