Uses of Class
com.echothree.model.jooq.server.records.content.ContentPageAreaBlobs
Packages that use ContentPageAreaBlobs
Package
Description
-
Uses of ContentPageAreaBlobs in com.echothree.model.jooq.server.keys.content
Fields in com.echothree.model.jooq.server.keys.content with type parameters of type ContentPageAreaBlobsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<ContentPageAreaBlobs, ContentPageAreaDetails> ContentForeignKeys.CONTENT_PAGE_AREA_BLOBS_CONTENT_PAGE_AREA_DETAIL_FKstatic final org.jooq.UniqueKey<ContentPageAreaBlobs> ContentUniqueKeys.CONTENT_PAGE_AREA_BLOBS_CONTENT_PAGE_AREA_DETAIL_UKstatic final org.jooq.UniqueKey<ContentPageAreaBlobs> ContentUniqueKeys.CONTENT_PAGE_AREA_BLOBS_PK -
Uses of ContentPageAreaBlobs in com.echothree.model.jooq.server.tables.content
Fields in com.echothree.model.jooq.server.tables.content with type parameters of type ContentPageAreaBlobsModifier and TypeFieldDescriptionfinal org.jooq.TableField<ContentPageAreaBlobs, byte[]> ContentPageAreaBlobs.BLOBThe columncontentpageareablobs.cntpab_blob.final org.jooq.TableField<ContentPageAreaBlobs, ContentPageAreaBlobPK> ContentPageAreaBlobs.CONTENT_PAGE_AREA_BLOBThe columncontentpageareablobs.cntpab_contentpageareablobid.final org.jooq.TableField<ContentPageAreaBlobs, ContentPageAreaDetailPK> ContentPageAreaBlobs.CONTENT_PAGE_AREA_DETAILThe columncontentpageareablobs.cntpab_cntpad_contentpageareadetailid.Methods in com.echothree.model.jooq.server.tables.content that return types with arguments of type ContentPageAreaBlobsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<ContentPageAreaBlobs> ContentPageAreaBlobs.getPrimaryKey()ContentPageAreaBlobs.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<ContentPageAreaBlobs, ?>> ContentPageAreaBlobs.getReferences()List<org.jooq.UniqueKey<ContentPageAreaBlobs>> ContentPageAreaBlobs.getUniqueKeys()