| Package | Description | 
|---|---|
| net.akaish.kitty.orm.constraints | |
| net.akaish.kitty.orm.enums | 
| Constructor and Description | 
|---|
ForeignKeyReference(java.lang.String foreignTableName,
                   java.lang.String[] foreignColumnNames,
                   OnUpdateDeleteActions onDeleteAction,
                   OnUpdateDeleteActions onUpdateAction,
                   DeferrableOptions deferrableOption)  | 
| Modifier and Type | Method and Description | 
|---|---|
static DeferrableOptions | 
DeferrableOptions.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static DeferrableOptions[] | 
DeferrableOptions.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 |