Uses of Class
com.echothree.model.jooq.server.records.content.ContentSectionDetails
Packages that use ContentSectionDetails
Package
Description
-
Uses of ContentSectionDetails in com.echothree.model.jooq.server.keys.content
Fields in com.echothree.model.jooq.server.keys.content with type parameters of type ContentSectionDetailsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<ContentSectionDetails, ContentCollections> ContentForeignKeys.CONTENT_SECTION_DETAILS_CONTENT_COLLECTION_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.UniqueKey<ContentSectionDetails> ContentUniqueKeys.CONTENT_SECTION_DETAILS_PKstatic final org.jooq.ForeignKey<ContentSections, ContentSectionDetails> ContentForeignKeys.CONTENT_SECTIONS_ACTIVE_DETAIL_FKstatic final org.jooq.ForeignKey<ContentSections, ContentSectionDetails> ContentForeignKeys.CONTENT_SECTIONS_LAST_DETAIL_FK -
Uses of ContentSectionDetails in com.echothree.model.jooq.server.tables.content
Fields in com.echothree.model.jooq.server.tables.content with type parameters of type ContentSectionDetailsModifier and TypeFieldDescriptionfinal org.jooq.TableField<ContentSectionDetails, ContentCollectionPK> ContentSectionDetails.CONTENT_COLLECTIONThe columncontentsectiondetails.cntsdt_cntc_contentcollectionid.final org.jooq.TableField<ContentSectionDetails, ContentSectionPK> ContentSectionDetails.CONTENT_SECTIONThe columncontentsectiondetails.cntsdt_cnts_contentsectionid.final org.jooq.TableField<ContentSectionDetails, ContentSectionDetailPK> ContentSectionDetails.CONTENT_SECTION_DETAILThe columncontentsectiondetails.cntsdt_contentsectiondetailid.final org.jooq.TableField<ContentSectionDetails, String> ContentSectionDetails.CONTENT_SECTION_NAMEThe columncontentsectiondetails.cntsdt_contentsectionname.final org.jooq.TableField<ContentSectionDetails, Long> ContentSectionDetails.FROM_TIMEThe columncontentsectiondetails.cntsdt_fromtime.final org.jooq.TableField<ContentSectionDetails, Boolean> ContentSectionDetails.IS_DEFAULTThe columncontentsectiondetails.cntsdt_isdefault.final org.jooq.TableField<ContentSectionDetails, ContentSectionPK> ContentSectionDetails.PARENT_CONTENT_SECTIONThe columncontentsectiondetails.cntsdt_parentcontentsectionid.final org.jooq.TableField<ContentSectionDetails, Integer> ContentSectionDetails.SORT_ORDERThe columncontentsectiondetails.cntsdt_sortorder.final org.jooq.TableField<ContentSectionDetails, Long> ContentSectionDetails.THRU_TIMEThe columncontentsectiondetails.cntsdt_thrutime.Methods in com.echothree.model.jooq.server.tables.content that return types with arguments of type ContentSectionDetailsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<ContentSectionDetails> ContentSectionDetails.getPrimaryKey()ContentSectionDetails.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<ContentSectionDetails, ?>> ContentSectionDetails.getReferences()Constructor parameters in com.echothree.model.jooq.server.tables.content with type arguments of type ContentSectionDetailsModifierConstructorDescriptionContentSectionDetails(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ContentSectionDetails> childPath, org.jooq.InverseForeignKey<O, ContentSectionDetails> parentPath) ContentSectionDetails(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ContentSectionDetails> childPath, org.jooq.InverseForeignKey<O, ContentSectionDetails> parentPath) ContentSectionDetailsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ContentSectionDetails> childPath, org.jooq.InverseForeignKey<O, ContentSectionDetails> parentPath) ContentSectionDetailsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ContentSectionDetails> childPath, org.jooq.InverseForeignKey<O, ContentSectionDetails> parentPath)