Uses of Class
ru.curs.celesta.score.FKRule
-
Packages that use FKRule Package Description ru.curs.celesta.dbutils.meta Database meta information DTO classes.ru.curs.celesta.score Package containing metadata of table structure. -
-
Uses of FKRule in ru.curs.celesta.dbutils.meta
Methods in ru.curs.celesta.dbutils.meta that return FKRule Modifier and Type Method Description FKRule
DbFkInfo. getDeleteRule()
Returns foreign key rule type on deletion.FKRule
DbFkInfo. getUpdateRule()
Returns foreign key rule type on update.Methods in ru.curs.celesta.dbutils.meta with parameters of type FKRule Modifier and Type Method Description void
DbFkInfo. setDeleteRule(FKRule deleteBehaviour)
Sets foreign key rule type on deletion.void
DbFkInfo. setUpdateRule(FKRule updateBehaviour)
Sets foreign key rule type on update. -
Uses of FKRule in ru.curs.celesta.score
Methods in ru.curs.celesta.score that return FKRule Modifier and Type Method Description FKRule
CelestaParser. action()
FKRule
ForeignKey. getDeleteRule()
Returns rule for deletion.FKRule
ForeignKey. getUpdateRule()
Returns rule for update.static FKRule
FKRule. valueOf(String name)
Returns the enum constant of this type with the specified name.static FKRule[]
FKRule. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in ru.curs.celesta.score with parameters of type FKRule Modifier and Type Method Description void
ForeignKey. setDeleteRule(FKRule deleteBehaviour)
Sets rule for deletion.void
ForeignKey. setUpdateRule(FKRule updateBehaviour)
Sets rule for update.
-