Skip to content

DATACMNS-1059 - Alter QuerydslPredicateExecutor.findOne to return Optional<T>. #215

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

christophstrobl
Copy link
Member

We now return Optional<T> for findOne(Predicate) aligning the return type to the ones used in CrudRepository.

…ional<T>.

We now return Optional<T> for findOne(Predicate) aligning the return type to the ones used in CrudRepository.
@odrotbohm odrotbohm self-assigned this May 19, 2017
odrotbohm pushed a commit that referenced this pull request May 19, 2017
…Optional<T>.

We now return Optional<T> for QuerydslPredicateExecutor.findOne(Predicate) aligning the return type to the ones used in CrudRepository.

Original pull request: #215.
odrotbohm added a commit that referenced this pull request May 19, 2017
Original pull request: #215.
@odrotbohm odrotbohm closed this May 19, 2017
@odrotbohm odrotbohm deleted the issue/DATACMNS-1059 branch May 19, 2017 10:53
Aloren pushed a commit to Aloren/spring-data-commons that referenced this pull request Jun 20, 2019
Aloren pushed a commit to Aloren/spring-data-commons that referenced this pull request Jun 20, 2019
…us-codes

Retry requests on specified status codes.  Fixes spring-projects#215.
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