Uses of Class
com.echothree.model.jooq.server.records.printer.Printers
Packages that use Printers
Package
Description
-
Uses of Printers in com.echothree.model.jooq.server.keys.printer
Fields in com.echothree.model.jooq.server.keys.printer with type parameters of type PrintersModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<PrinterDescriptions, Printers> PrinterForeignKeys.PRINTER_DESCRIPTIONS_PRINTER_FKstatic final org.jooq.ForeignKey<PrinterDetails, Printers> PrinterForeignKeys.PRINTER_DETAILS_PRINTER_FKstatic final org.jooq.ForeignKey<Printers, PrinterDetails> PrinterForeignKeys.PRINTERS_ACTIVE_DETAIL_FKstatic final org.jooq.UniqueKey<Printers> PrinterUniqueKeys.PRINTERS_ACTIVE_DETAIL_UKstatic final org.jooq.ForeignKey<Printers, PrinterDetails> PrinterForeignKeys.PRINTERS_LAST_DETAIL_FKstatic final org.jooq.UniqueKey<Printers> PrinterUniqueKeys.PRINTERS_LAST_DETAIL_UKstatic final org.jooq.UniqueKey<Printers> PrinterUniqueKeys.PRINTERS_PK -
Uses of Printers in com.echothree.model.jooq.server.tables.printer
Fields in com.echothree.model.jooq.server.tables.printer with type parameters of type PrintersModifier and TypeFieldDescriptionfinal org.jooq.TableField<Printers, PrinterDetailPK> Printers.ACTIVE_DETAILThe columnprinters.prn_activedetailid.final org.jooq.TableField<Printers, PrinterDetailPK> Printers.LAST_DETAILThe columnprinters.prn_lastdetailid.Printers.PRINTERThe columnprinters.prn_printerid.Methods in com.echothree.model.jooq.server.tables.printer that return types with arguments of type PrintersModifier and TypeMethodDescriptionorg.jooq.UniqueKey<Printers> Printers.getPrimaryKey()Printers.getRecordType()The class holding records for this typePrinters.getReferences()Printers.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.printer with type arguments of type PrintersModifierConstructorDescriptionPrinters(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Printers> childPath, org.jooq.InverseForeignKey<O, Printers> parentPath) Printers(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Printers> childPath, org.jooq.InverseForeignKey<O, Printers> parentPath) PrintersPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Printers> childPath, org.jooq.InverseForeignKey<O, Printers> parentPath) PrintersPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Printers> childPath, org.jooq.InverseForeignKey<O, Printers> parentPath)