Uses of Class
com.echothree.model.jooq.server.records.printer.PrinterGroupJobs
Packages that use PrinterGroupJobs
Package
Description
-
Uses of PrinterGroupJobs in com.echothree.model.jooq.server.keys.printer
Fields in com.echothree.model.jooq.server.keys.printer with type parameters of type PrinterGroupJobsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<PrinterGroupJobDetails, PrinterGroupJobs> PrinterForeignKeys.PRINTER_GROUP_JOB_DETAILS_PRINTER_GROUP_JOB_FKstatic final org.jooq.ForeignKey<PrinterGroupJobs, PrinterGroupJobDetails> PrinterForeignKeys.PRINTER_GROUP_JOBS_ACTIVE_DETAIL_FKstatic final org.jooq.UniqueKey<PrinterGroupJobs> PrinterUniqueKeys.PRINTER_GROUP_JOBS_ACTIVE_DETAIL_UKstatic final org.jooq.ForeignKey<PrinterGroupJobs, PrinterGroupJobDetails> PrinterForeignKeys.PRINTER_GROUP_JOBS_LAST_DETAIL_FKstatic final org.jooq.UniqueKey<PrinterGroupJobs> PrinterUniqueKeys.PRINTER_GROUP_JOBS_LAST_DETAIL_UKstatic final org.jooq.UniqueKey<PrinterGroupJobs> PrinterUniqueKeys.PRINTER_GROUP_JOBS_PK -
Uses of PrinterGroupJobs in com.echothree.model.jooq.server.tables.printer
Fields in com.echothree.model.jooq.server.tables.printer with type parameters of type PrinterGroupJobsModifier and TypeFieldDescriptionfinal org.jooq.TableField<PrinterGroupJobs, PrinterGroupJobDetailPK> PrinterGroupJobs.ACTIVE_DETAILThe columnprintergroupjobs.prngrpj_activedetailid.final org.jooq.TableField<PrinterGroupJobs, PrinterGroupJobDetailPK> PrinterGroupJobs.LAST_DETAILThe columnprintergroupjobs.prngrpj_lastdetailid.final org.jooq.TableField<PrinterGroupJobs, PrinterGroupJobPK> PrinterGroupJobs.PRINTER_GROUP_JOBThe columnprintergroupjobs.prngrpj_printergroupjobid.Methods in com.echothree.model.jooq.server.tables.printer that return types with arguments of type PrinterGroupJobsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<PrinterGroupJobs> PrinterGroupJobs.getPrimaryKey()PrinterGroupJobs.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<PrinterGroupJobs, ?>> PrinterGroupJobs.getReferences()List<org.jooq.UniqueKey<PrinterGroupJobs>> PrinterGroupJobs.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.printer with type arguments of type PrinterGroupJobsModifierConstructorDescriptionPrinterGroupJobs(org.jooq.Table<O> path, org.jooq.ForeignKey<O, PrinterGroupJobs> childPath, org.jooq.InverseForeignKey<O, PrinterGroupJobs> parentPath) PrinterGroupJobs(org.jooq.Table<O> path, org.jooq.ForeignKey<O, PrinterGroupJobs> childPath, org.jooq.InverseForeignKey<O, PrinterGroupJobs> parentPath) PrinterGroupJobsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, PrinterGroupJobs> childPath, org.jooq.InverseForeignKey<O, PrinterGroupJobs> parentPath) PrinterGroupJobsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, PrinterGroupJobs> childPath, org.jooq.InverseForeignKey<O, PrinterGroupJobs> parentPath)