From 87343d2ae513ee1d9952c4a07441f7e21287bc54 Mon Sep 17 00:00:00 2001 From: Christoph Strobl Date: Mon, 24 Jun 2019 20:13:51 +0200 Subject: [PATCH] DATAMONGO-2304 - Fix documentation anchor for entity callback API. Original pull request: #767. --- src/main/asciidoc/reference/mongo-entity-callbacks.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/asciidoc/reference/mongo-entity-callbacks.adoc b/src/main/asciidoc/reference/mongo-entity-callbacks.adoc index 9d09a5af5..02bd3ac19 100644 --- a/src/main/asciidoc/reference/mongo-entity-callbacks.adoc +++ b/src/main/asciidoc/reference/mongo-entity-callbacks.adoc @@ -1,3 +1,4 @@ +[[entity-callbacks.mongodb]] = Store specific EntityCallbacks Spring Data MongoDB uses the `EntityCallback` API for its auditing support and reacts on the following callbacks.