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
Neil Stevenson opened DATAKV-147 and commented
Implement an
@EnableKeyValueAuditingannotation.This should provider equivalent functionality to
@EnableJPAAuditingorEnableMongoAuditing,being the ability to auto-populate fields on the domain model on mutation --
@CreatedBy,@CreatedDate,@LastModifiedBy,@LastModifiedDateReference URL: http://docs.spring.io/spring-data/jpa/docs/current/api/org/springframework/data/jpa/repository/config/EnableJpaAuditing.html