public interface PluralAttributeKeySource extends ForeignKeyContributingSource, RelationalValueSourceContainer
| Modifier and Type | Method and Description |
|---|---|
String |
getReferencedPropertyName() |
boolean |
isCascadeDeleteEnabled()
Is "cascade delete" enabled for the foreign key? In other words, if a record in the parent (referenced)
table is deleted, should the corresponding records in the child table automatically be deleted?
|
createForeignKeyConstraint, getExplicitForeignKeyNamegetRelationalValueSourcesareValuesIncludedInInsertByDefault, areValuesIncludedInUpdateByDefault, areValuesNullableByDefaultString getReferencedPropertyName()
boolean isCascadeDeleteEnabled()
ForeignKeyContributingSourceisCascadeDeleteEnabled in interface ForeignKeyContributingSourcetrue, if the cascade delete is enabled; false, otherwise.Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.