Allow customization of @RevisionTimestamp
property name
#2850
Labels
type: enhancement
A general enhancement
@RevisionTimestamp
property name
#2850
Why did you hardcode
"timestamp"
as revision property inorg.springframework.data.envers.repository.support.EnversRevisionRepositoryImpl#findLastChangeRevision
?My custom revision entity has different
@RevisionTimestamp
property thantimestamp
.This results in
org.hibernate.QueryException: could not resolve property: timestamp of:...
whenorg.springframework.data.repository.history.RevisionRepository#findLastChangeRevision
is called.The text was updated successfully, but these errors were encountered: