Uses of Class
com.echothree.model.jooq.server.records.offer.OfferItems
Packages that use OfferItems
Package
Description
-
Uses of OfferItems in com.echothree.model.jooq.server.keys.offer
Fields in com.echothree.model.jooq.server.keys.offer with type parameters of type OfferItemsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<OfferItemPrices, OfferItems> OfferForeignKeys.OFFER_ITEM_PRICES_OFFER_ITEM_FKstatic final org.jooq.ForeignKey<OfferItems, Items> OfferForeignKeys.OFFER_ITEMS_ITEM_FKstatic final org.jooq.UniqueKey<OfferItems> OfferUniqueKeys.OFFER_ITEMS_OFFER_AND_ITEM_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<OfferItems, Offers> OfferForeignKeys.OFFER_ITEMS_OFFER_FKstatic final org.jooq.UniqueKey<OfferItems> OfferUniqueKeys.OFFER_ITEMS_PK -
Uses of OfferItems in com.echothree.model.jooq.server.tables.offer
Fields in com.echothree.model.jooq.server.tables.offer with type parameters of type OfferItemsModifier and TypeFieldDescriptionfinal org.jooq.TableField<OfferItems, Long> OfferItems.FROM_TIMEThe columnofferitems.ofri_fromtime.final org.jooq.TableField<OfferItems, ItemPK> OfferItems.ITEMThe columnofferitems.ofri_itm_itemid.final org.jooq.TableField<OfferItems, OfferPK> OfferItems.OFFERThe columnofferitems.ofri_ofr_offerid.final org.jooq.TableField<OfferItems, OfferItemPK> OfferItems.OFFER_ITEMThe columnofferitems.ofri_offeritemid.final org.jooq.TableField<OfferItems, Long> OfferItems.THRU_TIMEThe columnofferitems.ofri_thrutime.Methods in com.echothree.model.jooq.server.tables.offer that return types with arguments of type OfferItemsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<OfferItems> OfferItems.getPrimaryKey()OfferItems.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<OfferItems, ?>> OfferItems.getReferences()List<org.jooq.UniqueKey<OfferItems>> OfferItems.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.offer with type arguments of type OfferItemsModifierConstructorDescriptionOfferItems(org.jooq.Table<O> path, org.jooq.ForeignKey<O, OfferItems> childPath, org.jooq.InverseForeignKey<O, OfferItems> parentPath) OfferItems(org.jooq.Table<O> path, org.jooq.ForeignKey<O, OfferItems> childPath, org.jooq.InverseForeignKey<O, OfferItems> parentPath) OfferItemsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, OfferItems> childPath, org.jooq.InverseForeignKey<O, OfferItems> parentPath) OfferItemsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, OfferItems> childPath, org.jooq.InverseForeignKey<O, OfferItems> parentPath)