Uses of Class
com.echothree.model.jooq.server.records.comment.CommentClobs
Packages that use CommentClobs
Package
Description
-
Uses of CommentClobs in com.echothree.model.jooq.server.keys.comment
Fields in com.echothree.model.jooq.server.keys.comment with type parameters of type CommentClobsModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<CommentClobs> CommentUniqueKeys.COMMENT_CLOBS_COMMENT_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<CommentClobs, Comments> CommentForeignKeys.COMMENT_CLOBS_COMMENT_FKstatic final org.jooq.UniqueKey<CommentClobs> CommentUniqueKeys.COMMENT_CLOBS_PK -
Uses of CommentClobs in com.echothree.model.jooq.server.tables.comment
Fields in com.echothree.model.jooq.server.tables.comment with type parameters of type CommentClobsModifier and TypeFieldDescriptionfinal org.jooq.TableField<CommentClobs, String> CommentClobs.CLOBThe columncommentclobs.cmntc_clob.final org.jooq.TableField<CommentClobs, CommentPK> CommentClobs.COMMENTThe columncommentclobs.cmntc_cmnt_commentid.final org.jooq.TableField<CommentClobs, CommentClobPK> CommentClobs.COMMENT_CLOBThe columncommentclobs.cmntc_commentclobid.final org.jooq.TableField<CommentClobs, Long> CommentClobs.FROM_TIMEThe columncommentclobs.cmntc_fromtime.final org.jooq.TableField<CommentClobs, Long> CommentClobs.THRU_TIMEThe columncommentclobs.cmntc_thrutime.Methods in com.echothree.model.jooq.server.tables.comment that return types with arguments of type CommentClobsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<CommentClobs> CommentClobs.getPrimaryKey()CommentClobs.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<CommentClobs, ?>> CommentClobs.getReferences()List<org.jooq.UniqueKey<CommentClobs>> CommentClobs.getUniqueKeys()