Uses of Class
com.echothree.model.jooq.server.records.content.ContentPageAreas
Packages that use ContentPageAreas
Package
Description
-
Uses of ContentPageAreas in com.echothree.model.jooq.server.keys.content
Fields in com.echothree.model.jooq.server.keys.content with type parameters of type ContentPageAreasModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<ContentPageAreaDetails, ContentPageAreas> ContentForeignKeys.CONTENT_PAGE_AREA_DETAILS_CONTENT_PAGE_AREA_FKstatic final org.jooq.ForeignKey<ContentPageAreas, ContentPageAreaDetails> ContentForeignKeys.CONTENT_PAGE_AREAS_ACTIVE_DETAIL_FKstatic final org.jooq.UniqueKey<ContentPageAreas> ContentUniqueKeys.CONTENT_PAGE_AREAS_ACTIVE_DETAIL_UKstatic final org.jooq.ForeignKey<ContentPageAreas, ContentPageAreaDetails> ContentForeignKeys.CONTENT_PAGE_AREAS_LAST_DETAIL_FKstatic final org.jooq.UniqueKey<ContentPageAreas> ContentUniqueKeys.CONTENT_PAGE_AREAS_LAST_DETAIL_UKstatic final org.jooq.UniqueKey<ContentPageAreas> ContentUniqueKeys.CONTENT_PAGE_AREAS_PK -
Uses of ContentPageAreas in com.echothree.model.jooq.server.tables.content
Fields in com.echothree.model.jooq.server.tables.content with type parameters of type ContentPageAreasModifier and TypeFieldDescriptionfinal org.jooq.TableField<ContentPageAreas, ContentPageAreaDetailPK> ContentPageAreas.ACTIVE_DETAILThe columncontentpageareas.cntpa_activedetailid.final org.jooq.TableField<ContentPageAreas, ContentPageAreaPK> ContentPageAreas.CONTENT_PAGE_AREAThe columncontentpageareas.cntpa_contentpageareaid.final org.jooq.TableField<ContentPageAreas, ContentPageAreaDetailPK> ContentPageAreas.LAST_DETAILThe columncontentpageareas.cntpa_lastdetailid.Methods in com.echothree.model.jooq.server.tables.content that return types with arguments of type ContentPageAreasModifier and TypeMethodDescriptionorg.jooq.UniqueKey<ContentPageAreas> ContentPageAreas.getPrimaryKey()ContentPageAreas.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<ContentPageAreas, ?>> ContentPageAreas.getReferences()List<org.jooq.UniqueKey<ContentPageAreas>> ContentPageAreas.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.content with type arguments of type ContentPageAreasModifierConstructorDescriptionContentPageAreas(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ContentPageAreas> childPath, org.jooq.InverseForeignKey<O, ContentPageAreas> parentPath) ContentPageAreas(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ContentPageAreas> childPath, org.jooq.InverseForeignKey<O, ContentPageAreas> parentPath) ContentPageAreasPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ContentPageAreas> childPath, org.jooq.InverseForeignKey<O, ContentPageAreas> parentPath) ContentPageAreasPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ContentPageAreas> childPath, org.jooq.InverseForeignKey<O, ContentPageAreas> parentPath)