Uses of Class
com.echothree.model.jooq.server.records.content.ContentPageDescriptions
Packages that use ContentPageDescriptions
Package
Description
-
Uses of ContentPageDescriptions in com.echothree.model.jooq.server.keys.content
Fields in com.echothree.model.jooq.server.keys.content with type parameters of type ContentPageDescriptionsModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<ContentPageDescriptions> ContentUniqueKeys.CONTENT_PAGE_DESCRIPTIONS_CONTENT_PAGE_AND_LANGUAGE_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<ContentPageDescriptions, ContentPages> ContentForeignKeys.CONTENT_PAGE_DESCRIPTIONS_CONTENT_PAGE_FKstatic final org.jooq.ForeignKey<ContentPageDescriptions, Languages> ContentForeignKeys.CONTENT_PAGE_DESCRIPTIONS_LANGUAGE_FKstatic final org.jooq.UniqueKey<ContentPageDescriptions> ContentUniqueKeys.CONTENT_PAGE_DESCRIPTIONS_PK -
Uses of ContentPageDescriptions in com.echothree.model.jooq.server.tables.content
Fields in com.echothree.model.jooq.server.tables.content with type parameters of type ContentPageDescriptionsModifier and TypeFieldDescriptionfinal org.jooq.TableField<ContentPageDescriptions, ContentPagePK> ContentPageDescriptions.CONTENT_PAGEThe columncontentpagedescriptions.cntpd_cntp_contentpageid.final org.jooq.TableField<ContentPageDescriptions, ContentPageDescriptionPK> ContentPageDescriptions.CONTENT_PAGE_DESCRIPTIONThe columncontentpagedescriptions.cntpd_contentpagedescriptionid.final org.jooq.TableField<ContentPageDescriptions, String> ContentPageDescriptions.DESCRIPTIONThe columncontentpagedescriptions.cntpd_description.final org.jooq.TableField<ContentPageDescriptions, Long> ContentPageDescriptions.FROM_TIMEThe columncontentpagedescriptions.cntpd_fromtime.final org.jooq.TableField<ContentPageDescriptions, LanguagePK> ContentPageDescriptions.LANGUAGEThe columncontentpagedescriptions.cntpd_lang_languageid.final org.jooq.TableField<ContentPageDescriptions, Long> ContentPageDescriptions.THRU_TIMEThe columncontentpagedescriptions.cntpd_thrutime.Methods in com.echothree.model.jooq.server.tables.content that return types with arguments of type ContentPageDescriptionsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<ContentPageDescriptions> ContentPageDescriptions.getPrimaryKey()ContentPageDescriptions.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<ContentPageDescriptions, ?>> ContentPageDescriptions.getReferences()List<org.jooq.UniqueKey<ContentPageDescriptions>> ContentPageDescriptions.getUniqueKeys()