public interface PluralAttributeKeySource extends ForeignKeyContributingSource, RelationalValueSourceContainer
| Modifier and Type | Method and Description |
|---|---|
String |
getReferencedPropertyName() |
boolean |
isCascadeDeleteEnabled()
Is "cascade delete" enabled for the foreign key?
|
createForeignKeyConstraint, getExplicitForeignKeyNamegetRelationalValueSourcesareValuesIncludedInInsertByDefault, areValuesIncludedInUpdateByDefault, areValuesNullableByDefaultString getReferencedPropertyName()
boolean isCascadeDeleteEnabled()
ForeignKeyContributingSourceisCascadeDeleteEnabled in interface ForeignKeyContributingSourcetrue, if the cascade delete is enabled; false, otherwise.Copyright © 2016. All rights reserved.