Uses of Class
com.echothree.model.jooq.server.records.content.ContentPages
Packages that use ContentPages
Package
Description
-
Uses of ContentPages in com.echothree.model.jooq.server.keys.content
Fields in com.echothree.model.jooq.server.keys.content with type parameters of type ContentPagesModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<ContentPageAreaDetails, ContentPages> ContentForeignKeys.CONTENT_PAGE_AREA_DETAILS_CONTENT_PAGE_FKstatic final org.jooq.ForeignKey<ContentPageDescriptions, ContentPages> ContentForeignKeys.CONTENT_PAGE_DESCRIPTIONS_CONTENT_PAGE_FKstatic final org.jooq.ForeignKey<ContentPageDetails, ContentPages> ContentForeignKeys.CONTENT_PAGE_DETAILS_CONTENT_PAGE_FKstatic final org.jooq.ForeignKey<ContentPages, ContentPageDetails> ContentForeignKeys.CONTENT_PAGES_ACTIVE_DETAIL_FKstatic final org.jooq.UniqueKey<ContentPages> ContentUniqueKeys.CONTENT_PAGES_ACTIVE_DETAIL_UKstatic final org.jooq.ForeignKey<ContentPages, ContentPageDetails> ContentForeignKeys.CONTENT_PAGES_LAST_DETAIL_FKstatic final org.jooq.UniqueKey<ContentPages> ContentUniqueKeys.CONTENT_PAGES_LAST_DETAIL_UKstatic final org.jooq.UniqueKey<ContentPages> ContentUniqueKeys.CONTENT_PAGES_PK -
Uses of ContentPages in com.echothree.model.jooq.server.tables.content
Fields in com.echothree.model.jooq.server.tables.content with type parameters of type ContentPagesModifier and TypeFieldDescriptionfinal org.jooq.TableField<ContentPages, ContentPageDetailPK> ContentPages.ACTIVE_DETAILThe columncontentpages.cntp_activedetailid.final org.jooq.TableField<ContentPages, ContentPagePK> ContentPages.CONTENT_PAGEThe columncontentpages.cntp_contentpageid.final org.jooq.TableField<ContentPages, ContentPageDetailPK> ContentPages.LAST_DETAILThe columncontentpages.cntp_lastdetailid.Methods in com.echothree.model.jooq.server.tables.content that return types with arguments of type ContentPagesModifier and TypeMethodDescriptionorg.jooq.UniqueKey<ContentPages> ContentPages.getPrimaryKey()ContentPages.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<ContentPages, ?>> ContentPages.getReferences()List<org.jooq.UniqueKey<ContentPages>> ContentPages.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.content with type arguments of type ContentPagesModifierConstructorDescriptionContentPages(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ContentPages> childPath, org.jooq.InverseForeignKey<O, ContentPages> parentPath) ContentPages(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ContentPages> childPath, org.jooq.InverseForeignKey<O, ContentPages> parentPath) ContentPagesPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ContentPages> childPath, org.jooq.InverseForeignKey<O, ContentPages> parentPath) ContentPagesPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ContentPages> childPath, org.jooq.InverseForeignKey<O, ContentPages> parentPath)