Package org.hibernate.envers
Annotation Type RevisionTimestamp
-
@Retention(RUNTIME) @Target({METHOD,FIELD}) public @interface RevisionTimestamp
Marks a property which will hold the timestamp of the revision in a revision entity, seeRevisionListener
. The value of this property will be automatically set by Envers.