-
Notifications
You must be signed in to change notification settings - Fork 682
Allow the usage of auditing annotation in nested types [DATACMNS-1274] #1712
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
Comments
Does this feature working in kotlin spring boot (2.6.1)?
|
@zt1983811 i guess it doesn't work because your in this example, the |
Kapil Koju opened DATACMNS-1274 and commented
The audit annotations (
@CreatedBy
,@LastModifiedBy
etc.) when added in embeddable classes are not working. This feature would be helpful if we want to save audit information in an embeddable class using composition rather than inheritance in entity classes, specially when using Kotlin data classes for entity modelingReference URL: https://stackoverflow.com/q/38244498/1433665
Issue Links:
("depends on")
("is duplicated by")
1 votes, 2 watchers
The text was updated successfully, but these errors were encountered: