Annotation Interface Changelog.ChangesetId
- Enclosing class:
Changelog
@Documented
@Retention(RUNTIME)
@Target({METHOD,FIELD})
public static @interface Changelog.ChangesetId
Marks the property that holds the changeset identifier
in a
@Changelog. This
should typically be the auto-generated primary key
(@Id @GeneratedValue).
The value is set by the persistence layer when the changelog entity is inserted.
- Since:
- 7.4