Skip to content

Commit

Permalink
docs: increase detail on mongodb template
Browse files Browse the repository at this point in the history
Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
  • Loading branch information
otaviojava committed May 13, 2023
1 parent 9a2af55 commit 6c90912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -985,7 +985,7 @@ public class Music {

=== Template

The ```MongoDBTemplate``` interface is a specialization of the ```DocumentTemplate``` interface that allows MongoDB particular behavior.
The ```MongoDBTemplate``` interface is a specialization of the ```DocumentTemplate``` interface that allows MongoDB particular behavior such as delete and select elements using a `Bson` implementation.


[source,java]
Expand Down

0 comments on commit 6c90912

Please sign in to comment.