Uses of Class
com.echothree.model.jooq.server.records.content.ContentPageAreaClobs
Packages that use ContentPageAreaClobs
Package
Description
-
Uses of ContentPageAreaClobs in com.echothree.model.jooq.server.keys.content
Fields in com.echothree.model.jooq.server.keys.content with type parameters of type ContentPageAreaClobsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<ContentPageAreaClobs, ContentPageAreaDetails> ContentForeignKeys.CONTENT_PAGE_AREA_CLOBS_CONTENT_PAGE_AREA_DETAIL_FKstatic final org.jooq.UniqueKey<ContentPageAreaClobs> ContentUniqueKeys.CONTENT_PAGE_AREA_CLOBS_CONTENT_PAGE_AREA_DETAIL_UKstatic final org.jooq.UniqueKey<ContentPageAreaClobs> ContentUniqueKeys.CONTENT_PAGE_AREA_CLOBS_PK -
Uses of ContentPageAreaClobs in com.echothree.model.jooq.server.tables.content
Fields in com.echothree.model.jooq.server.tables.content with type parameters of type ContentPageAreaClobsModifier and TypeFieldDescriptionfinal org.jooq.TableField<ContentPageAreaClobs, String> ContentPageAreaClobs.CLOBThe columncontentpageareaclobs.cntpac_clob.final org.jooq.TableField<ContentPageAreaClobs, ContentPageAreaClobPK> ContentPageAreaClobs.CONTENT_PAGE_AREA_CLOBThe columncontentpageareaclobs.cntpac_contentpageareaclobid.final org.jooq.TableField<ContentPageAreaClobs, ContentPageAreaDetailPK> ContentPageAreaClobs.CONTENT_PAGE_AREA_DETAILThe columncontentpageareaclobs.cntpac_cntpad_contentpageareadetailid.Methods in com.echothree.model.jooq.server.tables.content that return types with arguments of type ContentPageAreaClobsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<ContentPageAreaClobs> ContentPageAreaClobs.getPrimaryKey()ContentPageAreaClobs.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<ContentPageAreaClobs, ?>> ContentPageAreaClobs.getReferences()List<org.jooq.UniqueKey<ContentPageAreaClobs>> ContentPageAreaClobs.getUniqueKeys()