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, getExplicitForeignKeyName
getRelationalValueSources
areValuesIncludedInInsertByDefault, areValuesIncludedInUpdateByDefault, areValuesNullableByDefault
String getReferencedPropertyName()
boolean isCascadeDeleteEnabled()
ForeignKeyContributingSource
isCascadeDeleteEnabled
in interface ForeignKeyContributingSource
true
, if the cascade delete is enabled; false
, otherwise.Copyright © 2017. All rights reserved.