Skip to content

Add support to create views via reactive/template API #4142

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

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for View creation [DATAMONGO-1727]
2 participants