Uses of Class
com.echothree.model.jooq.server.tables.cancellationpolicy.CancellationKindDetails
Packages that use CancellationKindDetails
Package
Description
-
Uses of CancellationKindDetails in com.echothree.model.jooq.server
Fields in com.echothree.model.jooq.server declared as CancellationKindDetailsModifier and TypeFieldDescriptionstatic final CancellationKindDetailsTables.CancellationKindDetailsThe tablecancellationkinddetails. -
Uses of CancellationKindDetails 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 CancellationKindDetailsModifier and TypeFieldDescriptionstatic final CancellationKindDetailsCancellationKindDetails.CancellationKindDetailsThe reference instance ofcancellationkinddetailsMethods in com.echothree.model.jooq.server.tables.cancellationpolicy that return CancellationKindDetailsModifier and TypeMethodDescriptionCancellationKindDetails.as(org.jooq.Name alias) CancellationKindDetails.as(org.jooq.Table<?> alias) Rename this tableCancellationKindDetails.rename(org.jooq.Name name) Rename this tableCancellationKindDetails.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 tableCancellationKindDetails.where(Collection<? extends org.jooq.Condition> conditions) Create an inline derived table from this tableCancellationKindDetails.where(org.jooq.Condition condition) Create an inline derived table from this tableCancellationKindDetails.where(org.jooq.Condition... conditions) Create an inline derived table from this tableCreate an inline derived table from this tableCancellationKindDetails.where(org.jooq.SQL condition) Create an inline derived table from this tableCancellationKindDetails.whereExists(org.jooq.TableLike<?> select) Create an inline derived table from this tableCancellationKindDetails.whereNotExists(org.jooq.TableLike<?> select) Create an inline derived table from this table