接口 BatchRepository<T,ID extends Serializable>
- 所有超级接口:
org.springframework.data.repository.CrudRepository<T,,ID> org.springframework.data.jpa.repository.JpaRepository<T,,ID> org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>,org.springframework.data.repository.ListCrudRepository<T,,ID> org.springframework.data.repository.ListPagingAndSortingRepository<T,,ID> org.springframework.data.repository.PagingAndSortingRepository<T,,ID> org.springframework.data.repository.query.QueryByExampleExecutor<T>,org.springframework.data.repository.Repository<T,,ID> YueRepository<T,ID>
- 所有已知实现类:
BatchRepositoryImpl
@NoRepositoryBean
public interface BatchRepository<T,ID extends Serializable>
extends YueRepository<T,ID>
-
方法概要
从接口继承的方法 org.springframework.data.repository.CrudRepository
count, delete, 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
-
方法详细资料
-
saveAll
-
deleteAll
@Transactional void deleteAll()- 指定者:
deleteAll在接口中org.springframework.data.repository.CrudRepository<T,ID extends Serializable>
-
deleteAllByIds
-
deleteAll
-
findAllByIds
-