Options for cascade delete generation.
The FK field on the related entity pointing to the parent
The operation to perform: 'delete' cascades by deleting records, 'update' sets the FK to NULL
The parent entity being deleted
The related entity whose records must be cascaded
Options for cascade delete generation.