|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ForeignKey.ReferentialAction | |
|---|---|
| org.hibernate.metamodel.relational | This package defines the metamodel of a relational database schema. |
| org.hibernate.metamodel.source.binder | |
| org.hibernate.metamodel.source.hbm | |
| Uses of ForeignKey.ReferentialAction in org.hibernate.metamodel.relational |
|---|
| Methods in org.hibernate.metamodel.relational that return ForeignKey.ReferentialAction | |
|---|---|
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. |
| Methods in org.hibernate.metamodel.relational with parameters of type ForeignKey.ReferentialAction | |
|---|---|
void |
ForeignKey.setDeleteRule(ForeignKey.ReferentialAction deleteRule)
|
void |
ForeignKey.setUpdateRule(ForeignKey.ReferentialAction updateRule)
|
| Uses of ForeignKey.ReferentialAction in org.hibernate.metamodel.source.binder |
|---|
| Methods in org.hibernate.metamodel.source.binder that return ForeignKey.ReferentialAction | |
|---|---|
ForeignKey.ReferentialAction |
PluralAttributeKeySource.getOnDeleteAction()
|
| Uses of ForeignKey.ReferentialAction in org.hibernate.metamodel.source.hbm |
|---|
| Methods in org.hibernate.metamodel.source.hbm that return ForeignKey.ReferentialAction | |
|---|---|
ForeignKey.ReferentialAction |
PluralAttributeKeySourceImpl.getOnDeleteAction()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||