Interface ConfiguredIndicatorRepository

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

@Repository public interface ConfiguredIndicatorRepository extends org.springframework.data.jpa.repository.JpaRepository<ConfiguredIndicator, Long>
Data-access layer for ConfiguredIndicator.
Version:
3.0.6
Author:
Stephen Prizio