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
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
Neil Stevenson opened DATAKV-147 and commented
Implement an
@EnableKeyValueAuditing
annotation.This should provider equivalent functionality to
@EnableJPAAuditing
orEnableMongoAuditing
,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
The text was updated successfully, but these errors were encountered: