Uses of Class
com.echothree.model.jooq.server.records.content.ContentPageLayoutDescriptions
Packages that use ContentPageLayoutDescriptions
Package
Description
-
Uses of ContentPageLayoutDescriptions in com.echothree.model.jooq.server.keys.content
Fields in com.echothree.model.jooq.server.keys.content with type parameters of type ContentPageLayoutDescriptionsModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<ContentPageLayoutDescriptions> ContentUniqueKeys.CONTENT_PAGE_LAYOUT_DESCRIPTIONS_CONTENT_PAGE_LAYOUT_AND_LANGUAGE_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<ContentPageLayoutDescriptions, ContentPageLayouts> ContentForeignKeys.CONTENT_PAGE_LAYOUT_DESCRIPTIONS_CONTENT_PAGE_LAYOUT_FKstatic final org.jooq.ForeignKey<ContentPageLayoutDescriptions, Languages> ContentForeignKeys.CONTENT_PAGE_LAYOUT_DESCRIPTIONS_LANGUAGE_FKstatic final org.jooq.UniqueKey<ContentPageLayoutDescriptions> ContentUniqueKeys.CONTENT_PAGE_LAYOUT_DESCRIPTIONS_PK -
Uses of ContentPageLayoutDescriptions in com.echothree.model.jooq.server.tables.content
Fields in com.echothree.model.jooq.server.tables.content with type parameters of type ContentPageLayoutDescriptionsModifier and TypeFieldDescriptionfinal org.jooq.TableField<ContentPageLayoutDescriptions, ContentPageLayoutPK> ContentPageLayoutDescriptions.CONTENT_PAGE_LAYOUTThe columncontentpagelayoutdescriptions.cntpld_cntpl_contentpagelayoutid.final org.jooq.TableField<ContentPageLayoutDescriptions, ContentPageLayoutDescriptionPK> ContentPageLayoutDescriptions.CONTENT_PAGE_LAYOUT_DESCRIPTIONThe columncontentpagelayoutdescriptions.cntpld_contentpagelayoutdescriptionid.final org.jooq.TableField<ContentPageLayoutDescriptions, String> ContentPageLayoutDescriptions.DESCRIPTIONThe columncontentpagelayoutdescriptions.cntpld_description.final org.jooq.TableField<ContentPageLayoutDescriptions, Long> ContentPageLayoutDescriptions.FROM_TIMEThe columncontentpagelayoutdescriptions.cntpld_fromtime.final org.jooq.TableField<ContentPageLayoutDescriptions, LanguagePK> ContentPageLayoutDescriptions.LANGUAGEThe columncontentpagelayoutdescriptions.cntpld_lang_languageid.final org.jooq.TableField<ContentPageLayoutDescriptions, Long> ContentPageLayoutDescriptions.THRU_TIMEThe columncontentpagelayoutdescriptions.cntpld_thrutime.Methods in com.echothree.model.jooq.server.tables.content that return types with arguments of type ContentPageLayoutDescriptionsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<ContentPageLayoutDescriptions> ContentPageLayoutDescriptions.getPrimaryKey()ContentPageLayoutDescriptions.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<ContentPageLayoutDescriptions, ?>> ContentPageLayoutDescriptions.getReferences()List<org.jooq.UniqueKey<ContentPageLayoutDescriptions>> ContentPageLayoutDescriptions.getUniqueKeys()