Uses of Class
com.echothree.model.jooq.server.records.job.Jobs
Packages that use Jobs
Package
Description
-
Uses of Jobs in com.echothree.model.jooq.server.keys.job
Fields in com.echothree.model.jooq.server.keys.job with type parameters of type JobsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<JobDescriptions, Jobs> JobForeignKeys.JOB_DESCRIPTIONS_JOB_FKstatic final org.jooq.ForeignKey<JobDetails, Jobs> JobForeignKeys.JOB_DETAILS_JOB_FKstatic final org.jooq.ForeignKey<JobStatuses, Jobs> JobForeignKeys.JOB_STATUSES_JOB_FKstatic final org.jooq.ForeignKey<Jobs, JobDetails> JobForeignKeys.JOBS_ACTIVE_DETAIL_FKstatic final org.jooq.UniqueKey<Jobs> JobUniqueKeys.JOBS_ACTIVE_DETAIL_UKstatic final org.jooq.ForeignKey<Jobs, JobDetails> JobForeignKeys.JOBS_LAST_DETAIL_FKstatic final org.jooq.UniqueKey<Jobs> JobUniqueKeys.JOBS_LAST_DETAIL_UKstatic final org.jooq.UniqueKey<Jobs> JobUniqueKeys.JOBS_PK -
Uses of Jobs in com.echothree.model.jooq.server.tables.job
Fields in com.echothree.model.jooq.server.tables.job with type parameters of type JobsModifier and TypeFieldDescriptionfinal org.jooq.TableField<Jobs, JobDetailPK> Jobs.ACTIVE_DETAILThe columnjobs.jb_activedetailid.Jobs.JOBThe columnjobs.jb_jobid.final org.jooq.TableField<Jobs, JobDetailPK> Jobs.LAST_DETAILThe columnjobs.jb_lastdetailid.Methods in com.echothree.model.jooq.server.tables.job that return types with arguments of type JobsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<Jobs> Jobs.getPrimaryKey()Jobs.getRecordType()The class holding records for this typeJobs.getReferences()Jobs.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.job with type arguments of type JobsModifierConstructorDescriptionJobs(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Jobs> childPath, org.jooq.InverseForeignKey<O, Jobs> parentPath) Jobs(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Jobs> childPath, org.jooq.InverseForeignKey<O, Jobs> parentPath) JobsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Jobs> childPath, org.jooq.InverseForeignKey<O, Jobs> parentPath) JobsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Jobs> childPath, org.jooq.InverseForeignKey<O, Jobs> parentPath)