Uses of Class
com.echothree.model.jooq.server.tables.cancellationpolicy.CancellationPolicyTranslations
Packages that use CancellationPolicyTranslations
Package
Description
-
Uses of CancellationPolicyTranslations in com.echothree.model.jooq.server
Fields in com.echothree.model.jooq.server declared as CancellationPolicyTranslationsModifier and TypeFieldDescriptionstatic final CancellationPolicyTranslationsThe tablecancellationpolicytranslations. -
Uses of CancellationPolicyTranslations in com.echothree.model.jooq.server.tables.cancellationpolicy
Fields in com.echothree.model.jooq.server.tables.cancellationpolicy declared as CancellationPolicyTranslationsModifier and TypeFieldDescriptionstatic final CancellationPolicyTranslationsCancellationPolicyTranslations.CancellationPolicyTranslationsThe reference instance ofcancellationpolicytranslationsMethods in com.echothree.model.jooq.server.tables.cancellationpolicy that return CancellationPolicyTranslationsModifier and TypeMethodDescriptionCancellationPolicyTranslations.as(org.jooq.Name alias) CancellationPolicyTranslations.as(org.jooq.Table<?> alias) Rename this tableCancellationPolicyTranslations.rename(org.jooq.Name name) Rename this tableCancellationPolicyTranslations.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 tableCancellationPolicyTranslations.where(Collection<? extends org.jooq.Condition> conditions) Create an inline derived table from this tableCancellationPolicyTranslations.where(org.jooq.Condition condition) Create an inline derived table from this tableCancellationPolicyTranslations.where(org.jooq.Condition... conditions) Create an inline derived table from this tableCreate an inline derived table from this tableCancellationPolicyTranslations.where(org.jooq.SQL condition) Create an inline derived table from this tableCancellationPolicyTranslations.whereExists(org.jooq.TableLike<?> select) Create an inline derived table from this tableCancellationPolicyTranslations.whereNotExists(org.jooq.TableLike<?> select) Create an inline derived table from this table