接口 SysElementRepository
- 所有超级接口:
cn.herodotus.stirrup.data.crud.repository.BaseJpaRepository<SysElement,,String> org.springframework.data.repository.CrudRepository<SysElement,,String> org.springframework.data.jpa.repository.JpaRepository<SysElement,,String> org.springframework.data.jpa.repository.JpaSpecificationExecutor<SysElement>,org.springframework.data.repository.ListCrudRepository<SysElement,,String> org.springframework.data.repository.ListPagingAndSortingRepository<SysElement,,String> org.springframework.data.repository.PagingAndSortingRepository<SysElement,,String> org.springframework.data.repository.query.QueryByExampleExecutor<SysElement>,org.springframework.data.repository.Repository<SysElement,String>
public interface SysElementRepository
extends cn.herodotus.stirrup.data.crud.repository.BaseJpaRepository<SysElement,String>
Description: SysMenuRepository
- 作者:
- : gengwei.zheng
- Date:
- : 2022/7/14 15:55
-
方法概要
从接口继承的方法 cn.herodotus.stirrup.data.crud.repository.BaseJpaRepository
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