Uses of Class
com.echothree.model.jooq.server.tables.cancellationpolicy.CancellationKinds
Packages that use CancellationKinds
Package
Description
-
Uses of CancellationKinds in com.echothree.model.jooq.server
Fields in com.echothree.model.jooq.server declared as CancellationKindsModifier and TypeFieldDescriptionstatic final CancellationKindsTables.CancellationKindsThe tablecancellationkinds. -
Uses of CancellationKinds in com.echothree.model.jooq.server.tables.cancellationpolicy
Modifier and TypeClassDescriptionstatic classA subtype implementingPathfor simplified path-based joins.Fields in com.echothree.model.jooq.server.tables.cancellationpolicy declared as CancellationKindsModifier and TypeFieldDescriptionstatic final CancellationKindsCancellationKinds.CancellationKindsThe reference instance ofcancellationkindsMethods in com.echothree.model.jooq.server.tables.cancellationpolicy that return CancellationKindsModifier and TypeMethodDescriptionCancellationKinds.as(org.jooq.Name alias) CancellationKinds.as(org.jooq.Table<?> alias) Rename this tableCancellationKinds.rename(org.jooq.Name name) Rename this tableCancellationKinds.rename(org.jooq.Table<?> name) Rename this tableCreate an inline derived table from this tableCreate an inline derived table from this tableCreate an inline derived table from this tableCancellationKinds.where(Collection<? extends org.jooq.Condition> conditions) Create an inline derived table from this tableCancellationKinds.where(org.jooq.Condition condition) Create an inline derived table from this tableCancellationKinds.where(org.jooq.Condition... conditions) Create an inline derived table from this tableCreate an inline derived table from this tableCancellationKinds.where(org.jooq.SQL condition) Create an inline derived table from this tableCancellationKinds.whereExists(org.jooq.TableLike<?> select) Create an inline derived table from this tableCancellationKinds.whereNotExists(org.jooq.TableLike<?> select) Create an inline derived table from this table