Interface PrinterForeignKeys
- All Known Implementing Classes:
KeyRegistry
public interface PrinterForeignKeys
Key definitions for the PrinterForeign component.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<PartyPrinterGroupUses, Parties> static final org.jooq.ForeignKey<PartyPrinterGroupUses, PrinterGroups> static final org.jooq.ForeignKey<PartyPrinterGroupUses, PrinterGroupUseTypes> static final org.jooq.ForeignKey<PrinterDescriptions, Languages> static final org.jooq.ForeignKey<PrinterDescriptions, Printers> static final org.jooq.ForeignKey<PrinterDetails, Printers> static final org.jooq.ForeignKey<PrinterDetails, PrinterGroups> static final org.jooq.ForeignKey<PrinterGroupDescriptions, Languages> static final org.jooq.ForeignKey<PrinterGroupDescriptions, PrinterGroups> static final org.jooq.ForeignKey<PrinterGroupDetails, PrinterGroups> static final org.jooq.ForeignKey<PrinterGroupJobDetails, Documents> static final org.jooq.ForeignKey<PrinterGroupJobDetails, PrinterGroups> static final org.jooq.ForeignKey<PrinterGroupJobDetails, PrinterGroupJobs> static final org.jooq.ForeignKey<PrinterGroupJobs, PrinterGroupJobDetails> static final org.jooq.ForeignKey<PrinterGroupJobs, PrinterGroupJobDetails> static final org.jooq.ForeignKey<PrinterGroupUseTypeDescriptions, Languages> static final org.jooq.ForeignKey<PrinterGroupUseTypeDescriptions, PrinterGroupUseTypes> static final org.jooq.ForeignKey<PrinterGroupUseTypeDetails, PrinterGroupUseTypes> static final org.jooq.ForeignKey<PrinterGroupUseTypes, PrinterGroupUseTypeDetails> static final org.jooq.ForeignKey<PrinterGroupUseTypes, PrinterGroupUseTypeDetails> static final org.jooq.ForeignKey<PrinterGroups, PrinterGroupDetails> static final org.jooq.ForeignKey<PrinterGroups, PrinterGroupDetails> static final org.jooq.ForeignKey<Printers, PrinterDetails> static final org.jooq.ForeignKey<Printers, PrinterDetails>
-
Field Details
-
PARTY_PRINTER_GROUP_USES_PARTY_FK
-
PARTY_PRINTER_GROUP_USES_PRINTER_GROUP_FK
static final org.jooq.ForeignKey<PartyPrinterGroupUses,PrinterGroups> PARTY_PRINTER_GROUP_USES_PRINTER_GROUP_FK -
PARTY_PRINTER_GROUP_USES_PRINTER_GROUP_USE_TYPE_FK
static final org.jooq.ForeignKey<PartyPrinterGroupUses,PrinterGroupUseTypes> PARTY_PRINTER_GROUP_USES_PRINTER_GROUP_USE_TYPE_FK -
PRINTER_DESCRIPTIONS_LANGUAGE_FK
-
PRINTER_DESCRIPTIONS_PRINTER_FK
-
PRINTER_DETAILS_PRINTER_FK
-
PRINTER_DETAILS_PRINTER_GROUP_FK
-
PRINTER_GROUP_DESCRIPTIONS_LANGUAGE_FK
static final org.jooq.ForeignKey<PrinterGroupDescriptions,Languages> PRINTER_GROUP_DESCRIPTIONS_LANGUAGE_FK -
PRINTER_GROUP_DESCRIPTIONS_PRINTER_GROUP_FK
static final org.jooq.ForeignKey<PrinterGroupDescriptions,PrinterGroups> PRINTER_GROUP_DESCRIPTIONS_PRINTER_GROUP_FK -
PRINTER_GROUP_DETAILS_PRINTER_GROUP_FK
static final org.jooq.ForeignKey<PrinterGroupDetails,PrinterGroups> PRINTER_GROUP_DETAILS_PRINTER_GROUP_FK -
PRINTER_GROUP_JOB_DETAILS_DOCUMENT_FK
static final org.jooq.ForeignKey<PrinterGroupJobDetails,Documents> PRINTER_GROUP_JOB_DETAILS_DOCUMENT_FK -
PRINTER_GROUP_JOB_DETAILS_PRINTER_GROUP_FK
static final org.jooq.ForeignKey<PrinterGroupJobDetails,PrinterGroups> PRINTER_GROUP_JOB_DETAILS_PRINTER_GROUP_FK -
PRINTER_GROUP_JOB_DETAILS_PRINTER_GROUP_JOB_FK
static final org.jooq.ForeignKey<PrinterGroupJobDetails,PrinterGroupJobs> PRINTER_GROUP_JOB_DETAILS_PRINTER_GROUP_JOB_FK -
PRINTER_GROUP_JOBS_ACTIVE_DETAIL_FK
static final org.jooq.ForeignKey<PrinterGroupJobs,PrinterGroupJobDetails> PRINTER_GROUP_JOBS_ACTIVE_DETAIL_FK -
PRINTER_GROUP_JOBS_LAST_DETAIL_FK
static final org.jooq.ForeignKey<PrinterGroupJobs,PrinterGroupJobDetails> PRINTER_GROUP_JOBS_LAST_DETAIL_FK -
PRINTER_GROUPS_ACTIVE_DETAIL_FK
-
PRINTER_GROUPS_LAST_DETAIL_FK
-
PRINTER_GROUP_USE_TYPE_DESCRIPTIONS_LANGUAGE_FK
static final org.jooq.ForeignKey<PrinterGroupUseTypeDescriptions,Languages> PRINTER_GROUP_USE_TYPE_DESCRIPTIONS_LANGUAGE_FK -
PRINTER_GROUP_USE_TYPE_DESCRIPTIONS_PRINTER_GROUP_USE_TYPE_FK
static final org.jooq.ForeignKey<PrinterGroupUseTypeDescriptions,PrinterGroupUseTypes> PRINTER_GROUP_USE_TYPE_DESCRIPTIONS_PRINTER_GROUP_USE_TYPE_FK -
PRINTER_GROUP_USE_TYPE_DETAILS_PRINTER_GROUP_USE_TYPE_FK
static final org.jooq.ForeignKey<PrinterGroupUseTypeDetails,PrinterGroupUseTypes> PRINTER_GROUP_USE_TYPE_DETAILS_PRINTER_GROUP_USE_TYPE_FK -
PRINTER_GROUP_USE_TYPES_ACTIVE_DETAIL_FK
static final org.jooq.ForeignKey<PrinterGroupUseTypes,PrinterGroupUseTypeDetails> PRINTER_GROUP_USE_TYPES_ACTIVE_DETAIL_FK -
PRINTER_GROUP_USE_TYPES_LAST_DETAIL_FK
static final org.jooq.ForeignKey<PrinterGroupUseTypes,PrinterGroupUseTypeDetails> PRINTER_GROUP_USE_TYPES_LAST_DETAIL_FK -
PRINTERS_ACTIVE_DETAIL_FK
-
PRINTERS_LAST_DETAIL_FK
-