Uses of Class
com.echothree.model.jooq.server.tables.campaign.CampaignTermDetails
Packages that use CampaignTermDetails
-
Uses of CampaignTermDetails in com.echothree.model.jooq.server
Fields in com.echothree.model.jooq.server declared as CampaignTermDetailsModifier and TypeFieldDescriptionstatic final CampaignTermDetailsTables.CampaignTermDetailsThe tablecampaigntermdetails. -
Uses of CampaignTermDetails in com.echothree.model.jooq.server.tables.campaign
Subclasses of CampaignTermDetails 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 CampaignTermDetailsModifier and TypeFieldDescriptionstatic final CampaignTermDetailsCampaignTermDetails.CampaignTermDetailsThe reference instance ofcampaigntermdetailsMethods in com.echothree.model.jooq.server.tables.campaign that return CampaignTermDetailsModifier and TypeMethodDescriptionCampaignTermDetails.as(org.jooq.Name alias) CampaignTermDetails.as(org.jooq.Table<?> alias) Rename this tableCampaignTermDetails.rename(org.jooq.Name name) Rename this tableCampaignTermDetails.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 tableCampaignTermDetails.where(Collection<? extends org.jooq.Condition> conditions) Create an inline derived table from this tableCampaignTermDetails.where(org.jooq.Condition condition) Create an inline derived table from this tableCampaignTermDetails.where(org.jooq.Condition... conditions) Create an inline derived table from this tableCreate an inline derived table from this tableCampaignTermDetails.where(org.jooq.SQL condition) Create an inline derived table from this tableCampaignTermDetails.whereExists(org.jooq.TableLike<?> select) Create an inline derived table from this tableCampaignTermDetails.whereNotExists(org.jooq.TableLike<?> select) Create an inline derived table from this table