Uses of Class
com.echothree.model.jooq.server.tables.campaign.CampaignContentDetails
Packages that use CampaignContentDetails
-
Uses of CampaignContentDetails in com.echothree.model.jooq.server
Fields in com.echothree.model.jooq.server declared as CampaignContentDetailsModifier and TypeFieldDescriptionstatic final CampaignContentDetailsTables.CampaignContentDetailsThe tablecampaigncontentdetails. -
Uses of CampaignContentDetails in com.echothree.model.jooq.server.tables.campaign
Subclasses of CampaignContentDetails in com.echothree.model.jooq.server.tables.campaignModifier and TypeClassDescriptionstatic classA subtype implementingPathfor simplified path-based joins.Fields in com.echothree.model.jooq.server.tables.campaign declared as CampaignContentDetailsModifier and TypeFieldDescriptionstatic final CampaignContentDetailsCampaignContentDetails.CampaignContentDetailsThe reference instance ofcampaigncontentdetailsMethods in com.echothree.model.jooq.server.tables.campaign that return CampaignContentDetailsModifier and TypeMethodDescriptionCampaignContentDetails.as(org.jooq.Name alias) CampaignContentDetails.as(org.jooq.Table<?> alias) Rename this tableCampaignContentDetails.rename(org.jooq.Name name) Rename this tableCampaignContentDetails.rename(org.jooq.Table<?> name) Rename this tableCreate an inline derived table from this tableCreate an inline derived table from this tableCreate an inline derived table from this tableCampaignContentDetails.where(Collection<? extends org.jooq.Condition> conditions) Create an inline derived table from this tableCampaignContentDetails.where(org.jooq.Condition condition) Create an inline derived table from this tableCampaignContentDetails.where(org.jooq.Condition... conditions) Create an inline derived table from this tableCreate an inline derived table from this tableCampaignContentDetails.where(org.jooq.SQL condition) Create an inline derived table from this tableCampaignContentDetails.whereExists(org.jooq.TableLike<?> select) Create an inline derived table from this tableCampaignContentDetails.whereNotExists(org.jooq.TableLike<?> select) Create an inline derived table from this table