Uses of Class
com.echothree.model.jooq.server.records.comment.CommentUsages
Packages that use CommentUsages
Package
Description
-
Uses of CommentUsages in com.echothree.model.jooq.server.keys.comment
Fields in com.echothree.model.jooq.server.keys.comment with type parameters of type CommentUsagesModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<CommentUsages> CommentUniqueKeys.COMMENT_USAGES_COMMENT_AND_COMMENT_USAGE_TYPE_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<CommentUsages, Comments> CommentForeignKeys.COMMENT_USAGES_COMMENT_FKstatic final org.jooq.ForeignKey<CommentUsages, CommentUsageTypes> CommentForeignKeys.COMMENT_USAGES_COMMENT_USAGE_TYPE_FKstatic final org.jooq.UniqueKey<CommentUsages> CommentUniqueKeys.COMMENT_USAGES_PK -
Uses of CommentUsages in com.echothree.model.jooq.server.tables.comment
Fields in com.echothree.model.jooq.server.tables.comment with type parameters of type CommentUsagesModifier and TypeFieldDescriptionfinal org.jooq.TableField<CommentUsages, CommentPK> CommentUsages.COMMENTThe columncommentusages.cmntu_cmnt_commentid.final org.jooq.TableField<CommentUsages, CommentUsagePK> CommentUsages.COMMENT_USAGEThe columncommentusages.cmntu_commentusageid.final org.jooq.TableField<CommentUsages, CommentUsageTypePK> CommentUsages.COMMENT_USAGE_TYPEThe columncommentusages.cmntu_cmntutyp_commentusagetypeid.final org.jooq.TableField<CommentUsages, Long> CommentUsages.FROM_TIMEThe columncommentusages.cmntu_fromtime.final org.jooq.TableField<CommentUsages, Long> CommentUsages.THRU_TIMEThe columncommentusages.cmntu_thrutime.Methods in com.echothree.model.jooq.server.tables.comment that return types with arguments of type CommentUsagesModifier and TypeMethodDescriptionorg.jooq.UniqueKey<CommentUsages> CommentUsages.getPrimaryKey()CommentUsages.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<CommentUsages, ?>> CommentUsages.getReferences()List<org.jooq.UniqueKey<CommentUsages>> CommentUsages.getUniqueKeys()