Uses of Class
com.echothree.model.jooq.server.records.printer.PrinterGroupDescriptions
Packages that use PrinterGroupDescriptions
Package
Description
-
Uses of PrinterGroupDescriptions in com.echothree.model.jooq.server.keys.printer
Fields in com.echothree.model.jooq.server.keys.printer with type parameters of type PrinterGroupDescriptionsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<PrinterGroupDescriptions, Languages> PrinterForeignKeys.PRINTER_GROUP_DESCRIPTIONS_LANGUAGE_FKstatic final org.jooq.UniqueKey<PrinterGroupDescriptions> PrinterUniqueKeys.PRINTER_GROUP_DESCRIPTIONS_PKstatic final org.jooq.ForeignKey<PrinterGroupDescriptions, PrinterGroups> PrinterForeignKeys.PRINTER_GROUP_DESCRIPTIONS_PRINTER_GROUP_FK -
Uses of PrinterGroupDescriptions in com.echothree.model.jooq.server.tables.printer
Fields in com.echothree.model.jooq.server.tables.printer with type parameters of type PrinterGroupDescriptionsModifier and TypeFieldDescriptionfinal org.jooq.TableField<PrinterGroupDescriptions, String> PrinterGroupDescriptions.DESCRIPTIONThe columnprintergroupdescriptions.prngrpd_description.final org.jooq.TableField<PrinterGroupDescriptions, Long> PrinterGroupDescriptions.FROM_TIMEThe columnprintergroupdescriptions.prngrpd_fromtime.final org.jooq.TableField<PrinterGroupDescriptions, LanguagePK> PrinterGroupDescriptions.LANGUAGEThe columnprintergroupdescriptions.prngrpd_lang_languageid.final org.jooq.TableField<PrinterGroupDescriptions, PrinterGroupPK> PrinterGroupDescriptions.PRINTER_GROUPThe columnprintergroupdescriptions.prngrpd_prngrp_printergroupid.final org.jooq.TableField<PrinterGroupDescriptions, PrinterGroupDescriptionPK> PrinterGroupDescriptions.PRINTER_GROUP_DESCRIPTIONThe columnprintergroupdescriptions.prngrpd_printergroupdescriptionid.final org.jooq.TableField<PrinterGroupDescriptions, Long> PrinterGroupDescriptions.THRU_TIMEThe columnprintergroupdescriptions.prngrpd_thrutime.Methods in com.echothree.model.jooq.server.tables.printer that return types with arguments of type PrinterGroupDescriptionsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<PrinterGroupDescriptions> PrinterGroupDescriptions.getPrimaryKey()PrinterGroupDescriptions.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<PrinterGroupDescriptions, ?>> PrinterGroupDescriptions.getReferences()