Package | Description |
---|---|
org.hibernate.metamodel.relational |
This package defines the metamodel of a relational database schema.
|
org.hibernate.metamodel.source.binder | |
org.hibernate.metamodel.source.hbm |
Modifier and Type | Method and Description |
---|---|
ForeignKey.ReferentialAction |
ForeignKey.getDeleteRule() |
ForeignKey.ReferentialAction |
ForeignKey.getUpdateRule() |
static ForeignKey.ReferentialAction |
ForeignKey.ReferentialAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ForeignKey.ReferentialAction[] |
ForeignKey.ReferentialAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ForeignKey.setDeleteRule(ForeignKey.ReferentialAction deleteRule) |
void |
ForeignKey.setUpdateRule(ForeignKey.ReferentialAction updateRule) |
Modifier and Type | Method and Description |
---|---|
ForeignKey.ReferentialAction |
PluralAttributeKeySource.getOnDeleteAction() |
Modifier and Type | Method and Description |
---|---|
ForeignKey.ReferentialAction |
PluralAttributeKeySourceImpl.getOnDeleteAction() |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.