From 6c90912cd9f561c4679d4d18a41a33e782216828 Mon Sep 17 00:00:00 2001 From: Otavio Santana Date: Sat, 13 May 2023 11:30:11 +0100 Subject: [PATCH] docs: increase detail on mongodb template Signed-off-by: Otavio Santana --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 2d554cf5c..a861bb3ed 100644 --- a/README.adoc +++ b/README.adoc @@ -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]