@Repository public interface ConfigNotifyRepository extends org.springframework.data.jpa.repository.JpaRepository<ConfigNotifyPo,Long>
| Modifier and Type | Method and Description |
|---|---|
List<ConfigNotifyPo> |
findFirst500ByIdGreaterThanOrderByIdAsc(long maxIdScanned)
Search for next 500
|
ConfigNotifyPo |
findTopByOrderByIdDesc()
find the latest notify
|
deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getById, getOne, saveAll, saveAllAndFlush, saveAndFlushfindAllConfigNotifyPo findTopByOrderByIdDesc()
List<ConfigNotifyPo> findFirst500ByIdGreaterThanOrderByIdAsc(long maxIdScanned)
maxIdScanned - 当前最大扫描到的IdCopyright © 2021 Shoothzj. All rights reserved.