接口 IRepositoryString<T>
- 所有超级接口:
org.springframework.data.repository.CrudRepository<T,
,String> org.springframework.data.jpa.repository.JpaRepository<T,
,String> org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>
,org.springframework.data.repository.ListCrudRepository<T,
,String> org.springframework.data.repository.ListPagingAndSortingRepository<T,
,String> org.springframework.data.repository.PagingAndSortingRepository<T,
,String> org.springframework.data.repository.query.QueryByExampleExecutor<T>
,org.springframework.data.repository.Repository<T,
String>
public interface IRepositoryString<T>
extends org.springframework.data.jpa.repository.JpaRepository<T,String>, org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>
-
方法概要
从接口继承的方法 org.springframework.data.repository.CrudRepository
count, deleteAll, deleteAllById, deleteById, existsById, findById
从接口继承的方法 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.query.QueryByExampleExecutor
count, exists, findAll, findBy, findOne
-
方法详细资料
-
save
保存数据 -
findAll
查询分页数据 -
delete
删除指定数据 -
deleteAll
批量删除
-