Uses of Class
com.echothree.model.jooq.server.tables.offer.OfferItems
Packages that use OfferItems
-
Uses of OfferItems in com.echothree.model.jooq.server
Fields in com.echothree.model.jooq.server declared as OfferItems -
Uses of OfferItems in com.echothree.model.jooq.server.tables.offer
Subclasses of OfferItems 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 OfferItemsModifier and TypeFieldDescriptionstatic final OfferItemsOfferItems.OfferItemsThe reference instance ofofferitemsMethods in com.echothree.model.jooq.server.tables.offer that return OfferItemsModifier and TypeMethodDescriptionOfferItems.as(org.jooq.Name alias) OfferItems.as(org.jooq.Table<?> alias) Rename this tableOfferItems.rename(org.jooq.Name name) Rename this tableOfferItems.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 tableOfferItems.where(Collection<? extends org.jooq.Condition> conditions) Create an inline derived table from this tableOfferItems.where(org.jooq.Condition condition) Create an inline derived table from this tableOfferItems.where(org.jooq.Condition... conditions) Create an inline derived table from this tableCreate an inline derived table from this tableOfferItems.where(org.jooq.SQL condition) Create an inline derived table from this tableOfferItems.whereExists(org.jooq.TableLike<?> select) Create an inline derived table from this tableOfferItems.whereNotExists(org.jooq.TableLike<?> select) Create an inline derived table from this table