Skip to content

Support "maxTime" in Querydsl queries #4554

@onmishkin

Description

@onmishkin

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

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions