Package com.skava.marketplace.repository
Interface AppConfigRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<AppConfig,
,String> org.springframework.data.repository.ListCrudRepository<AppConfig,
,String> org.springframework.data.repository.ListPagingAndSortingRepository<AppConfig,
,String> org.springframework.data.mongodb.repository.MongoRepository<AppConfig,
,String> org.springframework.data.repository.PagingAndSortingRepository<AppConfig,
,String> org.springframework.data.repository.query.QueryByExampleExecutor<AppConfig>
,org.springframework.data.repository.Repository<AppConfig,
String>
-
Method Summary
Modifier and TypeMethodDescriptionfindByAppIdAndAppVersion
(String appId, String appVersion) org.springframework.data.mongodb.core.aggregation.AggregationResults<org.bson.Document>
listOfAppConfigbylistOfPairOfAppIdAndAppVersion
(String matchQuery1) 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.repository.ListCrudRepository
findAll, findAllById, saveAll
Methods inherited from interface org.springframework.data.repository.ListPagingAndSortingRepository
findAll
Methods inherited from interface org.springframework.data.mongodb.repository.MongoRepository
findAll, findAll, insert, insert
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
-
Method Details
-
findByAppIdAndAppVersion
-
listOfAppConfigbylistOfPairOfAppIdAndAppVersion
@Aggregation(pipeline="?#{[0]}") org.springframework.data.mongodb.core.aggregation.AggregationResults<org.bson.Document> listOfAppConfigbylistOfPairOfAppIdAndAppVersion(String matchQuery1) - Parameters:
matchQuery1
-
-