Uses of Class
com.echothree.model.jooq.server.records.content.ContentSections
Packages that use ContentSections
Package
Description
-
Uses of ContentSections in com.echothree.model.jooq.server.keys.content
Fields in com.echothree.model.jooq.server.keys.content with type parameters of type ContentSectionsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<ContentPageDetails, ContentSections> ContentForeignKeys.CONTENT_PAGE_DETAILS_CONTENT_SECTION_FKstatic final org.jooq.ForeignKey<ContentSectionDescriptions, ContentSections> ContentForeignKeys.CONTENT_SECTION_DESCRIPTIONS_CONTENT_SECTION_FKstatic final org.jooq.ForeignKey<ContentSectionDetails, ContentSections> ContentForeignKeys.CONTENT_SECTION_DETAILS_CONTENT_SECTION_FKstatic final org.jooq.ForeignKey<ContentSectionDetails, ContentSections> ContentForeignKeys.CONTENT_SECTION_DETAILS_PARENT_CONTENT_SECTION_FKstatic final org.jooq.ForeignKey<ContentSections, ContentSectionDetails> ContentForeignKeys.CONTENT_SECTIONS_ACTIVE_DETAIL_FKstatic final org.jooq.UniqueKey<ContentSections> ContentUniqueKeys.CONTENT_SECTIONS_ACTIVE_DETAIL_UKstatic final org.jooq.ForeignKey<ContentSections, ContentSectionDetails> ContentForeignKeys.CONTENT_SECTIONS_LAST_DETAIL_FKstatic final org.jooq.UniqueKey<ContentSections> ContentUniqueKeys.CONTENT_SECTIONS_LAST_DETAIL_UKstatic final org.jooq.UniqueKey<ContentSections> ContentUniqueKeys.CONTENT_SECTIONS_PK -
Uses of ContentSections in com.echothree.model.jooq.server.tables.content
Fields in com.echothree.model.jooq.server.tables.content with type parameters of type ContentSectionsModifier and TypeFieldDescriptionfinal org.jooq.TableField<ContentSections, ContentSectionDetailPK> ContentSections.ACTIVE_DETAILThe columncontentsections.cnts_activedetailid.final org.jooq.TableField<ContentSections, ContentSectionPK> ContentSections.CONTENT_SECTIONThe columncontentsections.cnts_contentsectionid.final org.jooq.TableField<ContentSections, ContentSectionDetailPK> ContentSections.LAST_DETAILThe columncontentsections.cnts_lastdetailid.Methods in com.echothree.model.jooq.server.tables.content that return types with arguments of type ContentSectionsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<ContentSections> ContentSections.getPrimaryKey()ContentSections.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<ContentSections, ?>> ContentSections.getReferences()List<org.jooq.UniqueKey<ContentSections>> ContentSections.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.content with type arguments of type ContentSectionsModifierConstructorDescriptionContentSections(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ContentSections> childPath, org.jooq.InverseForeignKey<O, ContentSections> parentPath) ContentSections(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ContentSections> childPath, org.jooq.InverseForeignKey<O, ContentSections> parentPath) ContentSectionsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ContentSections> childPath, org.jooq.InverseForeignKey<O, ContentSections> parentPath) ContentSectionsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ContentSections> childPath, org.jooq.InverseForeignKey<O, ContentSections> parentPath)