Skip to content

DATAMONGO-1146 - Add 'exists' method to QueryDslMongoRepository which accepts a querydsl Predicate. #270

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

Closed
wants to merge 2 commits into from

Conversation

thomasdarimont
Copy link

Introduced exists(Predicate) method to QueryDslMongoRepository.
Until this becomes available in SD Commons QueryDslPredicateExecutor users can declare the method themselves in their repositories.

Added explicit test case for QueryDslMongoRepository.

Thomas Darimont added 2 commits January 23, 2015 10:13
… accepts a querydsl Predicate.

Prepare issue branch.
… accepts a querydsl Predicate.

Introduced exists(Predicate) method to QueryDslMongoRepository. 
Until this becomes available in SD Commons QueryDslPredicateExecutor users can declare the method themselves in their repositories.

Added explicit test case for QueryDslMongoRepository.

Original pull request: #270.
thomasdarimont pushed a commit that referenced this pull request Jan 26, 2015
…s a Querydsl predicate.

Added explicit test case for QueryDslMongoRepository.

Related tickets: DATACMNS-636.
Original pull request: #270.
odrotbohm added a commit that referenced this pull request Jan 26, 2015
Added missing @OverRide annotations to QueryDslMongoRepository methods.

Related tickets: DATACMNS-636.
Original pull request: #270.
@odrotbohm odrotbohm closed this Jan 26, 2015
@odrotbohm odrotbohm deleted the issue/DATAMONGO-1146 branch January 26, 2015 10:55
@thomasdarimont thomasdarimont restored the issue/DATAMONGO-1146 branch February 5, 2015 12:30
@thomasdarimont thomasdarimont deleted the issue/DATAMONGO-1146 branch February 5, 2015 12:32
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.

2 participants