Uses of Class
com.echothree.model.jooq.server.tables.offer.OfferNameElementDescriptions
Packages that use OfferNameElementDescriptions
-
Uses of OfferNameElementDescriptions in com.echothree.model.jooq.server
Fields in com.echothree.model.jooq.server declared as OfferNameElementDescriptionsModifier and TypeFieldDescriptionstatic final OfferNameElementDescriptionsTables.OfferNameElementDescriptionsThe tableoffernameelementdescriptions. -
Uses of OfferNameElementDescriptions in com.echothree.model.jooq.server.tables.offer
Fields in com.echothree.model.jooq.server.tables.offer declared as OfferNameElementDescriptionsModifier and TypeFieldDescriptionstatic final OfferNameElementDescriptionsOfferNameElementDescriptions.OfferNameElementDescriptionsThe reference instance ofoffernameelementdescriptionsMethods in com.echothree.model.jooq.server.tables.offer that return OfferNameElementDescriptionsModifier and TypeMethodDescriptionOfferNameElementDescriptions.as(org.jooq.Name alias) OfferNameElementDescriptions.as(org.jooq.Table<?> alias) Rename this tableOfferNameElementDescriptions.rename(org.jooq.Name name) Rename this tableOfferNameElementDescriptions.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 tableOfferNameElementDescriptions.where(Collection<? extends org.jooq.Condition> conditions) Create an inline derived table from this tableOfferNameElementDescriptions.where(org.jooq.Condition condition) Create an inline derived table from this tableOfferNameElementDescriptions.where(org.jooq.Condition... conditions) Create an inline derived table from this tableCreate an inline derived table from this tableOfferNameElementDescriptions.where(org.jooq.SQL condition) Create an inline derived table from this tableOfferNameElementDescriptions.whereExists(org.jooq.TableLike<?> select) Create an inline derived table from this tableOfferNameElementDescriptions.whereNotExists(org.jooq.TableLike<?> select) Create an inline derived table from this table