Uses of Class
com.echothree.model.jooq.server.tables.job.JobDetails
Packages that use JobDetails
-
Uses of JobDetails in com.echothree.model.jooq.server
Fields in com.echothree.model.jooq.server declared as JobDetails -
Uses of JobDetails in com.echothree.model.jooq.server.tables.job
Subclasses of JobDetails in com.echothree.model.jooq.server.tables.jobModifier and TypeClassDescriptionstatic classA subtype implementingPathfor simplified path-based joins.Fields in com.echothree.model.jooq.server.tables.job declared as JobDetailsModifier and TypeFieldDescriptionstatic final JobDetailsJobDetails.JobDetailsThe reference instance ofjobdetailsMethods in com.echothree.model.jooq.server.tables.job that return JobDetailsModifier and TypeMethodDescriptionJobDetails.as(org.jooq.Name alias) JobDetails.as(org.jooq.Table<?> alias) Rename this tableJobDetails.rename(org.jooq.Name name) Rename this tableJobDetails.rename(org.jooq.Table<?> name) Rename this tableCreate an inline derived table from this tableCreate an inline derived table from this tableCreate an inline derived table from this tableJobDetails.where(Collection<? extends org.jooq.Condition> conditions) Create an inline derived table from this tableJobDetails.where(org.jooq.Condition condition) Create an inline derived table from this tableJobDetails.where(org.jooq.Condition... conditions) Create an inline derived table from this tableCreate an inline derived table from this tableJobDetails.where(org.jooq.SQL condition) Create an inline derived table from this tableJobDetails.whereExists(org.jooq.TableLike<?> select) Create an inline derived table from this tableJobDetails.whereNotExists(org.jooq.TableLike<?> select) Create an inline derived table from this table