-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
status: waiting-for-triageAn issue we've not yet triagedAn issue we've not yet triagedtype: enhancementA general enhancementA general enhancement
Description
AFAICT there's no way to access MongoDB's "maximum query execution time" capability when Spring Data MongoDB's support for Querydsl.
Since I already had my own extension of QuerydslMongoPredicateExecutor
(for unrelated reasons) I was able to extend it in a hacky way (by also extending SpringDataMongodbQuery
and overriding its createQuery()
method) but some cleaner way would be nice to have.
Metadata
Metadata
Assignees
Labels
status: waiting-for-triageAn issue we've not yet triagedAn issue we've not yet triagedtype: enhancementA general enhancementA general enhancement