public interface SettingRepository extends org.springframework.data.jpa.repository.JpaRepository<Setting,Long>
| Modifier and Type | Method and Description |
|---|---|
void |
deleteByNameIgnoreCase(String name) |
Setting |
findByNameIgnoreCase(String name) |
List<Setting> |
findByNameIgnoreCaseIn(List<String> names) |
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getOne, saveAll, saveAndFlushfindAllCopyright © 2019. All rights reserved.