Uses of Class
com.echothree.model.jooq.server.records.content.ContentSectionDescriptions
Packages that use ContentSectionDescriptions
Package
Description
-
Uses of ContentSectionDescriptions in com.echothree.model.jooq.server.keys.content
Fields in com.echothree.model.jooq.server.keys.content with type parameters of type ContentSectionDescriptionsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<ContentSectionDescriptions, ContentSections> ContentForeignKeys.CONTENT_SECTION_DESCRIPTIONS_CONTENT_SECTION_FKstatic final org.jooq.ForeignKey<ContentSectionDescriptions, Languages> ContentForeignKeys.CONTENT_SECTION_DESCRIPTIONS_LANGUAGE_FKstatic final org.jooq.UniqueKey<ContentSectionDescriptions> ContentUniqueKeys.CONTENT_SECTION_DESCRIPTIONS_PK -
Uses of ContentSectionDescriptions in com.echothree.model.jooq.server.tables.content
Fields in com.echothree.model.jooq.server.tables.content with type parameters of type ContentSectionDescriptionsModifier and TypeFieldDescriptionfinal org.jooq.TableField<ContentSectionDescriptions, ContentSectionPK> ContentSectionDescriptions.CONTENT_SECTIONThe columncontentsectiondescriptions.cntsd_cnts_contentsectionid.final org.jooq.TableField<ContentSectionDescriptions, ContentSectionDescriptionPK> ContentSectionDescriptions.CONTENT_SECTION_DESCRIPTIONThe columncontentsectiondescriptions.cntsd_contentsectiondescriptionid.final org.jooq.TableField<ContentSectionDescriptions, String> ContentSectionDescriptions.DESCRIPTIONThe columncontentsectiondescriptions.cntsd_description.final org.jooq.TableField<ContentSectionDescriptions, Long> ContentSectionDescriptions.FROM_TIMEThe columncontentsectiondescriptions.cntsd_fromtime.final org.jooq.TableField<ContentSectionDescriptions, LanguagePK> ContentSectionDescriptions.LANGUAGEThe columncontentsectiondescriptions.cntsd_lang_languageid.final org.jooq.TableField<ContentSectionDescriptions, Long> ContentSectionDescriptions.THRU_TIMEThe columncontentsectiondescriptions.cntsd_thrutime.Methods in com.echothree.model.jooq.server.tables.content that return types with arguments of type ContentSectionDescriptionsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<ContentSectionDescriptions> ContentSectionDescriptions.getPrimaryKey()ContentSectionDescriptions.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<ContentSectionDescriptions, ?>> ContentSectionDescriptions.getReferences()