Uses of Class
com.echothree.model.jooq.server.records.comment.CommentBlobs
Packages that use CommentBlobs
Package
Description
-
Uses of CommentBlobs in com.echothree.model.jooq.server.keys.comment
Fields in com.echothree.model.jooq.server.keys.comment with type parameters of type CommentBlobsModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<CommentBlobs> CommentUniqueKeys.COMMENT_BLOBS_COMMENT_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<CommentBlobs, Comments> CommentForeignKeys.COMMENT_BLOBS_COMMENT_FKstatic final org.jooq.UniqueKey<CommentBlobs> CommentUniqueKeys.COMMENT_BLOBS_PK -
Uses of CommentBlobs in com.echothree.model.jooq.server.tables.comment
Fields in com.echothree.model.jooq.server.tables.comment with type parameters of type CommentBlobsModifier and TypeFieldDescriptionfinal org.jooq.TableField<CommentBlobs, byte[]> CommentBlobs.BLOBThe columncommentblobs.cmntb_blob.final org.jooq.TableField<CommentBlobs, CommentPK> CommentBlobs.COMMENTThe columncommentblobs.cmntb_cmnt_commentid.final org.jooq.TableField<CommentBlobs, CommentBlobPK> CommentBlobs.COMMENT_BLOBThe columncommentblobs.cmntb_commentblobid.final org.jooq.TableField<CommentBlobs, Long> CommentBlobs.FROM_TIMEThe columncommentblobs.cmntb_fromtime.final org.jooq.TableField<CommentBlobs, Long> CommentBlobs.THRU_TIMEThe columncommentblobs.cmntb_thrutime.Methods in com.echothree.model.jooq.server.tables.comment that return types with arguments of type CommentBlobsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<CommentBlobs> CommentBlobs.getPrimaryKey()CommentBlobs.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<CommentBlobs, ?>> CommentBlobs.getReferences()List<org.jooq.UniqueKey<CommentBlobs>> CommentBlobs.getUniqueKeys()