Uses of Class
com.echothree.model.jooq.server.records.job.JobStatuses
Packages that use JobStatuses
Package
Description
-
Uses of JobStatuses in com.echothree.model.jooq.server.keys.job
Fields in com.echothree.model.jooq.server.keys.job with type parameters of type JobStatusesModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<JobStatuses, Jobs> JobForeignKeys.JOB_STATUSES_JOB_FKstatic final org.jooq.UniqueKey<JobStatuses> JobUniqueKeys.JOB_STATUSES_JOB_UKstatic final org.jooq.UniqueKey<JobStatuses> JobUniqueKeys.JOB_STATUSES_PK -
Uses of JobStatuses in com.echothree.model.jooq.server.tables.job
Fields in com.echothree.model.jooq.server.tables.job with type parameters of type JobStatusesModifier and TypeFieldDescriptionfinal org.jooq.TableField<JobStatuses, JobPK> JobStatuses.JOBThe columnjobstatuses.jbst_jb_jobid.final org.jooq.TableField<JobStatuses, JobStatusPK> JobStatuses.JOB_STATUSThe columnjobstatuses.jbst_jobstatusid.final org.jooq.TableField<JobStatuses, Long> JobStatuses.LAST_END_TIMEThe columnjobstatuses.jbst_lastendtime.final org.jooq.TableField<JobStatuses, Long> JobStatuses.LAST_START_TIMEThe columnjobstatuses.jbst_laststarttime.Methods in com.echothree.model.jooq.server.tables.job that return types with arguments of type JobStatusesModifier and TypeMethodDescriptionorg.jooq.UniqueKey<JobStatuses> JobStatuses.getPrimaryKey()JobStatuses.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<JobStatuses, ?>> JobStatuses.getReferences()List<org.jooq.UniqueKey<JobStatuses>> JobStatuses.getUniqueKeys()