Spring Data MongoDB uses the `EntityCallback` API for its auditing support and reacts on the following callbacks.
@ -12,17 +12,17 @@ Spring Data MongoDB uses the `EntityCallback` API for its auditing support and r
@@ -12,17 +12,17 @@ Spring Data MongoDB uses the `EntityCallback` API for its auditing support and r
| Order
| Reactive/BeforeConvertCallback
| onBeforeConvert(T entity, String collection)
| `onBeforeConvert(T entity, String collection)`
| Invoked before a domain object is converted to `org.bson.Document`.