Skip to content

Conversation

@christophstrobl
Copy link
Member

This commit introduces support to create MongoDB Views directly via the Reactive-/MongoOperations API.

template.createView("firstYears", Student.class, match(where("year").is(1)));

Closes: #2594

This commit introduces support to create MongoDB Views directly via the Reactive-/MongoOperations API.
@mp911de mp911de added the type: enhancement A general enhancement label Sep 14, 2022
@mp911de mp911de added this to the 4.0 M6 (2022.0.0) milestone Sep 14, 2022
mp911de pushed a commit that referenced this pull request Sep 14, 2022
This commit introduces support to create MongoDB Views directly via the Reactive-/MongoOperations API. Closes: #2594 Original pull request: #4142.
mp911de added a commit that referenced this pull request Sep 14, 2022
Tweak Javadoc, make ViewOptions.collation final. See: #2594 Original pull request: #4142.
@mp911de
Copy link
Member

mp911de commented Sep 14, 2022

That's merged and polished now.

@mp911de mp911de closed this Sep 14, 2022
@mp911de mp911de deleted the issue/2594 branch September 14, 2022 09:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: enhancement A general enhancement

3 participants