| Package | Description |
|---|---|
| org.bridje.sql |
| Modifier and Type | Method and Description |
|---|---|
ForeignKeyStrategy |
ForeignKey.getOnDelete() |
ForeignKeyStrategy |
ForeignKey.getOnUpdate() |
static ForeignKeyStrategy |
ForeignKeyStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ForeignKeyStrategy[] |
ForeignKeyStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
BuildFkFinalStep |
BuildFkReferencesStep.strategy(ForeignKeyStrategy stategy)
Adds the ON DELTE, ON UPDATE strategy for the foreign key.
|
BuildFkFinalStep |
BuildFkReferencesStep.strategy(ForeignKeyStrategy onUpdate,
ForeignKeyStrategy onDelete)
Adds the ON DELTE, ON UPDATE strategy for the foreign key.
|
Copyright © 2015–2017 Bridje Framework. All rights reserved.