接口 SysUserRepository
- 所有超级接口:
cn.herodotus.engine.data.core.repository.BaseRepository<SysUser,,String> org.springframework.data.repository.CrudRepository<SysUser,,String> org.springframework.data.jpa.repository.JpaRepository<SysUser,,String> org.springframework.data.jpa.repository.JpaSpecificationExecutor<SysUser>,org.springframework.data.repository.ListCrudRepository<SysUser,,String> org.springframework.data.repository.ListPagingAndSortingRepository<SysUser,,String> org.springframework.data.repository.PagingAndSortingRepository<SysUser,,String> org.springframework.data.repository.query.QueryByExampleExecutor<SysUser>,org.springframework.data.repository.Repository<SysUser,String>
public interface SysUserRepository
extends cn.herodotus.engine.data.core.repository.BaseRepository<SysUser,String>
Description: SysUserRepository
- 作者:
- : gengwei.zheng
- Date:
- : 2020/4/8 16:14
-
方法概要
从接口继承的方法 cn.herodotus.engine.data.core.repository.BaseRepository
count, count, deleteById, findAll, findAll, findAll, findAll, findAll, findAll, findById, findOne从接口继承的方法 org.springframework.data.repository.CrudRepository
delete, deleteAll, deleteAll, deleteAllById, existsById, 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
delete, exists, findBy从接口继承的方法 org.springframework.data.repository.ListCrudRepository
findAllById, saveAll从接口继承的方法 org.springframework.data.repository.query.QueryByExampleExecutor
count, exists, findAll, findBy, findOne