Uses of Class
com.echothree.model.jooq.server.tables.cancellationpolicy.CancellationReasons
Packages that use CancellationReasons
Package
Description
-
Uses of CancellationReasons in com.echothree.model.jooq.server
Fields in com.echothree.model.jooq.server declared as CancellationReasonsModifier and TypeFieldDescriptionstatic final CancellationReasonsTables.CancellationReasonsThe tablecancellationreasons. -
Uses of CancellationReasons 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 CancellationReasonsModifier and TypeFieldDescriptionstatic final CancellationReasonsCancellationReasons.CancellationReasonsThe reference instance ofcancellationreasonsMethods in com.echothree.model.jooq.server.tables.cancellationpolicy that return CancellationReasonsModifier and TypeMethodDescriptionCancellationReasons.as(org.jooq.Name alias) CancellationReasons.as(org.jooq.Table<?> alias) Rename this tableCancellationReasons.rename(org.jooq.Name name) Rename this tableCancellationReasons.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 tableCancellationReasons.where(Collection<? extends org.jooq.Condition> conditions) Create an inline derived table from this tableCancellationReasons.where(org.jooq.Condition condition) Create an inline derived table from this tableCancellationReasons.where(org.jooq.Condition... conditions) Create an inline derived table from this tableCreate an inline derived table from this tableCancellationReasons.where(org.jooq.SQL condition) Create an inline derived table from this tableCancellationReasons.whereExists(org.jooq.TableLike<?> select) Create an inline derived table from this tableCancellationReasons.whereNotExists(org.jooq.TableLike<?> select) Create an inline derived table from this table