Uses of Class
com.echothree.model.jooq.server.tables.offer.OfferDetails
Packages that use OfferDetails
-
Uses of OfferDetails in com.echothree.model.jooq.server
Fields in com.echothree.model.jooq.server declared as OfferDetailsModifier and TypeFieldDescriptionstatic final OfferDetailsTables.OfferDetailsThe tableofferdetails. -
Uses of OfferDetails in com.echothree.model.jooq.server.tables.offer
Subclasses of OfferDetails 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 OfferDetailsModifier and TypeFieldDescriptionstatic final OfferDetailsOfferDetails.OfferDetailsThe reference instance ofofferdetailsMethods in com.echothree.model.jooq.server.tables.offer that return OfferDetailsModifier and TypeMethodDescriptionOfferDetails.as(org.jooq.Name alias) OfferDetails.as(org.jooq.Table<?> alias) Rename this tableOfferDetails.rename(org.jooq.Name name) Rename this tableOfferDetails.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 tableOfferDetails.where(Collection<? extends org.jooq.Condition> conditions) Create an inline derived table from this tableOfferDetails.where(org.jooq.Condition condition) Create an inline derived table from this tableOfferDetails.where(org.jooq.Condition... conditions) Create an inline derived table from this tableCreate an inline derived table from this tableOfferDetails.where(org.jooq.SQL condition) Create an inline derived table from this tableOfferDetails.whereExists(org.jooq.TableLike<?> select) Create an inline derived table from this tableOfferDetails.whereNotExists(org.jooq.TableLike<?> select) Create an inline derived table from this table