spring-data-keyvalue icon indicating copy to clipboard operation
spring-data-keyvalue copied to clipboard

Support for annotation auditing [DATAKV-147]

Open spring-projects-issues opened this issue 9 years ago • 1 comments

Neil Stevenson opened DATAKV-147 and commented

Implement an @EnableKeyValueAuditing annotation.

This should provider equivalent functionality to @EnableJPAAuditing or EnableMongoAuditing, being the ability to auto-populate fields on the domain model on mutation -- @CreatedBy, @CreatedDate, @LastModifiedBy, @LastModifiedDate


Reference URL: http://docs.spring.io/spring-data/jpa/docs/current/api/org/springframework/data/jpa/repository/config/EnableJpaAuditing.html

spring-projects-issues avatar Oct 12 '16 11:10 spring-projects-issues

Neil Stevenson commented

Have forked, will see if I can implement

spring-projects-issues avatar Oct 30 '16 15:10 spring-projects-issues