@Repository public interface ApplicationSearchRepository extends org.springframework.data.jpa.repository.JpaRepository<org.egov.infra.search.elastic.entity.ApplicationIndex,Long>
| Modifier and Type | Method and Description |
|---|---|
List<org.egov.infra.search.elastic.entity.ApplicationIndex> |
findAllApplicationTypes(String moduleName) |
List<org.egov.infra.search.elastic.entity.ApplicationIndex> |
findApplicationIndexModules() |
List<org.egov.infra.search.elastic.entity.ApplicationIndex> |
getSourceList() |
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAll, flush, getOne, save, saveAndFlushfindAll@Query(value="select distinct ct.moduleName from ApplicationIndex ct order by ct.moduleName asc") List<org.egov.infra.search.elastic.entity.ApplicationIndex> findApplicationIndexModules()
@Query(value="select distinct ct.channel from ApplicationIndex ct where ct.channel !=\'\' order by ct.channel asc") List<org.egov.infra.search.elastic.entity.ApplicationIndex> getSourceList()
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.