Uses of Class
com.echothree.model.jooq.server.records.content.ContentPageAreaUrls
Packages that use ContentPageAreaUrls
Package
Description
-
Uses of ContentPageAreaUrls in com.echothree.model.jooq.server.keys.content
Fields in com.echothree.model.jooq.server.keys.content with type parameters of type ContentPageAreaUrlsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<ContentPageAreaUrls, ContentPageAreaDetails> ContentForeignKeys.CONTENT_PAGE_AREA_URLS_CONTENT_PAGE_AREA_DETAIL_FKstatic final org.jooq.UniqueKey<ContentPageAreaUrls> ContentUniqueKeys.CONTENT_PAGE_AREA_URLS_CONTENT_PAGE_AREA_DETAIL_UKstatic final org.jooq.UniqueKey<ContentPageAreaUrls> ContentUniqueKeys.CONTENT_PAGE_AREA_URLS_PK -
Uses of ContentPageAreaUrls in com.echothree.model.jooq.server.tables.content
Fields in com.echothree.model.jooq.server.tables.content with type parameters of type ContentPageAreaUrlsModifier and TypeFieldDescriptionfinal org.jooq.TableField<ContentPageAreaUrls, ContentPageAreaDetailPK> ContentPageAreaUrls.CONTENT_PAGE_AREA_DETAILThe columncontentpageareaurls.cntpau_cntpad_contentpageareadetailid.final org.jooq.TableField<ContentPageAreaUrls, ContentPageAreaUrlPK> ContentPageAreaUrls.CONTENT_PAGE_AREA_LINKThe columncontentpageareaurls.cntpau_contentpagearealinkid.final org.jooq.TableField<ContentPageAreaUrls, String> ContentPageAreaUrls.URLThe columncontentpageareaurls.cntpau_url.Methods in com.echothree.model.jooq.server.tables.content that return types with arguments of type ContentPageAreaUrlsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<ContentPageAreaUrls> ContentPageAreaUrls.getPrimaryKey()ContentPageAreaUrls.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<ContentPageAreaUrls, ?>> ContentPageAreaUrls.getReferences()List<org.jooq.UniqueKey<ContentPageAreaUrls>> ContentPageAreaUrls.getUniqueKeys()