Interface AppSettingsRepository

All Superinterfaces:
org.springframework.data.repository.CrudRepository<AppSettingsEntity,String>, org.springframework.data.jpa.repository.JpaRepository<AppSettingsEntity,String>, org.springframework.data.repository.ListCrudRepository<AppSettingsEntity,String>, org.springframework.data.repository.ListPagingAndSortingRepository<AppSettingsEntity,String>, org.springframework.data.repository.PagingAndSortingRepository<AppSettingsEntity,String>, org.springframework.data.repository.query.QueryByExampleExecutor<AppSettingsEntity>, org.springframework.data.repository.Repository<AppSettingsEntity,String>

public interface AppSettingsRepository extends org.springframework.data.jpa.repository.JpaRepository<AppSettingsEntity,String>
Spring Data JPA repository for AppSettingsEntity.

Provides key-based lookup for individual settings and bulk retrieval used by AppSettingsService to populate the settings page and supply runtime configuration to other services.

Author:
Nazar Montytskyi
  • Method Summary

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

    count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, save

    Methods inherited from interface org.springframework.data.jpa.repository.JpaRepository

    deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, flush, getById, getOne, getReferenceById, saveAllAndFlush, saveAndFlush

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

    findAll, findAllById, saveAll

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

    findAll

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

    findAll

    Methods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor

    count, exists, findAll, findBy, findOne