onDelete property

ForeignKeyAction onDelete
final

ForeignKeyAction Action to take when the parent Entity is deleted from the database.

By default, ForeignKeyAction.noAction is used.

Implementation

final ForeignKeyAction onDelete;