001package com.echothree.model.jooq.server.keys.invoice;
002
003import com.echothree.model.jooq.server.records.invoice.InvoiceAliasTypeDescriptions;
004import com.echothree.model.jooq.server.records.invoice.InvoiceAliasTypeDetails;
005import com.echothree.model.jooq.server.records.invoice.InvoiceAliasTypes;
006import com.echothree.model.jooq.server.records.invoice.InvoiceAliases;
007import com.echothree.model.jooq.server.records.invoice.InvoiceDetails;
008import com.echothree.model.jooq.server.records.invoice.InvoiceLineDetails;
009import com.echothree.model.jooq.server.records.invoice.InvoiceLineGlAccounts;
010import com.echothree.model.jooq.server.records.invoice.InvoiceLineItems;
011import com.echothree.model.jooq.server.records.invoice.InvoiceLineTypeDescriptions;
012import com.echothree.model.jooq.server.records.invoice.InvoiceLineTypeDetails;
013import com.echothree.model.jooq.server.records.invoice.InvoiceLineTypes;
014import com.echothree.model.jooq.server.records.invoice.InvoiceLineUseTypeDescriptions;
015import com.echothree.model.jooq.server.records.invoice.InvoiceLineUseTypes;
016import com.echothree.model.jooq.server.records.invoice.InvoiceLines;
017import com.echothree.model.jooq.server.records.invoice.InvoiceRoleTypeDescriptions;
018import com.echothree.model.jooq.server.records.invoice.InvoiceRoleTypes;
019import com.echothree.model.jooq.server.records.invoice.InvoiceRoles;
020import com.echothree.model.jooq.server.records.invoice.InvoiceStatuses;
021import com.echothree.model.jooq.server.records.invoice.InvoiceTimeTypeDescriptions;
022import com.echothree.model.jooq.server.records.invoice.InvoiceTimeTypeDetails;
023import com.echothree.model.jooq.server.records.invoice.InvoiceTimeTypes;
024import com.echothree.model.jooq.server.records.invoice.InvoiceTimes;
025import com.echothree.model.jooq.server.records.invoice.InvoiceTypeDescriptions;
026import com.echothree.model.jooq.server.records.invoice.InvoiceTypeDetails;
027import com.echothree.model.jooq.server.records.invoice.InvoiceTypes;
028import com.echothree.model.jooq.server.records.invoice.Invoices;
029
030import org.jooq.TableField;
031import org.jooq.UniqueKey;
032import org.jooq.impl.DSL;
033import org.jooq.impl.Internal;
034
035/**
036 * Key definitions for the InvoiceUnique component.
037 */
038public interface InvoiceUniqueKeys {
039    public static final UniqueKey<InvoiceAliases> INVOICE_ALIASES_INVOICE_ALIAS_TYPE_AND_THRU_TIME_AND_ALIAS_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.invoice.InvoiceAliases.InvoiceAliases, DSL.name("index3_idx"), new TableField[] { com.echothree.model.jooq.server.tables.invoice.InvoiceAliases.InvoiceAliases.INVOICE_ALIAS_TYPE, com.echothree.model.jooq.server.tables.invoice.InvoiceAliases.InvoiceAliases.THRU_TIME, com.echothree.model.jooq.server.tables.invoice.InvoiceAliases.InvoiceAliases.ALIAS }, true);
040    public static final UniqueKey<InvoiceAliases> INVOICE_ALIASES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.invoice.InvoiceAliases.InvoiceAliases, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.invoice.InvoiceAliases.InvoiceAliases.INVOICE_ALIAS }, true);
041    public static final UniqueKey<InvoiceAliasTypeDescriptions> INVOICE_ALIAS_TYPE_DESCRIPTIONS_INVOICE_ALIAS_TYPE_AND_LANGUAGE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.invoice.InvoiceAliasTypeDescriptions.InvoiceAliasTypeDescriptions, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.invoice.InvoiceAliasTypeDescriptions.InvoiceAliasTypeDescriptions.INVOICE_ALIAS_TYPE, com.echothree.model.jooq.server.tables.invoice.InvoiceAliasTypeDescriptions.InvoiceAliasTypeDescriptions.LANGUAGE, com.echothree.model.jooq.server.tables.invoice.InvoiceAliasTypeDescriptions.InvoiceAliasTypeDescriptions.THRU_TIME }, true);
042    public static final UniqueKey<InvoiceAliasTypeDescriptions> INVOICE_ALIAS_TYPE_DESCRIPTIONS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.invoice.InvoiceAliasTypeDescriptions.InvoiceAliasTypeDescriptions, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.invoice.InvoiceAliasTypeDescriptions.InvoiceAliasTypeDescriptions.INVOICE_ALIAS_TYPE_DESCRIPTION }, true);
043    public static final UniqueKey<InvoiceAliasTypeDetails> INVOICE_ALIAS_TYPE_DETAILS_INVOICE_ALIAS_TYPE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.invoice.InvoiceAliasTypeDetails.InvoiceAliasTypeDetails, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.invoice.InvoiceAliasTypeDetails.InvoiceAliasTypeDetails.INVOICE_ALIAS_TYPE, com.echothree.model.jooq.server.tables.invoice.InvoiceAliasTypeDetails.InvoiceAliasTypeDetails.THRU_TIME }, true);
044    public static final UniqueKey<InvoiceAliasTypeDetails> INVOICE_ALIAS_TYPE_DETAILS_INVOICE_TYPE_AND_INVOICE_ALIAS_TYPE_NAME_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.invoice.InvoiceAliasTypeDetails.InvoiceAliasTypeDetails, DSL.name("index2_idx"), new TableField[] { com.echothree.model.jooq.server.tables.invoice.InvoiceAliasTypeDetails.InvoiceAliasTypeDetails.INVOICE_TYPE, com.echothree.model.jooq.server.tables.invoice.InvoiceAliasTypeDetails.InvoiceAliasTypeDetails.INVOICE_ALIAS_TYPE_NAME, com.echothree.model.jooq.server.tables.invoice.InvoiceAliasTypeDetails.InvoiceAliasTypeDetails.THRU_TIME }, true);
045    public static final UniqueKey<InvoiceAliasTypeDetails> INVOICE_ALIAS_TYPE_DETAILS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.invoice.InvoiceAliasTypeDetails.InvoiceAliasTypeDetails, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.invoice.InvoiceAliasTypeDetails.InvoiceAliasTypeDetails.INVOICE_ALIAS_TYPE_DETAIL }, true);
046    public static final UniqueKey<InvoiceAliasTypes> INVOICE_ALIAS_TYPES_ACTIVE_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.invoice.InvoiceAliasTypes.InvoiceAliasTypes, DSL.name("activedetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.invoice.InvoiceAliasTypes.InvoiceAliasTypes.ACTIVE_DETAIL }, true);
047    public static final UniqueKey<InvoiceAliasTypes> INVOICE_ALIAS_TYPES_LAST_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.invoice.InvoiceAliasTypes.InvoiceAliasTypes, DSL.name("lastdetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.invoice.InvoiceAliasTypes.InvoiceAliasTypes.LAST_DETAIL }, true);
048    public static final UniqueKey<InvoiceAliasTypes> INVOICE_ALIAS_TYPES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.invoice.InvoiceAliasTypes.InvoiceAliasTypes, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.invoice.InvoiceAliasTypes.InvoiceAliasTypes.INVOICE_ALIAS_TYPE }, true);
049    public static final UniqueKey<InvoiceDetails> INVOICE_DETAILS_INVOICE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.invoice.InvoiceDetails.InvoiceDetails, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.invoice.InvoiceDetails.InvoiceDetails.INVOICE, com.echothree.model.jooq.server.tables.invoice.InvoiceDetails.InvoiceDetails.THRU_TIME }, true);
050    public static final UniqueKey<InvoiceDetails> INVOICE_DETAILS_INVOICE_TYPE_AND_INVOICE_NAME_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.invoice.InvoiceDetails.InvoiceDetails, DSL.name("index2_idx"), new TableField[] { com.echothree.model.jooq.server.tables.invoice.InvoiceDetails.InvoiceDetails.INVOICE_TYPE, com.echothree.model.jooq.server.tables.invoice.InvoiceDetails.InvoiceDetails.INVOICE_NAME, com.echothree.model.jooq.server.tables.invoice.InvoiceDetails.InvoiceDetails.THRU_TIME }, true);
051    public static final UniqueKey<InvoiceDetails> INVOICE_DETAILS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.invoice.InvoiceDetails.InvoiceDetails, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.invoice.InvoiceDetails.InvoiceDetails.INVOICE_DETAIL }, true);
052    public static final UniqueKey<InvoiceLineDetails> INVOICE_LINE_DETAILS_INVOICE_LINE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.invoice.InvoiceLineDetails.InvoiceLineDetails, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.invoice.InvoiceLineDetails.InvoiceLineDetails.INVOICE_LINE, com.echothree.model.jooq.server.tables.invoice.InvoiceLineDetails.InvoiceLineDetails.THRU_TIME }, true);
053    public static final UniqueKey<InvoiceLineDetails> INVOICE_LINE_DETAILS_INVOICE_AND_INVOICE_LINE_SEQUENCE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.invoice.InvoiceLineDetails.InvoiceLineDetails, DSL.name("index2_idx"), new TableField[] { com.echothree.model.jooq.server.tables.invoice.InvoiceLineDetails.InvoiceLineDetails.INVOICE, com.echothree.model.jooq.server.tables.invoice.InvoiceLineDetails.InvoiceLineDetails.INVOICE_LINE_SEQUENCE, com.echothree.model.jooq.server.tables.invoice.InvoiceLineDetails.InvoiceLineDetails.THRU_TIME }, true);
054    public static final UniqueKey<InvoiceLineDetails> INVOICE_LINE_DETAILS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.invoice.InvoiceLineDetails.InvoiceLineDetails, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.invoice.InvoiceLineDetails.InvoiceLineDetails.INVOICE_LINE_DETAIL }, true);
055    public static final UniqueKey<InvoiceLineGlAccounts> INVOICE_LINE_GL_ACCOUNTS_INVOICE_LINE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.invoice.InvoiceLineGlAccounts.InvoiceLineGlAccounts, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.invoice.InvoiceLineGlAccounts.InvoiceLineGlAccounts.INVOICE_LINE, com.echothree.model.jooq.server.tables.invoice.InvoiceLineGlAccounts.InvoiceLineGlAccounts.THRU_TIME }, true);
056    public static final UniqueKey<InvoiceLineGlAccounts> INVOICE_LINE_GL_ACCOUNTS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.invoice.InvoiceLineGlAccounts.InvoiceLineGlAccounts, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.invoice.InvoiceLineGlAccounts.InvoiceLineGlAccounts.INVOICE_LINE_GL_ACCOUNT }, true);
057    public static final UniqueKey<InvoiceLineItems> INVOICE_LINE_ITEMS_INVOICE_LINE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.invoice.InvoiceLineItems.InvoiceLineItems, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.invoice.InvoiceLineItems.InvoiceLineItems.INVOICE_LINE, com.echothree.model.jooq.server.tables.invoice.InvoiceLineItems.InvoiceLineItems.THRU_TIME }, true);
058    public static final UniqueKey<InvoiceLineItems> INVOICE_LINE_ITEMS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.invoice.InvoiceLineItems.InvoiceLineItems, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.invoice.InvoiceLineItems.InvoiceLineItems.INVOICE_LINE_ITEM }, true);
059    public static final UniqueKey<InvoiceLines> INVOICE_LINES_ACTIVE_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.invoice.InvoiceLines.InvoiceLines, DSL.name("activedetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.invoice.InvoiceLines.InvoiceLines.ACTIVE_DETAIL }, true);
060    public static final UniqueKey<InvoiceLines> INVOICE_LINES_LAST_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.invoice.InvoiceLines.InvoiceLines, DSL.name("lastdetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.invoice.InvoiceLines.InvoiceLines.LAST_DETAIL }, true);
061    public static final UniqueKey<InvoiceLines> INVOICE_LINES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.invoice.InvoiceLines.InvoiceLines, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.invoice.InvoiceLines.InvoiceLines.INVOICE_LINE }, true);
062    public static final UniqueKey<InvoiceLineTypeDescriptions> INVOICE_LINE_TYPE_DESCRIPTIONS_INVOICE_LINE_TYPE_AND_LANGUAGE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.invoice.InvoiceLineTypeDescriptions.InvoiceLineTypeDescriptions, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.invoice.InvoiceLineTypeDescriptions.InvoiceLineTypeDescriptions.INVOICE_LINE_TYPE, com.echothree.model.jooq.server.tables.invoice.InvoiceLineTypeDescriptions.InvoiceLineTypeDescriptions.LANGUAGE, com.echothree.model.jooq.server.tables.invoice.InvoiceLineTypeDescriptions.InvoiceLineTypeDescriptions.THRU_TIME }, true);
063    public static final UniqueKey<InvoiceLineTypeDescriptions> INVOICE_LINE_TYPE_DESCRIPTIONS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.invoice.InvoiceLineTypeDescriptions.InvoiceLineTypeDescriptions, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.invoice.InvoiceLineTypeDescriptions.InvoiceLineTypeDescriptions.INVOICE_LINE_TYPE_DESCRIPTION }, true);
064    public static final UniqueKey<InvoiceLineTypeDetails> INVOICE_LINE_TYPE_DETAILS_INVOICE_LINE_TYPE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.invoice.InvoiceLineTypeDetails.InvoiceLineTypeDetails, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.invoice.InvoiceLineTypeDetails.InvoiceLineTypeDetails.INVOICE_LINE_TYPE, com.echothree.model.jooq.server.tables.invoice.InvoiceLineTypeDetails.InvoiceLineTypeDetails.THRU_TIME }, true);
065    public static final UniqueKey<InvoiceLineTypeDetails> INVOICE_LINE_TYPE_DETAILS_INVOICE_TYPE_AND_INVOICE_LINE_TYPE_NAME_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.invoice.InvoiceLineTypeDetails.InvoiceLineTypeDetails, DSL.name("index2_idx"), new TableField[] { com.echothree.model.jooq.server.tables.invoice.InvoiceLineTypeDetails.InvoiceLineTypeDetails.INVOICE_TYPE, com.echothree.model.jooq.server.tables.invoice.InvoiceLineTypeDetails.InvoiceLineTypeDetails.INVOICE_LINE_TYPE_NAME, com.echothree.model.jooq.server.tables.invoice.InvoiceLineTypeDetails.InvoiceLineTypeDetails.THRU_TIME }, true);
066    public static final UniqueKey<InvoiceLineTypeDetails> INVOICE_LINE_TYPE_DETAILS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.invoice.InvoiceLineTypeDetails.InvoiceLineTypeDetails, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.invoice.InvoiceLineTypeDetails.InvoiceLineTypeDetails.INVOICE_LINE_TYPE_DETAIL }, true);
067    public static final UniqueKey<InvoiceLineTypes> INVOICE_LINE_TYPES_ACTIVE_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.invoice.InvoiceLineTypes.InvoiceLineTypes, DSL.name("activedetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.invoice.InvoiceLineTypes.InvoiceLineTypes.ACTIVE_DETAIL }, true);
068    public static final UniqueKey<InvoiceLineTypes> INVOICE_LINE_TYPES_LAST_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.invoice.InvoiceLineTypes.InvoiceLineTypes, DSL.name("lastdetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.invoice.InvoiceLineTypes.InvoiceLineTypes.LAST_DETAIL }, true);
069    public static final UniqueKey<InvoiceLineTypes> INVOICE_LINE_TYPES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.invoice.InvoiceLineTypes.InvoiceLineTypes, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.invoice.InvoiceLineTypes.InvoiceLineTypes.INVOICE_LINE_TYPE }, true);
070    public static final UniqueKey<InvoiceLineUseTypeDescriptions> INVOICE_LINE_USE_TYPE_DESCRIPTIONS_INVOICE_LINE_USE_TYPE_AND_LANGUAGE_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.invoice.InvoiceLineUseTypeDescriptions.InvoiceLineUseTypeDescriptions, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.invoice.InvoiceLineUseTypeDescriptions.InvoiceLineUseTypeDescriptions.INVOICE_LINE_USE_TYPE, com.echothree.model.jooq.server.tables.invoice.InvoiceLineUseTypeDescriptions.InvoiceLineUseTypeDescriptions.LANGUAGE }, true);
071    public static final UniqueKey<InvoiceLineUseTypeDescriptions> INVOICE_LINE_USE_TYPE_DESCRIPTIONS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.invoice.InvoiceLineUseTypeDescriptions.InvoiceLineUseTypeDescriptions, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.invoice.InvoiceLineUseTypeDescriptions.InvoiceLineUseTypeDescriptions.INVOICE_LINE_USE_TYPE_DESCRIPTION }, true);
072    public static final UniqueKey<InvoiceLineUseTypes> INVOICE_LINE_USE_TYPES_INVOICE_LINE_USE_TYPE_NAME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.invoice.InvoiceLineUseTypes.InvoiceLineUseTypes, DSL.name("invoicelineusetypename_idx"), new TableField[] { com.echothree.model.jooq.server.tables.invoice.InvoiceLineUseTypes.InvoiceLineUseTypes.INVOICE_LINE_USE_TYPE_NAME }, true);
073    public static final UniqueKey<InvoiceLineUseTypes> INVOICE_LINE_USE_TYPES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.invoice.InvoiceLineUseTypes.InvoiceLineUseTypes, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.invoice.InvoiceLineUseTypes.InvoiceLineUseTypes.INVOICE_LINE_USE_TYPE }, true);
074    public static final UniqueKey<InvoiceRoles> INVOICE_ROLES_INVOICE_AND_INVOICE_ROLE_TYPE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.invoice.InvoiceRoles.InvoiceRoles, DSL.name("index6_idx"), new TableField[] { com.echothree.model.jooq.server.tables.invoice.InvoiceRoles.InvoiceRoles.INVOICE, com.echothree.model.jooq.server.tables.invoice.InvoiceRoles.InvoiceRoles.INVOICE_ROLE_TYPE, com.echothree.model.jooq.server.tables.invoice.InvoiceRoles.InvoiceRoles.THRU_TIME }, true);
075    public static final UniqueKey<InvoiceRoles> INVOICE_ROLES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.invoice.InvoiceRoles.InvoiceRoles, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.invoice.InvoiceRoles.InvoiceRoles.INVOICE_ROLE }, true);
076    public static final UniqueKey<InvoiceRoleTypeDescriptions> INVOICE_ROLE_TYPE_DESCRIPTIONS_INVOICE_ROLE_TYPE_AND_LANGUAGE_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.invoice.InvoiceRoleTypeDescriptions.InvoiceRoleTypeDescriptions, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.invoice.InvoiceRoleTypeDescriptions.InvoiceRoleTypeDescriptions.INVOICE_ROLE_TYPE, com.echothree.model.jooq.server.tables.invoice.InvoiceRoleTypeDescriptions.InvoiceRoleTypeDescriptions.LANGUAGE }, true);
077    public static final UniqueKey<InvoiceRoleTypeDescriptions> INVOICE_ROLE_TYPE_DESCRIPTIONS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.invoice.InvoiceRoleTypeDescriptions.InvoiceRoleTypeDescriptions, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.invoice.InvoiceRoleTypeDescriptions.InvoiceRoleTypeDescriptions.INVOICE_ROLE_TYPE_DESCRIPTION }, true);
078    public static final UniqueKey<InvoiceRoleTypes> INVOICE_ROLE_TYPES_INVOICE_ROLE_TYPE_NAME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.invoice.InvoiceRoleTypes.InvoiceRoleTypes, DSL.name("invoiceroletypename_idx"), new TableField[] { com.echothree.model.jooq.server.tables.invoice.InvoiceRoleTypes.InvoiceRoleTypes.INVOICE_ROLE_TYPE_NAME }, true);
079    public static final UniqueKey<InvoiceRoleTypes> INVOICE_ROLE_TYPES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.invoice.InvoiceRoleTypes.InvoiceRoleTypes, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.invoice.InvoiceRoleTypes.InvoiceRoleTypes.INVOICE_ROLE_TYPE }, true);
080    public static final UniqueKey<Invoices> INVOICES_ACTIVE_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.invoice.Invoices.Invoices, DSL.name("activedetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.invoice.Invoices.Invoices.ACTIVE_DETAIL }, true);
081    public static final UniqueKey<Invoices> INVOICES_LAST_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.invoice.Invoices.Invoices, DSL.name("lastdetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.invoice.Invoices.Invoices.LAST_DETAIL }, true);
082    public static final UniqueKey<Invoices> INVOICES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.invoice.Invoices.Invoices, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.invoice.Invoices.Invoices.INVOICE }, true);
083    public static final UniqueKey<InvoiceStatuses> INVOICE_STATUSES_INVOICE_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.invoice.InvoiceStatuses.InvoiceStatuses, DSL.name("invoiceid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.invoice.InvoiceStatuses.InvoiceStatuses.INVOICE }, true);
084    public static final UniqueKey<InvoiceStatuses> INVOICE_STATUSES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.invoice.InvoiceStatuses.InvoiceStatuses, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.invoice.InvoiceStatuses.InvoiceStatuses.INVOICE_STATUS }, true);
085    public static final UniqueKey<InvoiceTimes> INVOICE_TIMES_INVOICE_AND_INVOICE_TIME_TYPE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.invoice.InvoiceTimes.InvoiceTimes, DSL.name("index2_idx"), new TableField[] { com.echothree.model.jooq.server.tables.invoice.InvoiceTimes.InvoiceTimes.INVOICE, com.echothree.model.jooq.server.tables.invoice.InvoiceTimes.InvoiceTimes.INVOICE_TIME_TYPE, com.echothree.model.jooq.server.tables.invoice.InvoiceTimes.InvoiceTimes.THRU_TIME }, true);
086    public static final UniqueKey<InvoiceTimes> INVOICE_TIMES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.invoice.InvoiceTimes.InvoiceTimes, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.invoice.InvoiceTimes.InvoiceTimes.INVOICE_TIME }, true);
087    public static final UniqueKey<InvoiceTimeTypeDescriptions> INVOICE_TIME_TYPE_DESCRIPTIONS_INVOICE_TIME_TYPE_AND_LANGUAGE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.invoice.InvoiceTimeTypeDescriptions.InvoiceTimeTypeDescriptions, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.invoice.InvoiceTimeTypeDescriptions.InvoiceTimeTypeDescriptions.INVOICE_TIME_TYPE, com.echothree.model.jooq.server.tables.invoice.InvoiceTimeTypeDescriptions.InvoiceTimeTypeDescriptions.LANGUAGE, com.echothree.model.jooq.server.tables.invoice.InvoiceTimeTypeDescriptions.InvoiceTimeTypeDescriptions.THRU_TIME }, true);
088    public static final UniqueKey<InvoiceTimeTypeDescriptions> INVOICE_TIME_TYPE_DESCRIPTIONS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.invoice.InvoiceTimeTypeDescriptions.InvoiceTimeTypeDescriptions, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.invoice.InvoiceTimeTypeDescriptions.InvoiceTimeTypeDescriptions.INVOICE_TIME_TYPE_DESCRIPTION }, true);
089    public static final UniqueKey<InvoiceTimeTypeDetails> INVOICE_TIME_TYPE_DETAILS_INVOICE_TIME_TYPE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.invoice.InvoiceTimeTypeDetails.InvoiceTimeTypeDetails, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.invoice.InvoiceTimeTypeDetails.InvoiceTimeTypeDetails.INVOICE_TIME_TYPE, com.echothree.model.jooq.server.tables.invoice.InvoiceTimeTypeDetails.InvoiceTimeTypeDetails.THRU_TIME }, true);
090    public static final UniqueKey<InvoiceTimeTypeDetails> INVOICE_TIME_TYPE_DETAILS_INVOICE_TYPE_AND_INVOICE_TIME_TYPE_NAME_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.invoice.InvoiceTimeTypeDetails.InvoiceTimeTypeDetails, DSL.name("index2_idx"), new TableField[] { com.echothree.model.jooq.server.tables.invoice.InvoiceTimeTypeDetails.InvoiceTimeTypeDetails.INVOICE_TYPE, com.echothree.model.jooq.server.tables.invoice.InvoiceTimeTypeDetails.InvoiceTimeTypeDetails.INVOICE_TIME_TYPE_NAME, com.echothree.model.jooq.server.tables.invoice.InvoiceTimeTypeDetails.InvoiceTimeTypeDetails.THRU_TIME }, true);
091    public static final UniqueKey<InvoiceTimeTypeDetails> INVOICE_TIME_TYPE_DETAILS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.invoice.InvoiceTimeTypeDetails.InvoiceTimeTypeDetails, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.invoice.InvoiceTimeTypeDetails.InvoiceTimeTypeDetails.INVOICE_TIME_TYPE_DETAIL }, true);
092    public static final UniqueKey<InvoiceTimeTypes> INVOICE_TIME_TYPES_ACTIVE_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.invoice.InvoiceTimeTypes.InvoiceTimeTypes, DSL.name("activedetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.invoice.InvoiceTimeTypes.InvoiceTimeTypes.ACTIVE_DETAIL }, true);
093    public static final UniqueKey<InvoiceTimeTypes> INVOICE_TIME_TYPES_LAST_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.invoice.InvoiceTimeTypes.InvoiceTimeTypes, DSL.name("lastdetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.invoice.InvoiceTimeTypes.InvoiceTimeTypes.LAST_DETAIL }, true);
094    public static final UniqueKey<InvoiceTimeTypes> INVOICE_TIME_TYPES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.invoice.InvoiceTimeTypes.InvoiceTimeTypes, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.invoice.InvoiceTimeTypes.InvoiceTimeTypes.INVOICE_TIME_TYPE }, true);
095    public static final UniqueKey<InvoiceTypeDescriptions> INVOICE_TYPE_DESCRIPTIONS_INVOICE_TYPE_AND_LANGUAGE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.invoice.InvoiceTypeDescriptions.InvoiceTypeDescriptions, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.invoice.InvoiceTypeDescriptions.InvoiceTypeDescriptions.INVOICE_TYPE, com.echothree.model.jooq.server.tables.invoice.InvoiceTypeDescriptions.InvoiceTypeDescriptions.LANGUAGE, com.echothree.model.jooq.server.tables.invoice.InvoiceTypeDescriptions.InvoiceTypeDescriptions.THRU_TIME }, true);
096    public static final UniqueKey<InvoiceTypeDescriptions> INVOICE_TYPE_DESCRIPTIONS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.invoice.InvoiceTypeDescriptions.InvoiceTypeDescriptions, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.invoice.InvoiceTypeDescriptions.InvoiceTypeDescriptions.INVOICE_TYPE_DESCRIPTION }, true);
097    public static final UniqueKey<InvoiceTypeDetails> INVOICE_TYPE_DETAILS_INVOICE_TYPE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.invoice.InvoiceTypeDetails.InvoiceTypeDetails, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.invoice.InvoiceTypeDetails.InvoiceTypeDetails.INVOICE_TYPE, com.echothree.model.jooq.server.tables.invoice.InvoiceTypeDetails.InvoiceTypeDetails.THRU_TIME }, true);
098    public static final UniqueKey<InvoiceTypeDetails> INVOICE_TYPE_DETAILS_INVOICE_TYPE_NAME_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.invoice.InvoiceTypeDetails.InvoiceTypeDetails, DSL.name("index2_idx"), new TableField[] { com.echothree.model.jooq.server.tables.invoice.InvoiceTypeDetails.InvoiceTypeDetails.INVOICE_TYPE_NAME, com.echothree.model.jooq.server.tables.invoice.InvoiceTypeDetails.InvoiceTypeDetails.THRU_TIME }, true);
099    public static final UniqueKey<InvoiceTypeDetails> INVOICE_TYPE_DETAILS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.invoice.InvoiceTypeDetails.InvoiceTypeDetails, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.invoice.InvoiceTypeDetails.InvoiceTypeDetails.INVOICE_TYPE_DETAIL }, true);
100    public static final UniqueKey<InvoiceTypes> INVOICE_TYPES_ACTIVE_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.invoice.InvoiceTypes.InvoiceTypes, DSL.name("activedetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.invoice.InvoiceTypes.InvoiceTypes.ACTIVE_DETAIL }, true);
101    public static final UniqueKey<InvoiceTypes> INVOICE_TYPES_LAST_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.invoice.InvoiceTypes.InvoiceTypes, DSL.name("lastdetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.invoice.InvoiceTypes.InvoiceTypes.LAST_DETAIL }, true);
102    public static final UniqueKey<InvoiceTypes> INVOICE_TYPES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.invoice.InvoiceTypes.InvoiceTypes, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.invoice.InvoiceTypes.InvoiceTypes.INVOICE_TYPE }, true);
103}