Uses of Class
com.echothree.model.jooq.server.records.associate.AssociateReferrals
Packages that use AssociateReferrals
Package
Description
-
Uses of AssociateReferrals in com.echothree.model.jooq.server.keys.associate
Fields in com.echothree.model.jooq.server.keys.associate with type parameters of type AssociateReferralsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<AssociateReferralDetails, AssociateReferrals> AssociateForeignKeys.ASSOCIATE_REFERRAL_DETAILS_ASSOCIATE_REFERRAL_FKstatic final org.jooq.ForeignKey<AssociateReferrals, AssociateReferralDetails> AssociateForeignKeys.ASSOCIATE_REFERRALS_ACTIVE_DETAIL_FKstatic final org.jooq.UniqueKey<AssociateReferrals> AssociateUniqueKeys.ASSOCIATE_REFERRALS_ACTIVE_DETAIL_UKstatic final org.jooq.ForeignKey<AssociateReferrals, AssociateReferralDetails> AssociateForeignKeys.ASSOCIATE_REFERRALS_LAST_DETAIL_FKstatic final org.jooq.UniqueKey<AssociateReferrals> AssociateUniqueKeys.ASSOCIATE_REFERRALS_LAST_DETAIL_UKstatic final org.jooq.UniqueKey<AssociateReferrals> AssociateUniqueKeys.ASSOCIATE_REFERRALS_PK -
Uses of AssociateReferrals in com.echothree.model.jooq.server.keys.sales
Fields in com.echothree.model.jooq.server.keys.sales with type parameters of type AssociateReferralsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<SalesOrderLines, AssociateReferrals> SalesForeignKeys.SALES_ORDER_LINES_ASSOCIATE_REFERRAL_FKstatic final org.jooq.ForeignKey<SalesOrders, AssociateReferrals> SalesForeignKeys.SALES_ORDERS_ASSOCIATE_REFERRAL_FK -
Uses of AssociateReferrals in com.echothree.model.jooq.server.keys.user
Fields in com.echothree.model.jooq.server.keys.user with type parameters of type AssociateReferralsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<UserVisits, AssociateReferrals> UserForeignKeys.USER_VISITS_ASSOCIATE_REFERRAL_FK -
Uses of AssociateReferrals in com.echothree.model.jooq.server.keys.wishlist
Fields in com.echothree.model.jooq.server.keys.wishlist with type parameters of type AssociateReferralsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<WishlistLines, AssociateReferrals> WishlistForeignKeys.WISHLIST_LINES_ASSOCIATE_REFERRAL_FK -
Uses of AssociateReferrals in com.echothree.model.jooq.server.tables.associate
Fields in com.echothree.model.jooq.server.tables.associate with type parameters of type AssociateReferralsModifier and TypeFieldDescriptionfinal org.jooq.TableField<AssociateReferrals, AssociateReferralDetailPK> AssociateReferrals.ACTIVE_DETAILThe columnassociatereferrals.ascrfr_activedetailid.final org.jooq.TableField<AssociateReferrals, AssociateReferralPK> AssociateReferrals.ASSOCIATE_REFERRALThe columnassociatereferrals.ascrfr_associatereferralid.final org.jooq.TableField<AssociateReferrals, AssociateReferralDetailPK> AssociateReferrals.LAST_DETAILThe columnassociatereferrals.ascrfr_lastdetailid.Methods in com.echothree.model.jooq.server.tables.associate that return types with arguments of type AssociateReferralsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<AssociateReferrals> AssociateReferrals.getPrimaryKey()AssociateReferrals.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<AssociateReferrals, ?>> AssociateReferrals.getReferences()List<org.jooq.UniqueKey<AssociateReferrals>> AssociateReferrals.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.associate with type arguments of type AssociateReferralsModifierConstructorDescriptionAssociateReferrals(org.jooq.Table<O> path, org.jooq.ForeignKey<O, AssociateReferrals> childPath, org.jooq.InverseForeignKey<O, AssociateReferrals> parentPath) AssociateReferrals(org.jooq.Table<O> path, org.jooq.ForeignKey<O, AssociateReferrals> childPath, org.jooq.InverseForeignKey<O, AssociateReferrals> parentPath) AssociateReferralsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, AssociateReferrals> childPath, org.jooq.InverseForeignKey<O, AssociateReferrals> parentPath) AssociateReferralsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, AssociateReferrals> childPath, org.jooq.InverseForeignKey<O, AssociateReferrals> parentPath)