接口 PermissionRepository
- 所有超级接口:
org.springframework.data.repository.CrudRepository<Permission,,String> org.springframework.data.jpa.repository.JpaRepository<Permission,,String> org.springframework.data.jpa.repository.JpaSpecificationExecutor<Permission>,org.springframework.data.repository.ListCrudRepository<Permission,,String> org.springframework.data.repository.ListPagingAndSortingRepository<Permission,,String> org.springframework.data.repository.PagingAndSortingRepository<Permission,,String> org.springframework.data.repository.query.QueryByExampleExecutor<Permission>,org.springframework.data.repository.Repository<Permission,,String> YueRepository<Permission,String>
-
方法概要
修饰符和类型方法说明booleanexistsAllByName(String title) findAllByIdIn(List<String> ids) findTopByName(String title) 从接口继承的方法 org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, save从接口继承的方法 org.springframework.data.jpa.repository.JpaRepository
deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, flush, getById, getOne, getReferenceById, saveAllAndFlush, saveAndFlush从接口继承的方法 org.springframework.data.jpa.repository.JpaSpecificationExecutor
count, delete, exists, findAll, findAll, findAll, findBy, findOne从接口继承的方法 org.springframework.data.repository.ListCrudRepository
findAll, findAllById, saveAll从接口继承的方法 org.springframework.data.repository.ListPagingAndSortingRepository
findAll从接口继承的方法 org.springframework.data.repository.PagingAndSortingRepository
findAll从接口继承的方法 org.springframework.data.repository.query.QueryByExampleExecutor
count, exists, findAll, findBy, findOne从接口继承的方法 cn.xisoil.dao.utils.YueRepository
deleteAllByIdIn, findTopByIdNotNull
-
方法详细资料
-
findAllByParentIdIsNull
List<Permission> findAllByParentIdIsNull() -
findAllByIdIn
-
existsAllByName
-
findTopByName
-
findAllId
-