As far as I know, there is no support for org.springframework.data.domain.Auditable in the spring-data-mongodb project (version 1.1.1.RELEASE).
Does anyone has some tips or references how to implement this functionality?
As far as I know, there is no support for org.springframework.data.domain.Auditable in the spring-data-mongodb
Share
There is support upcoming in the next release of Spring Data MongoDB. The implementation not only contains
Auditablesupport but also the annotation based support introduced in Spring Data Commons (i.e. the ability to use@CreatedBy,@LastModifiedDateto be more specific about what shall be set and prevent the need to implement an interface). The relevant JIRA issue is here, the according commit is here. If you want to give it a shot, feel free to grab a snapshot build from our Maven repository.