Uses of Class
com.echothree.model.jooq.server.records.comment.Comments
Packages that use Comments
Package
Description
-
Uses of Comments in com.echothree.model.jooq.server.keys.comment
Fields in com.echothree.model.jooq.server.keys.comment with type parameters of type CommentsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<CommentBlobs, Comments> CommentForeignKeys.COMMENT_BLOBS_COMMENT_FKstatic final org.jooq.ForeignKey<CommentClobs, Comments> CommentForeignKeys.COMMENT_CLOBS_COMMENT_FKstatic final org.jooq.ForeignKey<CommentDetails, Comments> CommentForeignKeys.COMMENT_DETAILS_COMMENT_FKstatic final org.jooq.ForeignKey<CommentStrings, Comments> CommentForeignKeys.COMMENT_STRINGS_COMMENT_FKstatic final org.jooq.ForeignKey<CommentUsages, Comments> CommentForeignKeys.COMMENT_USAGES_COMMENT_FKstatic final org.jooq.ForeignKey<Comments, CommentDetails> CommentForeignKeys.COMMENTS_ACTIVE_DETAIL_FKstatic final org.jooq.UniqueKey<Comments> CommentUniqueKeys.COMMENTS_ACTIVE_DETAIL_UKstatic final org.jooq.ForeignKey<Comments, CommentDetails> CommentForeignKeys.COMMENTS_LAST_DETAIL_FKstatic final org.jooq.UniqueKey<Comments> CommentUniqueKeys.COMMENTS_LAST_DETAIL_UKstatic final org.jooq.UniqueKey<Comments> CommentUniqueKeys.COMMENTS_PK -
Uses of Comments in com.echothree.model.jooq.server.tables.comment
Fields in com.echothree.model.jooq.server.tables.comment with type parameters of type CommentsModifier and TypeFieldDescriptionfinal org.jooq.TableField<Comments, CommentDetailPK> Comments.ACTIVE_DETAILThe columncomments.cmnt_activedetailid.Comments.COMMENTThe columncomments.cmnt_commentid.final org.jooq.TableField<Comments, CommentDetailPK> Comments.LAST_DETAILThe columncomments.cmnt_lastdetailid.Methods in com.echothree.model.jooq.server.tables.comment that return types with arguments of type CommentsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<Comments> Comments.getPrimaryKey()Comments.getRecordType()The class holding records for this typeComments.getReferences()Comments.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.comment with type arguments of type CommentsModifierConstructorDescriptionComments(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Comments> childPath, org.jooq.InverseForeignKey<O, Comments> parentPath) Comments(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Comments> childPath, org.jooq.InverseForeignKey<O, Comments> parentPath) CommentsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Comments> childPath, org.jooq.InverseForeignKey<O, Comments> parentPath) CommentsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Comments> childPath, org.jooq.InverseForeignKey<O, Comments> parentPath)