Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for annotation auditing [DATAKV-147] #126

Open
spring-projects-issues opened this issue Oct 12, 2016 · 1 comment
Open

Support for annotation auditing [DATAKV-147] #126

spring-projects-issues opened this issue Oct 12, 2016 · 1 comment
Assignees
Labels
type: enhancement A general enhancement

Comments

@spring-projects-issues
Copy link

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
Copy link
Author

Neil Stevenson commented

Have forked, will see if I can implement

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

2 participants