You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this might be a bug, though possible I just can't find it, sorry if that's true reference docs. I think this section of documentation comes from Spring Data Commons, in which case a resync needs to be done, it isn't in there anymore (duplicating documentation like this is unwise, IMHO).
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.
The text was updated successfully, but these errors were encountered:
I think this might be a bug, though possible I just can't find it, sorry if that's true reference docs. I think this section of documentation comes from Spring Data Commons, in which case a resync needs to be done, it isn't in there anymore (duplicating documentation like this is unwise, IMHO).
The text was updated successfully, but these errors were encountered: