Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DATAMONGO-1167 - Add 'findAll' method to QueryDslMongoRepository which accepts a querydsl Predicate and a Sort. #275

Closed
wants to merge 2 commits into from

Conversation

thomasdarimont
Copy link

We now support findAll on QueryDslMongoRepository that accepts a Querydsl Predicate and a Sort and returns a List.

Thomas Darimont added 2 commits February 23, 2015 12:02
…h accepts a querydsl Predicate and a Sort.

Prepare issue branch.
…h accepts a querydsl Predicate and a Sort.

We now support findAll on QueryDslMongoRepository that accepts a Querydsl Predicate and a Sort and returns a List<T>.

Original pull request: #275.
thomasdarimont pushed a commit that referenced this pull request Feb 24, 2015
…ort).

We now support findAll on QueryDslMongoRepository that accepts a Querydsl Predicate and a Sort and returns a List<T>.

Original pull request: #275.
@odrotbohm odrotbohm closed this Feb 24, 2015
@odrotbohm odrotbohm deleted the issue/DATAMONGO-1167 branch February 24, 2015 09:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants