Uses of Class
com.echothree.model.jooq.server.records.offer.Uses
Packages that use Uses
Package
Description
-
Uses of Uses in com.echothree.model.jooq.server.keys.offer
Fields in com.echothree.model.jooq.server.keys.offer with type parameters of type UsesModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<OfferUseDetails, Uses> OfferForeignKeys.OFFER_USE_DETAILS_USE_FKstatic final org.jooq.ForeignKey<UseDescriptions, Uses> OfferForeignKeys.USE_DESCRIPTIONS_USE_FKstatic final org.jooq.ForeignKey<UseDetails, Uses> OfferForeignKeys.USE_DETAILS_USE_FKstatic final org.jooq.ForeignKey<Uses, UseDetails> OfferForeignKeys.USES_ACTIVE_DETAIL_FKstatic final org.jooq.UniqueKey<Uses> OfferUniqueKeys.USES_ACTIVE_DETAIL_UKstatic final org.jooq.ForeignKey<Uses, UseDetails> OfferForeignKeys.USES_LAST_DETAIL_FKstatic final org.jooq.UniqueKey<Uses> OfferUniqueKeys.USES_LAST_DETAIL_UKstatic final org.jooq.UniqueKey<Uses> OfferUniqueKeys.USES_PK -
Uses of Uses in com.echothree.model.jooq.server.tables.offer
Fields in com.echothree.model.jooq.server.tables.offer with type parameters of type UsesModifier and TypeFieldDescriptionfinal org.jooq.TableField<Uses, UseDetailPK> Uses.ACTIVE_DETAILThe columnuses.use_activedetailid.final org.jooq.TableField<Uses, UseDetailPK> Uses.LAST_DETAILThe columnuses.use_lastdetailid.Uses.USEThe columnuses.use_useid.Methods in com.echothree.model.jooq.server.tables.offer that return types with arguments of type UsesModifier and TypeMethodDescriptionorg.jooq.UniqueKey<Uses> Uses.getPrimaryKey()Uses.getRecordType()The class holding records for this typeUses.getReferences()Uses.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.offer with type arguments of type UsesModifierConstructorDescriptionUses(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Uses> childPath, org.jooq.InverseForeignKey<O, Uses> parentPath) Uses(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Uses> childPath, org.jooq.InverseForeignKey<O, Uses> parentPath) UsesPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Uses> childPath, org.jooq.InverseForeignKey<O, Uses> parentPath) UsesPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Uses> childPath, org.jooq.InverseForeignKey<O, Uses> parentPath)