Uses of Class
com.echothree.model.jooq.server.records.offer.OfferTimes
Packages that use OfferTimes
Package
Description
-
Uses of OfferTimes in com.echothree.model.jooq.server.keys.offer
Fields in com.echothree.model.jooq.server.keys.offer with type parameters of type OfferTimesModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<OfferTimes, Offers> OfferForeignKeys.OFFER_TIMES_OFFER_FKstatic final org.jooq.UniqueKey<OfferTimes> OfferUniqueKeys.OFFER_TIMES_OFFER_UKstatic final org.jooq.UniqueKey<OfferTimes> OfferUniqueKeys.OFFER_TIMES_PK -
Uses of OfferTimes in com.echothree.model.jooq.server.tables.offer
Fields in com.echothree.model.jooq.server.tables.offer with type parameters of type OfferTimesModifier and TypeFieldDescriptionfinal org.jooq.TableField<OfferTimes, Long> OfferTimes.LAST_EVALUATION_TIMEThe columnoffertimes.ofrtm_lastevaluationtime.final org.jooq.TableField<OfferTimes, Long> OfferTimes.MAX_ITEM_CREATED_TIMEThe columnoffertimes.ofrtm_maxitemcreatedtime.final org.jooq.TableField<OfferTimes, Long> OfferTimes.MAX_ITEM_DELETED_TIMEThe columnoffertimes.ofrtm_maxitemdeletedtime.final org.jooq.TableField<OfferTimes, Long> OfferTimes.MAX_ITEM_MODIFIED_TIMEThe columnoffertimes.ofrtm_maxitemmodifiedtime.final org.jooq.TableField<OfferTimes, OfferPK> OfferTimes.OFFERThe columnoffertimes.ofrtm_ofr_offerid.final org.jooq.TableField<OfferTimes, OfferTimePK> OfferTimes.OFFER_TIMEThe columnoffertimes.ofrtm_offertimeid.Methods in com.echothree.model.jooq.server.tables.offer that return types with arguments of type OfferTimesModifier and TypeMethodDescriptionorg.jooq.UniqueKey<OfferTimes> OfferTimes.getPrimaryKey()OfferTimes.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<OfferTimes, ?>> OfferTimes.getReferences()List<org.jooq.UniqueKey<OfferTimes>> OfferTimes.getUniqueKeys()