Uses of Class
com.echothree.model.jooq.server.records.campaign.Campaigns
Packages that use Campaigns
Package
Description
-
Uses of Campaigns in com.echothree.model.jooq.server.keys.campaign
Fields in com.echothree.model.jooq.server.keys.campaign with type parameters of type CampaignsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<CampaignDescriptions, Campaigns> CampaignForeignKeys.CAMPAIGN_DESCRIPTIONS_CAMPAIGN_FKstatic final org.jooq.ForeignKey<CampaignDetails, Campaigns> CampaignForeignKeys.CAMPAIGN_DETAILS_CAMPAIGN_FKstatic final org.jooq.ForeignKey<Campaigns, CampaignDetails> CampaignForeignKeys.CAMPAIGNS_ACTIVE_DETAIL_FKstatic final org.jooq.UniqueKey<Campaigns> CampaignUniqueKeys.CAMPAIGNS_ACTIVE_DETAIL_UKstatic final org.jooq.ForeignKey<Campaigns, CampaignDetails> CampaignForeignKeys.CAMPAIGNS_LAST_DETAIL_FKstatic final org.jooq.UniqueKey<Campaigns> CampaignUniqueKeys.CAMPAIGNS_LAST_DETAIL_UKstatic final org.jooq.UniqueKey<Campaigns> CampaignUniqueKeys.CAMPAIGNS_PKstatic final org.jooq.ForeignKey<UserVisitCampaigns, Campaigns> CampaignForeignKeys.USER_VISIT_CAMPAIGNS_CAMPAIGN_FK -
Uses of Campaigns in com.echothree.model.jooq.server.tables.campaign
Fields in com.echothree.model.jooq.server.tables.campaign with type parameters of type CampaignsModifier and TypeFieldDescriptionfinal org.jooq.TableField<Campaigns, CampaignDetailPK> Campaigns.ACTIVE_DETAILThe columncampaigns.cmpgn_activedetailid.final org.jooq.TableField<Campaigns, CampaignPK> Campaigns.CAMPAIGNThe columncampaigns.cmpgn_campaignid.final org.jooq.TableField<Campaigns, CampaignDetailPK> Campaigns.LAST_DETAILThe columncampaigns.cmpgn_lastdetailid.Methods in com.echothree.model.jooq.server.tables.campaign that return types with arguments of type CampaignsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<Campaigns> Campaigns.getPrimaryKey()Campaigns.getRecordType()The class holding records for this typeCampaigns.getReferences()Campaigns.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.campaign with type arguments of type CampaignsModifierConstructorDescriptionCampaigns(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Campaigns> childPath, org.jooq.InverseForeignKey<O, Campaigns> parentPath) Campaigns(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Campaigns> childPath, org.jooq.InverseForeignKey<O, Campaigns> parentPath) CampaignsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Campaigns> childPath, org.jooq.InverseForeignKey<O, Campaigns> parentPath) CampaignsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Campaigns> childPath, org.jooq.InverseForeignKey<O, Campaigns> parentPath)