Uses of Class
com.echothree.model.jooq.server.tables.offer.Offers
Packages that use Offers
-
Uses of Offers in com.echothree.model.jooq.server
Fields in com.echothree.model.jooq.server declared as Offers -
Uses of Offers in com.echothree.model.jooq.server.tables.offer
Subclasses of Offers in com.echothree.model.jooq.server.tables.offerModifier and TypeClassDescriptionstatic classA subtype implementingPathfor simplified path-based joins.Fields in com.echothree.model.jooq.server.tables.offer declared as OffersModifier and TypeFieldDescriptionstatic final OffersOffers.OffersThe reference instance ofoffersMethods in com.echothree.model.jooq.server.tables.offer that return OffersModifier and TypeMethodDescriptionOffers.as(org.jooq.Name alias) Offers.as(org.jooq.Table<?> alias) Rename this tableOffers.rename(org.jooq.Name name) Rename this tableOffers.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 tableOffers.where(Collection<? extends org.jooq.Condition> conditions) Create an inline derived table from this tableOffers.where(org.jooq.Condition condition) Create an inline derived table from this tableOffers.where(org.jooq.Condition... conditions) Create an inline derived table from this tableCreate an inline derived table from this tableOffers.where(org.jooq.SQL condition) Create an inline derived table from this tableOffers.whereExists(org.jooq.TableLike<?> select) Create an inline derived table from this tableOffers.whereNotExists(org.jooq.TableLike<?> select) Create an inline derived table from this table