onUpdate property

ForeignKeyAction onUpdate
final

Action to take when the parent Entity is updated in the database. Default value of onUpdate is ForeignKeyAction.NO_ACTION

Implementation

final ForeignKeyAction onUpdate;