Uses of Enum Class
org.jooq.util.xml.jaxb.ForeignKeyRule
Packages that use ForeignKeyRule
-
Uses of ForeignKeyRule in org.jooq.util.xml
Methods in org.jooq.util.xml that return ForeignKeyRuleModifier and TypeMethodDescriptionstatic final ForeignKeyRuleXmlUtils.foreignKeyRule(QOM.ForeignKeyRule rule) Convert fromQOM.ForeignKeyRule(model class) toForeignKeyRule(JAXB class).Methods in org.jooq.util.xml with parameters of type ForeignKeyRuleModifier and TypeMethodDescriptionstatic final QOM.ForeignKeyRuleXmlUtils.foreignKeyRule(ForeignKeyRule rule) Convert fromForeignKeyRule(JAXB class) toQOM.ForeignKeyRule(model class). -
Uses of ForeignKeyRule in org.jooq.util.xml.jaxb
Fields in org.jooq.util.xml.jaxb declared as ForeignKeyRuleModifier and TypeFieldDescriptionprotected ForeignKeyRuleReferentialConstraint.deleteRuleprotected ForeignKeyRuleReferentialConstraint.updateRuleMethods in org.jooq.util.xml.jaxb that return ForeignKeyRuleModifier and TypeMethodDescriptionstatic ForeignKeyRuleReferentialConstraint.getDeleteRule()ReferentialConstraint.getUpdateRule()static ForeignKeyRuleReturns the enum constant of this class with the specified name.static ForeignKeyRule[]ForeignKeyRule.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jooq.util.xml.jaxb with parameters of type ForeignKeyRuleModifier and TypeMethodDescriptionvoidReferentialConstraint.setDeleteRule(ForeignKeyRule value) voidReferentialConstraint.setUpdateRule(ForeignKeyRule value) ReferentialConstraint.withDeleteRule(ForeignKeyRule value) ReferentialConstraint.withUpdateRule(ForeignKeyRule value)