Package org.hibernate.envers
Annotation Type ModifiedEntityNames
-
@Retention(RUNTIME) @Target({METHOD,FIELD}) public @interface ModifiedEntityNames
Marks a property which holds entity names that have been modified during each revision. This annotation expects field ofSet<String>type.- Author:
- Lukasz Antoniak (lukasz dot antoniak at gmail dot com)