Uses of Class
com.echothree.model.jooq.server.records.comment.CommentStrings
Packages that use CommentStrings
Package
Description
-
Uses of CommentStrings in com.echothree.model.jooq.server.keys.comment
Fields in com.echothree.model.jooq.server.keys.comment with type parameters of type CommentStringsModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<CommentStrings> CommentUniqueKeys.COMMENT_STRINGS_COMMENT_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<CommentStrings, Comments> CommentForeignKeys.COMMENT_STRINGS_COMMENT_FKstatic final org.jooq.UniqueKey<CommentStrings> CommentUniqueKeys.COMMENT_STRINGS_PK -
Uses of CommentStrings in com.echothree.model.jooq.server.tables.comment
Fields in com.echothree.model.jooq.server.tables.comment with type parameters of type CommentStringsModifier and TypeFieldDescriptionfinal org.jooq.TableField<CommentStrings, CommentPK> CommentStrings.COMMENTThe columncommentstrings.cmnts_cmnt_commentid.final org.jooq.TableField<CommentStrings, CommentStringPK> CommentStrings.COMMENT_STRINGThe columncommentstrings.cmnts_commentstringid.final org.jooq.TableField<CommentStrings, Long> CommentStrings.FROM_TIMEThe columncommentstrings.cmnts_fromtime.final org.jooq.TableField<CommentStrings, String> CommentStrings.STRINGThe columncommentstrings.cmnts_string.final org.jooq.TableField<CommentStrings, Long> CommentStrings.THRU_TIMEThe columncommentstrings.cmnts_thrutime.Methods in com.echothree.model.jooq.server.tables.comment that return types with arguments of type CommentStringsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<CommentStrings> CommentStrings.getPrimaryKey()CommentStrings.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<CommentStrings, ?>> CommentStrings.getReferences()List<org.jooq.UniqueKey<CommentStrings>> CommentStrings.getUniqueKeys()