Skip to content

DATACMNS-1140 - Open up Query by Example to allow extension in module implementations. #238

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 3 commits into from

Conversation

christophstrobl
Copy link
Member

We turned Example into an interface with default implementation created via the static of methods. This allows store implementations to create their very own flavor of Example allowing eg. non typed ones.

… implementations.

We turned Example into an interface with default implementation created via the static of methods. This allows store implementations to create their very own flavor of Example allowing eg. non typed ones.
Open up ExampleMatcher API by turning ExampleMatcher into an interface with a strongly typed default implementation created via the static of methods. This allows store implementations to create their very own flavor of ExampleMatcher allowing eg. non typed ones.
mp911de pushed a commit that referenced this pull request Aug 25, 2017
… implementations.

We turned Example and ExampleMatcher into interfaces with default implementations created via the static of methods. The default ExampleMatcher has strongly typed default implementation. This change allows store implementations to create their very own flavor of Example and ExampleMatcher allowing eg. non typed ones.

Original pull request: #238.
mp911de added a commit that referenced this pull request Aug 25, 2017
Extend javadoc. Remove trailing whitespaces.

Original pull request: #238.
@mp911de
Copy link
Member

mp911de commented Aug 25, 2017

That's merged and polished.

@mp911de mp911de closed this Aug 25, 2017
@mp911de mp911de deleted the issue/DATACMNS-1140 branch August 25, 2017 07:36
Aloren pushed a commit to Aloren/spring-data-commons that referenced this pull request Jun 20, 2019
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