Annotation Interface Changelog.ModifiedEntities
- Enclosing class:
Changelog
@Documented
@Retention(RUNTIME)
@Target({METHOD,FIELD})
public static @interface Changelog.ModifiedEntities
Marks a
Set<String> property of a
@Changelog that holds the
names of entity types modified in each changeset. The
property is typically mapped as an
@ElementCollection.
When this annotation is present on a changelog entity,
cross-type changeset queries are automatically enabled
via AuditLog.
- Since:
- 7.4
- See Also: