@Repository public interface ConfigRepository extends org.springframework.data.jpa.repository.JpaRepository<ConfigPo,Long>
| Modifier and Type | Method and Description |
|---|---|
void |
deleteByConfigName(String configName)
删除配置
|
ConfigPo |
findByConfigName(String configName)
查询配置
|
deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getById, getOne, saveAll, saveAllAndFlush, saveAndFlushfindAllCopyright © 2021 Shoothzj. All rights reserved.