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 ForeignKeyRule
XmlUtils.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.ForeignKeyRule
XmlUtils.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 ForeignKeyRule
ReferentialConstraint.deleteRule
protected ForeignKeyRule
ReferentialConstraint.updateRule
Methods in org.jooq.util.xml.jaxb that return ForeignKeyRuleModifier and TypeMethodDescriptionstatic ForeignKeyRule
ReferentialConstraint.getDeleteRule()
ReferentialConstraint.getUpdateRule()
static ForeignKeyRule
Returns 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 TypeMethodDescriptionvoid
ReferentialConstraint.setDeleteRule
(ForeignKeyRule value) void
ReferentialConstraint.setUpdateRule
(ForeignKeyRule value) ReferentialConstraint.withDeleteRule
(ForeignKeyRule value) ReferentialConstraint.withUpdateRule
(ForeignKeyRule value)