Uses of Enum Class
org.jooq.util.xml.jaxb.ForeignKeyRule
-
Uses of ForeignKeyRule in org.jooq.util.xml
Modifier and TypeMethodDescriptionstatic final ForeignKeyRule
XmlUtils.foreignKeyRule
(QOM.ForeignKeyRule rule) Convert fromQOM.ForeignKeyRule
(model class) toForeignKeyRule
(JAXB class).Modifier 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
Modifier and TypeFieldDescriptionprotected ForeignKeyRule
ReferentialConstraint.deleteRule
protected ForeignKeyRule
ReferentialConstraint.updateRule
Modifier 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.Modifier and TypeMethodDescriptionvoid
ReferentialConstraint.setDeleteRule
(ForeignKeyRule value) void
ReferentialConstraint.setUpdateRule
(ForeignKeyRule value) ReferentialConstraint.withDeleteRule
(ForeignKeyRule value) ReferentialConstraint.withUpdateRule
(ForeignKeyRule value)