Uses of Class
com.echothree.model.jooq.server.records.comment.CommentDetails
Packages that use CommentDetails
Package
Description
-
Uses of CommentDetails in com.echothree.model.jooq.server.keys.comment
Fields in com.echothree.model.jooq.server.keys.comment with type parameters of type CommentDetailsModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<CommentDetails> CommentUniqueKeys.COMMENT_DETAILS_COMMENT_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<CommentDetails, Comments> CommentForeignKeys.COMMENT_DETAILS_COMMENT_FKstatic final org.jooq.UniqueKey<CommentDetails> CommentUniqueKeys.COMMENT_DETAILS_COMMENT_NAME_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<CommentDetails, CommentTypes> CommentForeignKeys.COMMENT_DETAILS_COMMENT_TYPE_FKstatic final org.jooq.ForeignKey<CommentDetails, EntityInstances> CommentForeignKeys.COMMENT_DETAILS_COMMENTED_BY_ENTITY_INSTANCE_FKstatic final org.jooq.ForeignKey<CommentDetails, EntityInstances> CommentForeignKeys.COMMENT_DETAILS_COMMENTED_ENTITY_INSTANCE_FKstatic final org.jooq.ForeignKey<CommentDetails, Languages> CommentForeignKeys.COMMENT_DETAILS_LANGUAGE_FKstatic final org.jooq.ForeignKey<CommentDetails, MimeTypes> CommentForeignKeys.COMMENT_DETAILS_MIME_TYPE_FKstatic final org.jooq.UniqueKey<CommentDetails> CommentUniqueKeys.COMMENT_DETAILS_PKstatic final org.jooq.ForeignKey<Comments, CommentDetails> CommentForeignKeys.COMMENTS_ACTIVE_DETAIL_FKstatic final org.jooq.ForeignKey<Comments, CommentDetails> CommentForeignKeys.COMMENTS_LAST_DETAIL_FK -
Uses of CommentDetails in com.echothree.model.jooq.server.tables.comment
Fields in com.echothree.model.jooq.server.tables.comment with type parameters of type CommentDetailsModifier and TypeFieldDescriptionfinal org.jooq.TableField<CommentDetails, CommentPK> CommentDetails.COMMENTThe columncommentdetails.cmntdt_cmnt_commentid.final org.jooq.TableField<CommentDetails, CommentDetailPK> CommentDetails.COMMENT_DETAILThe columncommentdetails.cmntdt_commentdetailid.final org.jooq.TableField<CommentDetails, String> CommentDetails.COMMENT_NAMEThe columncommentdetails.cmntdt_commentname.final org.jooq.TableField<CommentDetails, CommentTypePK> CommentDetails.COMMENT_TYPEThe columncommentdetails.cmntdt_cmnttyp_commenttypeid.final org.jooq.TableField<CommentDetails, EntityInstancePK> CommentDetails.COMMENTED_BY_ENTITY_INSTANCEThe columncommentdetails.cmntdt_commentedbyentityinstanceid.final org.jooq.TableField<CommentDetails, EntityInstancePK> CommentDetails.COMMENTED_ENTITY_INSTANCEThe columncommentdetails.cmntdt_commentedentityinstanceid.final org.jooq.TableField<CommentDetails, String> CommentDetails.DESCRIPTIONThe columncommentdetails.cmntdt_description.final org.jooq.TableField<CommentDetails, Long> CommentDetails.FROM_TIMEThe columncommentdetails.cmntdt_fromtime.final org.jooq.TableField<CommentDetails, LanguagePK> CommentDetails.LANGUAGEThe columncommentdetails.cmntdt_lang_languageid.final org.jooq.TableField<CommentDetails, MimeTypePK> CommentDetails.MIME_TYPEThe columncommentdetails.cmntdt_mtyp_mimetypeid.final org.jooq.TableField<CommentDetails, Long> CommentDetails.THRU_TIMEThe columncommentdetails.cmntdt_thrutime.Methods in com.echothree.model.jooq.server.tables.comment that return types with arguments of type CommentDetailsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<CommentDetails> CommentDetails.getPrimaryKey()CommentDetails.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<CommentDetails, ?>> CommentDetails.getReferences()List<org.jooq.UniqueKey<CommentDetails>> CommentDetails.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.comment with type arguments of type CommentDetailsModifierConstructorDescriptionCommentDetails(org.jooq.Table<O> path, org.jooq.ForeignKey<O, CommentDetails> childPath, org.jooq.InverseForeignKey<O, CommentDetails> parentPath) CommentDetails(org.jooq.Table<O> path, org.jooq.ForeignKey<O, CommentDetails> childPath, org.jooq.InverseForeignKey<O, CommentDetails> parentPath) CommentDetailsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, CommentDetails> childPath, org.jooq.InverseForeignKey<O, CommentDetails> parentPath) CommentDetailsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, CommentDetails> childPath, org.jooq.InverseForeignKey<O, CommentDetails> parentPath)