microsoft / spring-data-cosmosdb

Access data with Azure Cosmos DB
MIT License
93 stars 68 forks source link

Does this project support querydsl? #441

Closed thiner closed 4 years ago

thiner commented 4 years ago

queryDSL is very important for complex query. Do you have any plan to support?

kushagraThapar commented 4 years ago

queryDSL is very important for complex query. Do you have any plan to support?

Yes, we plan to support it soon. Actual timeline for the release may happen around February. Until then, a workaround for executing complex queries can be found in the test examples:

https://github.com/microsoft/spring-data-cosmosdb/blob/master/src/test/java/com/microsoft/azure/spring/data/cosmosdb/repository/integration/PageableAddressRepositoryIT.java#L158