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

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface org.springframework.data.repository.CrudRepository

    count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAll