001package com.echothree.model.jooq.server.keys.contactlist; 002 003import com.echothree.model.jooq.server.records.contactlist.ContactListContactMechanismPurposeDetails; 004import com.echothree.model.jooq.server.records.contactlist.ContactListContactMechanismPurposes; 005import com.echothree.model.jooq.server.records.contactlist.ContactListDescriptions; 006import com.echothree.model.jooq.server.records.contactlist.ContactListDetails; 007import com.echothree.model.jooq.server.records.contactlist.ContactListFrequencies; 008import com.echothree.model.jooq.server.records.contactlist.ContactListFrequencyDescriptions; 009import com.echothree.model.jooq.server.records.contactlist.ContactListFrequencyDetails; 010import com.echothree.model.jooq.server.records.contactlist.ContactListGroupDescriptions; 011import com.echothree.model.jooq.server.records.contactlist.ContactListGroupDetails; 012import com.echothree.model.jooq.server.records.contactlist.ContactListGroups; 013import com.echothree.model.jooq.server.records.contactlist.ContactListTypeDescriptions; 014import com.echothree.model.jooq.server.records.contactlist.ContactListTypeDetails; 015import com.echothree.model.jooq.server.records.contactlist.ContactListTypes; 016import com.echothree.model.jooq.server.records.contactlist.ContactLists; 017import com.echothree.model.jooq.server.records.contactlist.CustomerTypeContactListGroups; 018import com.echothree.model.jooq.server.records.contactlist.CustomerTypeContactLists; 019import com.echothree.model.jooq.server.records.contactlist.PartyContactListDetails; 020import com.echothree.model.jooq.server.records.contactlist.PartyContactLists; 021import com.echothree.model.jooq.server.records.contactlist.PartyTypeContactListGroups; 022import com.echothree.model.jooq.server.records.contactlist.PartyTypeContactLists; 023 024import org.jooq.TableField; 025import org.jooq.UniqueKey; 026import org.jooq.impl.DSL; 027import org.jooq.impl.Internal; 028 029/** 030 * Key definitions for the ContactListUnique component. 031 */ 032public interface ContactListUniqueKeys { 033 public static final UniqueKey<ContactListContactMechanismPurposeDetails> CONTACT_LIST_CONTACT_MECHANISM_PURPOSE_DETAILS_CONTACT_LIST_CONTACT_MECHANISM_PURPOSE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.contactlist.ContactListContactMechanismPurposeDetails.ContactListContactMechanismPurposeDetails, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.contactlist.ContactListContactMechanismPurposeDetails.ContactListContactMechanismPurposeDetails.CONTACT_LIST_CONTACT_MECHANISM_PURPOSE, com.echothree.model.jooq.server.tables.contactlist.ContactListContactMechanismPurposeDetails.ContactListContactMechanismPurposeDetails.THRU_TIME }, true); 034 public static final UniqueKey<ContactListContactMechanismPurposeDetails> CONTACT_LIST_CONTACT_MECHANISM_PURPOSE_DETAILS_CONTACT_LIST_AND_CONTACT_MECHANISM_PURPOSE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.contactlist.ContactListContactMechanismPurposeDetails.ContactListContactMechanismPurposeDetails, DSL.name("index2_idx"), new TableField[] { com.echothree.model.jooq.server.tables.contactlist.ContactListContactMechanismPurposeDetails.ContactListContactMechanismPurposeDetails.CONTACT_LIST, com.echothree.model.jooq.server.tables.contactlist.ContactListContactMechanismPurposeDetails.ContactListContactMechanismPurposeDetails.CONTACT_MECHANISM_PURPOSE, com.echothree.model.jooq.server.tables.contactlist.ContactListContactMechanismPurposeDetails.ContactListContactMechanismPurposeDetails.THRU_TIME }, true); 035 public static final UniqueKey<ContactListContactMechanismPurposeDetails> CONTACT_LIST_CONTACT_MECHANISM_PURPOSE_DETAILS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.contactlist.ContactListContactMechanismPurposeDetails.ContactListContactMechanismPurposeDetails, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.contactlist.ContactListContactMechanismPurposeDetails.ContactListContactMechanismPurposeDetails.CONTACT_LIST_CONTACT_MECHANISM_PURPOSE_DETAIL }, true); 036 public static final UniqueKey<ContactListContactMechanismPurposes> CONTACT_LIST_CONTACT_MECHANISM_PURPOSES_ACTIVE_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.contactlist.ContactListContactMechanismPurposes.ContactListContactMechanismPurposes, DSL.name("activedetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.contactlist.ContactListContactMechanismPurposes.ContactListContactMechanismPurposes.ACTIVE_DETAIL }, true); 037 public static final UniqueKey<ContactListContactMechanismPurposes> CONTACT_LIST_CONTACT_MECHANISM_PURPOSES_LAST_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.contactlist.ContactListContactMechanismPurposes.ContactListContactMechanismPurposes, DSL.name("lastdetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.contactlist.ContactListContactMechanismPurposes.ContactListContactMechanismPurposes.LAST_DETAIL }, true); 038 public static final UniqueKey<ContactListContactMechanismPurposes> CONTACT_LIST_CONTACT_MECHANISM_PURPOSES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.contactlist.ContactListContactMechanismPurposes.ContactListContactMechanismPurposes, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.contactlist.ContactListContactMechanismPurposes.ContactListContactMechanismPurposes.CONTACT_LIST_CONTACT_MECHANISM_PURPOSE }, true); 039 public static final UniqueKey<ContactListDescriptions> CONTACT_LIST_DESCRIPTIONS_CONTACT_LIST_AND_LANGUAGE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.contactlist.ContactListDescriptions.ContactListDescriptions, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.contactlist.ContactListDescriptions.ContactListDescriptions.CONTACT_LIST, com.echothree.model.jooq.server.tables.contactlist.ContactListDescriptions.ContactListDescriptions.LANGUAGE, com.echothree.model.jooq.server.tables.contactlist.ContactListDescriptions.ContactListDescriptions.THRU_TIME }, true); 040 public static final UniqueKey<ContactListDescriptions> CONTACT_LIST_DESCRIPTIONS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.contactlist.ContactListDescriptions.ContactListDescriptions, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.contactlist.ContactListDescriptions.ContactListDescriptions.CONTACT_LIST_DESCRIPTION }, true); 041 public static final UniqueKey<ContactListDetails> CONTACT_LIST_DETAILS_CONTACT_LIST_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.contactlist.ContactListDetails.ContactListDetails, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.contactlist.ContactListDetails.ContactListDetails.CONTACT_LIST, com.echothree.model.jooq.server.tables.contactlist.ContactListDetails.ContactListDetails.THRU_TIME }, true); 042 public static final UniqueKey<ContactListDetails> CONTACT_LIST_DETAILS_CONTACT_LIST_NAME_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.contactlist.ContactListDetails.ContactListDetails, DSL.name("index2_idx"), new TableField[] { com.echothree.model.jooq.server.tables.contactlist.ContactListDetails.ContactListDetails.CONTACT_LIST_NAME, com.echothree.model.jooq.server.tables.contactlist.ContactListDetails.ContactListDetails.THRU_TIME }, true); 043 public static final UniqueKey<ContactListDetails> CONTACT_LIST_DETAILS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.contactlist.ContactListDetails.ContactListDetails, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.contactlist.ContactListDetails.ContactListDetails.CONTACT_LIST_DETAIL }, true); 044 public static final UniqueKey<ContactListFrequencies> CONTACT_LIST_FREQUENCIES_ACTIVE_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.contactlist.ContactListFrequencies.ContactListFrequencies, DSL.name("activedetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.contactlist.ContactListFrequencies.ContactListFrequencies.ACTIVE_DETAIL }, true); 045 public static final UniqueKey<ContactListFrequencies> CONTACT_LIST_FREQUENCIES_LAST_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.contactlist.ContactListFrequencies.ContactListFrequencies, DSL.name("lastdetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.contactlist.ContactListFrequencies.ContactListFrequencies.LAST_DETAIL }, true); 046 public static final UniqueKey<ContactListFrequencies> CONTACT_LIST_FREQUENCIES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.contactlist.ContactListFrequencies.ContactListFrequencies, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.contactlist.ContactListFrequencies.ContactListFrequencies.CONTACT_LIST_FREQUENCY }, true); 047 public static final UniqueKey<ContactListFrequencyDescriptions> CONTACT_LIST_FREQUENCY_DESCRIPTIONS_CONTACT_LIST_FREQUENCY_AND_LANGUAGE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.contactlist.ContactListFrequencyDescriptions.ContactListFrequencyDescriptions, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.contactlist.ContactListFrequencyDescriptions.ContactListFrequencyDescriptions.CONTACT_LIST_FREQUENCY, com.echothree.model.jooq.server.tables.contactlist.ContactListFrequencyDescriptions.ContactListFrequencyDescriptions.LANGUAGE, com.echothree.model.jooq.server.tables.contactlist.ContactListFrequencyDescriptions.ContactListFrequencyDescriptions.THRU_TIME }, true); 048 public static final UniqueKey<ContactListFrequencyDescriptions> CONTACT_LIST_FREQUENCY_DESCRIPTIONS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.contactlist.ContactListFrequencyDescriptions.ContactListFrequencyDescriptions, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.contactlist.ContactListFrequencyDescriptions.ContactListFrequencyDescriptions.CONTACT_LIST_FREQUENCY_DESCRIPTION }, true); 049 public static final UniqueKey<ContactListFrequencyDetails> CONTACT_LIST_FREQUENCY_DETAILS_CONTACT_LIST_FREQUENCY_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.contactlist.ContactListFrequencyDetails.ContactListFrequencyDetails, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.contactlist.ContactListFrequencyDetails.ContactListFrequencyDetails.CONTACT_LIST_FREQUENCY, com.echothree.model.jooq.server.tables.contactlist.ContactListFrequencyDetails.ContactListFrequencyDetails.THRU_TIME }, true); 050 public static final UniqueKey<ContactListFrequencyDetails> CONTACT_LIST_FREQUENCY_DETAILS_CONTACT_LIST_FREQUENCY_NAME_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.contactlist.ContactListFrequencyDetails.ContactListFrequencyDetails, DSL.name("index2_idx"), new TableField[] { com.echothree.model.jooq.server.tables.contactlist.ContactListFrequencyDetails.ContactListFrequencyDetails.CONTACT_LIST_FREQUENCY_NAME, com.echothree.model.jooq.server.tables.contactlist.ContactListFrequencyDetails.ContactListFrequencyDetails.THRU_TIME }, true); 051 public static final UniqueKey<ContactListFrequencyDetails> CONTACT_LIST_FREQUENCY_DETAILS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.contactlist.ContactListFrequencyDetails.ContactListFrequencyDetails, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.contactlist.ContactListFrequencyDetails.ContactListFrequencyDetails.CONTACT_LIST_FREQUENCY_DETAIL }, true); 052 public static final UniqueKey<ContactListGroupDescriptions> CONTACT_LIST_GROUP_DESCRIPTIONS_CONTACT_LIST_GROUP_AND_LANGUAGE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.contactlist.ContactListGroupDescriptions.ContactListGroupDescriptions, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.contactlist.ContactListGroupDescriptions.ContactListGroupDescriptions.CONTACT_LIST_GROUP, com.echothree.model.jooq.server.tables.contactlist.ContactListGroupDescriptions.ContactListGroupDescriptions.LANGUAGE, com.echothree.model.jooq.server.tables.contactlist.ContactListGroupDescriptions.ContactListGroupDescriptions.THRU_TIME }, true); 053 public static final UniqueKey<ContactListGroupDescriptions> CONTACT_LIST_GROUP_DESCRIPTIONS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.contactlist.ContactListGroupDescriptions.ContactListGroupDescriptions, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.contactlist.ContactListGroupDescriptions.ContactListGroupDescriptions.CONTACT_LIST_GROUP_DESCRIPTION }, true); 054 public static final UniqueKey<ContactListGroupDetails> CONTACT_LIST_GROUP_DETAILS_CONTACT_LIST_GROUP_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.contactlist.ContactListGroupDetails.ContactListGroupDetails, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.contactlist.ContactListGroupDetails.ContactListGroupDetails.CONTACT_LIST_GROUP, com.echothree.model.jooq.server.tables.contactlist.ContactListGroupDetails.ContactListGroupDetails.THRU_TIME }, true); 055 public static final UniqueKey<ContactListGroupDetails> CONTACT_LIST_GROUP_DETAILS_CONTACT_LIST_GROUP_NAME_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.contactlist.ContactListGroupDetails.ContactListGroupDetails, DSL.name("index2_idx"), new TableField[] { com.echothree.model.jooq.server.tables.contactlist.ContactListGroupDetails.ContactListGroupDetails.CONTACT_LIST_GROUP_NAME, com.echothree.model.jooq.server.tables.contactlist.ContactListGroupDetails.ContactListGroupDetails.THRU_TIME }, true); 056 public static final UniqueKey<ContactListGroupDetails> CONTACT_LIST_GROUP_DETAILS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.contactlist.ContactListGroupDetails.ContactListGroupDetails, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.contactlist.ContactListGroupDetails.ContactListGroupDetails.CONTACT_LIST_GROUP_DETAIL }, true); 057 public static final UniqueKey<ContactListGroups> CONTACT_LIST_GROUPS_ACTIVE_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.contactlist.ContactListGroups.ContactListGroups, DSL.name("activedetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.contactlist.ContactListGroups.ContactListGroups.ACTIVE_DETAIL }, true); 058 public static final UniqueKey<ContactListGroups> CONTACT_LIST_GROUPS_LAST_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.contactlist.ContactListGroups.ContactListGroups, DSL.name("lastdetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.contactlist.ContactListGroups.ContactListGroups.LAST_DETAIL }, true); 059 public static final UniqueKey<ContactListGroups> CONTACT_LIST_GROUPS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.contactlist.ContactListGroups.ContactListGroups, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.contactlist.ContactListGroups.ContactListGroups.CONTACT_LIST_GROUP }, true); 060 public static final UniqueKey<ContactLists> CONTACT_LISTS_ACTIVE_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.contactlist.ContactLists.ContactLists, DSL.name("activedetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.contactlist.ContactLists.ContactLists.ACTIVE_DETAIL }, true); 061 public static final UniqueKey<ContactLists> CONTACT_LISTS_LAST_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.contactlist.ContactLists.ContactLists, DSL.name("lastdetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.contactlist.ContactLists.ContactLists.LAST_DETAIL }, true); 062 public static final UniqueKey<ContactLists> CONTACT_LISTS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.contactlist.ContactLists.ContactLists, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.contactlist.ContactLists.ContactLists.CONTACT_LIST }, true); 063 public static final UniqueKey<ContactListTypeDescriptions> CONTACT_LIST_TYPE_DESCRIPTIONS_CONTACT_LIST_TYPE_AND_LANGUAGE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.contactlist.ContactListTypeDescriptions.ContactListTypeDescriptions, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.contactlist.ContactListTypeDescriptions.ContactListTypeDescriptions.CONTACT_LIST_TYPE, com.echothree.model.jooq.server.tables.contactlist.ContactListTypeDescriptions.ContactListTypeDescriptions.LANGUAGE, com.echothree.model.jooq.server.tables.contactlist.ContactListTypeDescriptions.ContactListTypeDescriptions.THRU_TIME }, true); 064 public static final UniqueKey<ContactListTypeDescriptions> CONTACT_LIST_TYPE_DESCRIPTIONS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.contactlist.ContactListTypeDescriptions.ContactListTypeDescriptions, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.contactlist.ContactListTypeDescriptions.ContactListTypeDescriptions.CONTACT_LIST_TYPE_DESCRIPTION }, true); 065 public static final UniqueKey<ContactListTypeDetails> CONTACT_LIST_TYPE_DETAILS_CONTACT_LIST_TYPE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.contactlist.ContactListTypeDetails.ContactListTypeDetails, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.contactlist.ContactListTypeDetails.ContactListTypeDetails.CONTACT_LIST_TYPE, com.echothree.model.jooq.server.tables.contactlist.ContactListTypeDetails.ContactListTypeDetails.THRU_TIME }, true); 066 public static final UniqueKey<ContactListTypeDetails> CONTACT_LIST_TYPE_DETAILS_CONTACT_LIST_TYPE_NAME_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.contactlist.ContactListTypeDetails.ContactListTypeDetails, DSL.name("index2_idx"), new TableField[] { com.echothree.model.jooq.server.tables.contactlist.ContactListTypeDetails.ContactListTypeDetails.CONTACT_LIST_TYPE_NAME, com.echothree.model.jooq.server.tables.contactlist.ContactListTypeDetails.ContactListTypeDetails.THRU_TIME }, true); 067 public static final UniqueKey<ContactListTypeDetails> CONTACT_LIST_TYPE_DETAILS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.contactlist.ContactListTypeDetails.ContactListTypeDetails, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.contactlist.ContactListTypeDetails.ContactListTypeDetails.CONTACT_LIST_TYPE_DETAIL }, true); 068 public static final UniqueKey<ContactListTypes> CONTACT_LIST_TYPES_ACTIVE_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.contactlist.ContactListTypes.ContactListTypes, DSL.name("activedetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.contactlist.ContactListTypes.ContactListTypes.ACTIVE_DETAIL }, true); 069 public static final UniqueKey<ContactListTypes> CONTACT_LIST_TYPES_LAST_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.contactlist.ContactListTypes.ContactListTypes, DSL.name("lastdetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.contactlist.ContactListTypes.ContactListTypes.LAST_DETAIL }, true); 070 public static final UniqueKey<ContactListTypes> CONTACT_LIST_TYPES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.contactlist.ContactListTypes.ContactListTypes, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.contactlist.ContactListTypes.ContactListTypes.CONTACT_LIST_TYPE }, true); 071 public static final UniqueKey<CustomerTypeContactListGroups> CUSTOMER_TYPE_CONTACT_LIST_GROUPS_CUSTOMER_TYPE_AND_CONTACT_LIST_GROUP_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.contactlist.CustomerTypeContactListGroups.CustomerTypeContactListGroups, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.contactlist.CustomerTypeContactListGroups.CustomerTypeContactListGroups.CUSTOMER_TYPE, com.echothree.model.jooq.server.tables.contactlist.CustomerTypeContactListGroups.CustomerTypeContactListGroups.CONTACT_LIST_GROUP, com.echothree.model.jooq.server.tables.contactlist.CustomerTypeContactListGroups.CustomerTypeContactListGroups.THRU_TIME }, true); 072 public static final UniqueKey<CustomerTypeContactListGroups> CUSTOMER_TYPE_CONTACT_LIST_GROUPS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.contactlist.CustomerTypeContactListGroups.CustomerTypeContactListGroups, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.contactlist.CustomerTypeContactListGroups.CustomerTypeContactListGroups.CUSTOMER_TYPE_CONTACT_LIST_GROUP }, true); 073 public static final UniqueKey<CustomerTypeContactLists> CUSTOMER_TYPE_CONTACT_LISTS_CUSTOMER_TYPE_AND_CONTACT_LIST_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.contactlist.CustomerTypeContactLists.CustomerTypeContactLists, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.contactlist.CustomerTypeContactLists.CustomerTypeContactLists.CUSTOMER_TYPE, com.echothree.model.jooq.server.tables.contactlist.CustomerTypeContactLists.CustomerTypeContactLists.CONTACT_LIST, com.echothree.model.jooq.server.tables.contactlist.CustomerTypeContactLists.CustomerTypeContactLists.THRU_TIME }, true); 074 public static final UniqueKey<CustomerTypeContactLists> CUSTOMER_TYPE_CONTACT_LISTS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.contactlist.CustomerTypeContactLists.CustomerTypeContactLists, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.contactlist.CustomerTypeContactLists.CustomerTypeContactLists.CUSTOMER_TYPE_CONTACT_LIST }, true); 075 public static final UniqueKey<PartyContactListDetails> PARTY_CONTACT_LIST_DETAILS_PARTY_CONTACT_LIST_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.contactlist.PartyContactListDetails.PartyContactListDetails, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.contactlist.PartyContactListDetails.PartyContactListDetails.PARTY_CONTACT_LIST, com.echothree.model.jooq.server.tables.contactlist.PartyContactListDetails.PartyContactListDetails.THRU_TIME }, true); 076 public static final UniqueKey<PartyContactListDetails> PARTY_CONTACT_LIST_DETAILS_PARTY_AND_CONTACT_LIST_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.contactlist.PartyContactListDetails.PartyContactListDetails, DSL.name("index2_idx"), new TableField[] { com.echothree.model.jooq.server.tables.contactlist.PartyContactListDetails.PartyContactListDetails.PARTY, com.echothree.model.jooq.server.tables.contactlist.PartyContactListDetails.PartyContactListDetails.CONTACT_LIST, com.echothree.model.jooq.server.tables.contactlist.PartyContactListDetails.PartyContactListDetails.THRU_TIME }, true); 077 public static final UniqueKey<PartyContactListDetails> PARTY_CONTACT_LIST_DETAILS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.contactlist.PartyContactListDetails.PartyContactListDetails, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.contactlist.PartyContactListDetails.PartyContactListDetails.PARTY_CONTACT_LIST_DETAIL }, true); 078 public static final UniqueKey<PartyContactLists> PARTY_CONTACT_LISTS_ACTIVE_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.contactlist.PartyContactLists.PartyContactLists, DSL.name("activedetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.contactlist.PartyContactLists.PartyContactLists.ACTIVE_DETAIL }, true); 079 public static final UniqueKey<PartyContactLists> PARTY_CONTACT_LISTS_LAST_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.contactlist.PartyContactLists.PartyContactLists, DSL.name("lastdetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.contactlist.PartyContactLists.PartyContactLists.LAST_DETAIL }, true); 080 public static final UniqueKey<PartyContactLists> PARTY_CONTACT_LISTS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.contactlist.PartyContactLists.PartyContactLists, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.contactlist.PartyContactLists.PartyContactLists.PARTY_CONTACT_LIST }, true); 081 public static final UniqueKey<PartyTypeContactListGroups> PARTY_TYPE_CONTACT_LIST_GROUPS_PARTY_TYPE_AND_CONTACT_LIST_GROUP_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.contactlist.PartyTypeContactListGroups.PartyTypeContactListGroups, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.contactlist.PartyTypeContactListGroups.PartyTypeContactListGroups.PARTY_TYPE, com.echothree.model.jooq.server.tables.contactlist.PartyTypeContactListGroups.PartyTypeContactListGroups.CONTACT_LIST_GROUP, com.echothree.model.jooq.server.tables.contactlist.PartyTypeContactListGroups.PartyTypeContactListGroups.THRU_TIME }, true); 082 public static final UniqueKey<PartyTypeContactListGroups> PARTY_TYPE_CONTACT_LIST_GROUPS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.contactlist.PartyTypeContactListGroups.PartyTypeContactListGroups, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.contactlist.PartyTypeContactListGroups.PartyTypeContactListGroups.PARTY_TYPE_CONTACT_LIST_GROUP }, true); 083 public static final UniqueKey<PartyTypeContactLists> PARTY_TYPE_CONTACT_LISTS_PARTY_TYPE_AND_CONTACT_LIST_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.contactlist.PartyTypeContactLists.PartyTypeContactLists, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.contactlist.PartyTypeContactLists.PartyTypeContactLists.PARTY_TYPE, com.echothree.model.jooq.server.tables.contactlist.PartyTypeContactLists.PartyTypeContactLists.CONTACT_LIST, com.echothree.model.jooq.server.tables.contactlist.PartyTypeContactLists.PartyTypeContactLists.THRU_TIME }, true); 084 public static final UniqueKey<PartyTypeContactLists> PARTY_TYPE_CONTACT_LISTS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.contactlist.PartyTypeContactLists.PartyTypeContactLists, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.contactlist.PartyTypeContactLists.PartyTypeContactLists.PARTY_TYPE_CONTACT_LIST }, true); 085}