onDelete property

ForeignKeyAction onDelete
final

Action to take when the parent Entity is deleted from the database. Default value of onDelete is ForeignKeyAction.NO_ACTION

Implementation

final ForeignKeyAction onDelete;