Package cronapp.framework.core
Interface CronappSettingsRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<CronappSettings,,String> org.springframework.data.repository.Repository<CronappSettings,String>
@ConditionalOnProperty("cronapp.framework.settings.useDatabase")
public interface CronappSettingsRepository
extends org.springframework.data.repository.CrudRepository<CronappSettings,String>
-
Method Summary
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAll
-
Method Details
-
findByApplicationIdAndName
-