Uses of Enum Class
ru.curs.celesta.score.FKRule
Packages that use FKRule
Package
Description
Database meta information DTO classes.
Package containing metadata of table structure.
-
Uses of FKRule in ru.curs.celesta.dbutils.meta
Methods in ru.curs.celesta.dbutils.meta that return FKRuleModifier and TypeMethodDescriptionDbFkInfo.getDeleteRule()Returns foreign key rule type on deletion.DbFkInfo.getUpdateRule()Returns foreign key rule type on update.Methods in ru.curs.celesta.dbutils.meta with parameters of type FKRuleModifier and TypeMethodDescriptionvoidDbFkInfo.setDeleteRule(FKRule deleteBehaviour) Sets foreign key rule type on deletion.voidDbFkInfo.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 FKRuleModifier and TypeMethodDescriptionfinal FKRuleCelestaParser.action()ForeignKey.getDeleteRule()Returns rule for deletion.ForeignKey.getUpdateRule()Returns rule for update.static FKRuleReturns the enum constant of this class with the specified name.static FKRule[]FKRule.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ru.curs.celesta.score with parameters of type FKRuleModifier and TypeMethodDescriptionvoidForeignKey.setDeleteRule(FKRule deleteBehaviour) Sets rule for deletion.voidForeignKey.setUpdateRule(FKRule updateBehaviour) Sets rule for update.