Skip to content

Commit 163e4f2

Browse files
michael-simonsmp911de
authored andcommitted
Remove remark about AbstractAuditable.
This class only exists in Spring Data JPA, not in Commons. Closes #2437
1 parent d871bb6 commit 163e4f2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/asciidoc/auditing.adoc

-2
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ class AuditMetadata {
6464
=== Interface-based Auditing Metadata
6565
In case you do not want to use annotations to define auditing metadata, you can let your domain class implement the `Auditable` interface. It exposes setter methods for all of the auditing properties.
6666

67-
There is also a convenience base class, `AbstractAuditable`, which you can extend to avoid the need to manually implement the interface methods. Doing so increases the coupling of your domain classes to Spring Data, which might be something you want to avoid. Usually, the annotation-based way of defining auditing metadata is preferred as it is less invasive and more flexible.
68-
6967
[[auditing.auditor-aware]]
7068
=== `AuditorAware`
7169

0 commit comments

Comments
 (0)