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, getExplicitForeignKeyName
getRelationalValueSources
areValuesIncludedInInsertByDefault, areValuesIncludedInUpdateByDefault, areValuesNullableByDefault
String getReferencedPropertyName()
boolean isCascadeDeleteEnabled()
ForeignKeyContributingSource
isCascadeDeleteEnabled
in interface ForeignKeyContributingSource
true
, if the cascade delete is enabled; false
, otherwise.Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.