Uses of Class
com.echothree.model.jooq.server.records.content.ContentPageLayoutAreaDescriptions
Packages that use ContentPageLayoutAreaDescriptions
Package
Description
-
Uses of ContentPageLayoutAreaDescriptions in com.echothree.model.jooq.server.keys.content
Fields in com.echothree.model.jooq.server.keys.content with type parameters of type ContentPageLayoutAreaDescriptionsModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<ContentPageLayoutAreaDescriptions> static final org.jooq.ForeignKey<ContentPageLayoutAreaDescriptions, ContentPageLayoutAreas> ContentForeignKeys.CONTENT_PAGE_LAYOUT_AREA_DESCRIPTIONS_CONTENT_PAGE_LAYOUT_AREA_FKstatic final org.jooq.ForeignKey<ContentPageLayoutAreaDescriptions, Languages> ContentForeignKeys.CONTENT_PAGE_LAYOUT_AREA_DESCRIPTIONS_LANGUAGE_FKstatic final org.jooq.UniqueKey<ContentPageLayoutAreaDescriptions> ContentUniqueKeys.CONTENT_PAGE_LAYOUT_AREA_DESCRIPTIONS_PK -
Uses of ContentPageLayoutAreaDescriptions in com.echothree.model.jooq.server.tables.content
Fields in com.echothree.model.jooq.server.tables.content with type parameters of type ContentPageLayoutAreaDescriptionsModifier and TypeFieldDescriptionfinal org.jooq.TableField<ContentPageLayoutAreaDescriptions, ContentPageLayoutAreaPK> ContentPageLayoutAreaDescriptions.CONTENT_PAGE_LAYOUT_AREAThe columncontentpagelayoutareadescriptions.cntplad_cntpla_contentpagelayoutareaid.final org.jooq.TableField<ContentPageLayoutAreaDescriptions, ContentPageLayoutAreaDescriptionPK> ContentPageLayoutAreaDescriptions.CONTENT_PAGE_LAYOUT_AREA_DESCRIPTIONThe columncontentpagelayoutareadescriptions.cntplad_contentpagelayoutareadescriptionid.final org.jooq.TableField<ContentPageLayoutAreaDescriptions, String> ContentPageLayoutAreaDescriptions.DESCRIPTIONThe columncontentpagelayoutareadescriptions.cntplad_description.final org.jooq.TableField<ContentPageLayoutAreaDescriptions, LanguagePK> ContentPageLayoutAreaDescriptions.LANGUAGEThe columncontentpagelayoutareadescriptions.cntplad_lang_languageid.Methods in com.echothree.model.jooq.server.tables.content that return types with arguments of type ContentPageLayoutAreaDescriptionsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<ContentPageLayoutAreaDescriptions> ContentPageLayoutAreaDescriptions.getPrimaryKey()ContentPageLayoutAreaDescriptions.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<ContentPageLayoutAreaDescriptions, ?>> ContentPageLayoutAreaDescriptions.getReferences()List<org.jooq.UniqueKey<ContentPageLayoutAreaDescriptions>> ContentPageLayoutAreaDescriptions.getUniqueKeys()