microsoft / spring-data-cosmosdb

Access data with Azure Cosmos DB
MIT License
94 stars 64 forks source link

add pageable sample and readme #173

Open sophiaso opened 6 years ago

jyotsnaravikumar commented 4 years ago

@sophiaso : I have this sample working, please let me know which docs to do PR on

kushagraThapar commented 4 years ago

@jyotsnaravikumar - can you please share the sample and I will add it to the new docs set that we are working on.

jyotsnaravikumar commented 4 years ago

@kushagraThapar - please find the working code here: https://github.com/retaildevcrews/helium-java/blob/master/src/main/java/com/cse/helium/app/dao/MoviesDao.java line63-67 : using SQLQuerySpec for preventing sql injection

https://github.com/retaildevcrews/helium-java-old/blob/master/src/main/java/com/microsoft/azure/helium/app/movie/MoviesService.java line 95-146 - using limit and offset into the query

kushagraThapar commented 4 years ago

@jyotsnaravikumar - thanks for providing the links.

Though I am not able to open the second link. Can you please check it and resend it ?