Uses of Class
com.echothree.model.jooq.server.tables.offer.OfferUseDetails
Packages that use OfferUseDetails
-
Uses of OfferUseDetails in com.echothree.model.jooq.server
Fields in com.echothree.model.jooq.server declared as OfferUseDetailsModifier and TypeFieldDescriptionstatic final OfferUseDetailsTables.OfferUseDetailsThe tableofferusedetails. -
Uses of OfferUseDetails in com.echothree.model.jooq.server.tables.offer
Subclasses of OfferUseDetails 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 OfferUseDetailsModifier and TypeFieldDescriptionstatic final OfferUseDetailsOfferUseDetails.OfferUseDetailsThe reference instance ofofferusedetailsMethods in com.echothree.model.jooq.server.tables.offer that return OfferUseDetailsModifier and TypeMethodDescriptionOfferUseDetails.as(org.jooq.Name alias) OfferUseDetails.as(org.jooq.Table<?> alias) Rename this tableOfferUseDetails.rename(org.jooq.Name name) Rename this tableOfferUseDetails.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 tableOfferUseDetails.where(Collection<? extends org.jooq.Condition> conditions) Create an inline derived table from this tableOfferUseDetails.where(org.jooq.Condition condition) Create an inline derived table from this tableOfferUseDetails.where(org.jooq.Condition... conditions) Create an inline derived table from this tableCreate an inline derived table from this tableOfferUseDetails.where(org.jooq.SQL condition) Create an inline derived table from this tableOfferUseDetails.whereExists(org.jooq.TableLike<?> select) Create an inline derived table from this tableOfferUseDetails.whereNotExists(org.jooq.TableLike<?> select) Create an inline derived table from this table