001package com.echothree.model.jooq.server.keys.party; 002 003import com.echothree.model.jooq.server.records.party.BirthdayFormatDescriptions; 004import com.echothree.model.jooq.server.records.party.BirthdayFormatDetails; 005import com.echothree.model.jooq.server.records.party.BirthdayFormats; 006import com.echothree.model.jooq.server.records.party.DateTimeFormatDescriptions; 007import com.echothree.model.jooq.server.records.party.DateTimeFormatDetails; 008import com.echothree.model.jooq.server.records.party.DateTimeFormats; 009import com.echothree.model.jooq.server.records.party.GenderDescriptions; 010import com.echothree.model.jooq.server.records.party.GenderDetails; 011import com.echothree.model.jooq.server.records.party.Genders; 012import com.echothree.model.jooq.server.records.party.LanguageDescriptions; 013import com.echothree.model.jooq.server.records.party.Languages; 014import com.echothree.model.jooq.server.records.party.NameSuffixDetails; 015import com.echothree.model.jooq.server.records.party.NameSuffixes; 016import com.echothree.model.jooq.server.records.party.Parties; 017import com.echothree.model.jooq.server.records.party.PartyAliasTypeDescriptions; 018import com.echothree.model.jooq.server.records.party.PartyAliasTypeDetails; 019import com.echothree.model.jooq.server.records.party.PartyAliasTypes; 020import com.echothree.model.jooq.server.records.party.PartyAliases; 021import com.echothree.model.jooq.server.records.party.PartyApplicationEditorUseDetails; 022import com.echothree.model.jooq.server.records.party.PartyApplicationEditorUses; 023import com.echothree.model.jooq.server.records.party.PartyCompanies; 024import com.echothree.model.jooq.server.records.party.PartyDepartments; 025import com.echothree.model.jooq.server.records.party.PartyDetails; 026import com.echothree.model.jooq.server.records.party.PartyDivisions; 027import com.echothree.model.jooq.server.records.party.PartyEntityTypes; 028import com.echothree.model.jooq.server.records.party.PartyGroups; 029import com.echothree.model.jooq.server.records.party.PartyRelationshipTypeDescriptions; 030import com.echothree.model.jooq.server.records.party.PartyRelationshipTypes; 031import com.echothree.model.jooq.server.records.party.PartyRelationships; 032import com.echothree.model.jooq.server.records.party.PartyStatuses; 033import com.echothree.model.jooq.server.records.party.PartyTypeAuditPolicies; 034import com.echothree.model.jooq.server.records.party.PartyTypeAuditPolicyDetails; 035import com.echothree.model.jooq.server.records.party.PartyTypeDescriptions; 036import com.echothree.model.jooq.server.records.party.PartyTypeLockoutPolicies; 037import com.echothree.model.jooq.server.records.party.PartyTypeLockoutPolicyDetails; 038import com.echothree.model.jooq.server.records.party.PartyTypePasswordStringPolicies; 039import com.echothree.model.jooq.server.records.party.PartyTypePasswordStringPolicyDetails; 040import com.echothree.model.jooq.server.records.party.PartyTypeUseTypeDescriptions; 041import com.echothree.model.jooq.server.records.party.PartyTypeUseTypes; 042import com.echothree.model.jooq.server.records.party.PartyTypeUses; 043import com.echothree.model.jooq.server.records.party.PartyTypes; 044import com.echothree.model.jooq.server.records.party.People; 045import com.echothree.model.jooq.server.records.party.PersonalTitleDetails; 046import com.echothree.model.jooq.server.records.party.PersonalTitles; 047import com.echothree.model.jooq.server.records.party.Profiles; 048import com.echothree.model.jooq.server.records.party.RoleTypeDescriptions; 049import com.echothree.model.jooq.server.records.party.RoleTypes; 050import com.echothree.model.jooq.server.records.party.TimeZoneDescriptions; 051import com.echothree.model.jooq.server.records.party.TimeZoneDetails; 052import com.echothree.model.jooq.server.records.party.TimeZones; 053 054import org.jooq.TableField; 055import org.jooq.UniqueKey; 056import org.jooq.impl.DSL; 057import org.jooq.impl.Internal; 058 059/** 060 * Key definitions for the PartyUnique component. 061 */ 062public interface PartyUniqueKeys { 063 public static final UniqueKey<BirthdayFormatDescriptions> BIRTHDAY_FORMAT_DESCRIPTIONS_BIRTHDAY_FORMAT_AND_LANGUAGE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.BirthdayFormatDescriptions.BirthdayFormatDescriptions, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.party.BirthdayFormatDescriptions.BirthdayFormatDescriptions.BIRTHDAY_FORMAT, com.echothree.model.jooq.server.tables.party.BirthdayFormatDescriptions.BirthdayFormatDescriptions.LANGUAGE, com.echothree.model.jooq.server.tables.party.BirthdayFormatDescriptions.BirthdayFormatDescriptions.THRU_TIME }, true); 064 public static final UniqueKey<BirthdayFormatDescriptions> BIRTHDAY_FORMAT_DESCRIPTIONS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.BirthdayFormatDescriptions.BirthdayFormatDescriptions, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.party.BirthdayFormatDescriptions.BirthdayFormatDescriptions.BIRTHDAY_FORMAT_DESCRIPTION }, true); 065 public static final UniqueKey<BirthdayFormatDetails> BIRTHDAY_FORMAT_DETAILS_BIRTHDAY_FORMAT_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.BirthdayFormatDetails.BirthdayFormatDetails, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.party.BirthdayFormatDetails.BirthdayFormatDetails.BIRTHDAY_FORMAT, com.echothree.model.jooq.server.tables.party.BirthdayFormatDetails.BirthdayFormatDetails.THRU_TIME }, true); 066 public static final UniqueKey<BirthdayFormatDetails> BIRTHDAY_FORMAT_DETAILS_BIRTHDAY_FORMAT_NAME_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.BirthdayFormatDetails.BirthdayFormatDetails, DSL.name("index2_idx"), new TableField[] { com.echothree.model.jooq.server.tables.party.BirthdayFormatDetails.BirthdayFormatDetails.BIRTHDAY_FORMAT_NAME, com.echothree.model.jooq.server.tables.party.BirthdayFormatDetails.BirthdayFormatDetails.THRU_TIME }, true); 067 public static final UniqueKey<BirthdayFormatDetails> BIRTHDAY_FORMAT_DETAILS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.BirthdayFormatDetails.BirthdayFormatDetails, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.party.BirthdayFormatDetails.BirthdayFormatDetails.BIRTHDAY_FORMAT_DETAIL }, true); 068 public static final UniqueKey<BirthdayFormats> BIRTHDAY_FORMATS_ACTIVE_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.BirthdayFormats.BirthdayFormats, DSL.name("activedetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.party.BirthdayFormats.BirthdayFormats.ACTIVE_DETAIL }, true); 069 public static final UniqueKey<BirthdayFormats> BIRTHDAY_FORMATS_LAST_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.BirthdayFormats.BirthdayFormats, DSL.name("lastdetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.party.BirthdayFormats.BirthdayFormats.LAST_DETAIL }, true); 070 public static final UniqueKey<BirthdayFormats> BIRTHDAY_FORMATS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.BirthdayFormats.BirthdayFormats, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.party.BirthdayFormats.BirthdayFormats.BIRTHDAY_FORMAT }, true); 071 public static final UniqueKey<DateTimeFormatDescriptions> DATE_TIME_FORMAT_DESCRIPTIONS_DATE_TIME_FORMAT_AND_LANGUAGE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.DateTimeFormatDescriptions.DateTimeFormatDescriptions, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.party.DateTimeFormatDescriptions.DateTimeFormatDescriptions.DATE_TIME_FORMAT, com.echothree.model.jooq.server.tables.party.DateTimeFormatDescriptions.DateTimeFormatDescriptions.LANGUAGE, com.echothree.model.jooq.server.tables.party.DateTimeFormatDescriptions.DateTimeFormatDescriptions.THRU_TIME }, true); 072 public static final UniqueKey<DateTimeFormatDescriptions> DATE_TIME_FORMAT_DESCRIPTIONS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.DateTimeFormatDescriptions.DateTimeFormatDescriptions, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.party.DateTimeFormatDescriptions.DateTimeFormatDescriptions.DATE_TIME_FORMAT_DESCRIPTION }, true); 073 public static final UniqueKey<DateTimeFormatDetails> DATE_TIME_FORMAT_DETAILS_DATE_TIME_FORMAT_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.DateTimeFormatDetails.DateTimeFormatDetails, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.party.DateTimeFormatDetails.DateTimeFormatDetails.DATE_TIME_FORMAT, com.echothree.model.jooq.server.tables.party.DateTimeFormatDetails.DateTimeFormatDetails.THRU_TIME }, true); 074 public static final UniqueKey<DateTimeFormatDetails> DATE_TIME_FORMAT_DETAILS_DATE_TIME_FORMAT_NAME_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.DateTimeFormatDetails.DateTimeFormatDetails, DSL.name("index2_idx"), new TableField[] { com.echothree.model.jooq.server.tables.party.DateTimeFormatDetails.DateTimeFormatDetails.DATE_TIME_FORMAT_NAME, com.echothree.model.jooq.server.tables.party.DateTimeFormatDetails.DateTimeFormatDetails.THRU_TIME }, true); 075 public static final UniqueKey<DateTimeFormatDetails> DATE_TIME_FORMAT_DETAILS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.DateTimeFormatDetails.DateTimeFormatDetails, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.party.DateTimeFormatDetails.DateTimeFormatDetails.DATE_TIME_FORMAT_DETAIL }, true); 076 public static final UniqueKey<DateTimeFormats> DATE_TIME_FORMATS_ACTIVE_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.DateTimeFormats.DateTimeFormats, DSL.name("activedetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.party.DateTimeFormats.DateTimeFormats.ACTIVE_DETAIL }, true); 077 public static final UniqueKey<DateTimeFormats> DATE_TIME_FORMATS_LAST_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.DateTimeFormats.DateTimeFormats, DSL.name("lastdetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.party.DateTimeFormats.DateTimeFormats.LAST_DETAIL }, true); 078 public static final UniqueKey<DateTimeFormats> DATE_TIME_FORMATS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.DateTimeFormats.DateTimeFormats, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.party.DateTimeFormats.DateTimeFormats.DATE_TIME_FORMAT }, true); 079 public static final UniqueKey<GenderDescriptions> GENDER_DESCRIPTIONS_GENDER_AND_LANGUAGE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.GenderDescriptions.GenderDescriptions, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.party.GenderDescriptions.GenderDescriptions.GENDER, com.echothree.model.jooq.server.tables.party.GenderDescriptions.GenderDescriptions.LANGUAGE, com.echothree.model.jooq.server.tables.party.GenderDescriptions.GenderDescriptions.THRU_TIME }, true); 080 public static final UniqueKey<GenderDescriptions> GENDER_DESCRIPTIONS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.GenderDescriptions.GenderDescriptions, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.party.GenderDescriptions.GenderDescriptions.GENDER_DESCRIPTION }, true); 081 public static final UniqueKey<GenderDetails> GENDER_DETAILS_GENDER_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.GenderDetails.GenderDetails, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.party.GenderDetails.GenderDetails.GENDER, com.echothree.model.jooq.server.tables.party.GenderDetails.GenderDetails.THRU_TIME }, true); 082 public static final UniqueKey<GenderDetails> GENDER_DETAILS_GENDER_NAME_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.GenderDetails.GenderDetails, DSL.name("index2_idx"), new TableField[] { com.echothree.model.jooq.server.tables.party.GenderDetails.GenderDetails.GENDER_NAME, com.echothree.model.jooq.server.tables.party.GenderDetails.GenderDetails.THRU_TIME }, true); 083 public static final UniqueKey<GenderDetails> GENDER_DETAILS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.GenderDetails.GenderDetails, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.party.GenderDetails.GenderDetails.GENDER_DETAIL }, true); 084 public static final UniqueKey<Genders> GENDERS_ACTIVE_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.Genders.Genders, DSL.name("activedetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.party.Genders.Genders.ACTIVE_DETAIL }, true); 085 public static final UniqueKey<Genders> GENDERS_LAST_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.Genders.Genders, DSL.name("lastdetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.party.Genders.Genders.LAST_DETAIL }, true); 086 public static final UniqueKey<Genders> GENDERS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.Genders.Genders, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.party.Genders.Genders.GENDER }, true); 087 public static final UniqueKey<LanguageDescriptions> LANGUAGE_DESCRIPTIONS_LANGUAGE_AND_DESCRIPTION_LANGUAGE_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.LanguageDescriptions.LanguageDescriptions, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.party.LanguageDescriptions.LanguageDescriptions.LANGUAGE, com.echothree.model.jooq.server.tables.party.LanguageDescriptions.LanguageDescriptions.DESCRIPTION_LANGUAGE }, true); 088 public static final UniqueKey<LanguageDescriptions> LANGUAGE_DESCRIPTIONS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.LanguageDescriptions.LanguageDescriptions, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.party.LanguageDescriptions.LanguageDescriptions.LANGUAGE_DESCRIPTION }, true); 089 public static final UniqueKey<Languages> LANGUAGES_LANGUAGE_ISO_NAME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.Languages.Languages, DSL.name("languageisoname_idx"), new TableField[] { com.echothree.model.jooq.server.tables.party.Languages.Languages.LANGUAGE_ISO_NAME }, true); 090 public static final UniqueKey<Languages> LANGUAGES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.Languages.Languages, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.party.Languages.Languages.LANGUAGE }, true); 091 public static final UniqueKey<NameSuffixDetails> NAME_SUFFIX_DETAILS_NAME_SUFFIX_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.NameSuffixDetails.NameSuffixDetails, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.party.NameSuffixDetails.NameSuffixDetails.NAME_SUFFIX, com.echothree.model.jooq.server.tables.party.NameSuffixDetails.NameSuffixDetails.THRU_TIME }, true); 092 public static final UniqueKey<NameSuffixDetails> NAME_SUFFIX_DETAILS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.NameSuffixDetails.NameSuffixDetails, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.party.NameSuffixDetails.NameSuffixDetails.NAME_SUFFIX_DETAIL }, true); 093 public static final UniqueKey<NameSuffixes> NAME_SUFFIXES_ACTIVE_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.NameSuffixes.NameSuffixes, DSL.name("activedetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.party.NameSuffixes.NameSuffixes.ACTIVE_DETAIL }, true); 094 public static final UniqueKey<NameSuffixes> NAME_SUFFIXES_LAST_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.NameSuffixes.NameSuffixes, DSL.name("lastdetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.party.NameSuffixes.NameSuffixes.LAST_DETAIL }, true); 095 public static final UniqueKey<NameSuffixes> NAME_SUFFIXES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.NameSuffixes.NameSuffixes, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.party.NameSuffixes.NameSuffixes.NAME_SUFFIX }, true); 096 public static final UniqueKey<Parties> PARTIES_ACTIVE_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.Parties.Parties, DSL.name("activedetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.party.Parties.Parties.ACTIVE_DETAIL }, true); 097 public static final UniqueKey<Parties> PARTIES_LAST_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.Parties.Parties, DSL.name("lastdetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.party.Parties.Parties.LAST_DETAIL }, true); 098 public static final UniqueKey<Parties> PARTIES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.Parties.Parties, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.party.Parties.Parties.PARTY }, true); 099 public static final UniqueKey<PartyAliases> PARTY_ALIASES_PARTY_AND_PARTY_ALIAS_TYPE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.PartyAliases.PartyAliases, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.party.PartyAliases.PartyAliases.PARTY, com.echothree.model.jooq.server.tables.party.PartyAliases.PartyAliases.PARTY_ALIAS_TYPE, com.echothree.model.jooq.server.tables.party.PartyAliases.PartyAliases.THRU_TIME }, true); 100 public static final UniqueKey<PartyAliases> PARTY_ALIASES_PARTY_ALIAS_TYPE_AND_ALIAS_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.PartyAliases.PartyAliases, DSL.name("index2_idx"), new TableField[] { com.echothree.model.jooq.server.tables.party.PartyAliases.PartyAliases.PARTY_ALIAS_TYPE, com.echothree.model.jooq.server.tables.party.PartyAliases.PartyAliases.ALIAS, com.echothree.model.jooq.server.tables.party.PartyAliases.PartyAliases.THRU_TIME }, true); 101 public static final UniqueKey<PartyAliases> PARTY_ALIASES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.PartyAliases.PartyAliases, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.party.PartyAliases.PartyAliases.PARTY_ALIAS }, true); 102 public static final UniqueKey<PartyAliasTypeDescriptions> PARTY_ALIAS_TYPE_DESCRIPTIONS_PARTY_ALIAS_TYPE_AND_LANGUAGE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.PartyAliasTypeDescriptions.PartyAliasTypeDescriptions, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.party.PartyAliasTypeDescriptions.PartyAliasTypeDescriptions.PARTY_ALIAS_TYPE, com.echothree.model.jooq.server.tables.party.PartyAliasTypeDescriptions.PartyAliasTypeDescriptions.LANGUAGE, com.echothree.model.jooq.server.tables.party.PartyAliasTypeDescriptions.PartyAliasTypeDescriptions.THRU_TIME }, true); 103 public static final UniqueKey<PartyAliasTypeDescriptions> PARTY_ALIAS_TYPE_DESCRIPTIONS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.PartyAliasTypeDescriptions.PartyAliasTypeDescriptions, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.party.PartyAliasTypeDescriptions.PartyAliasTypeDescriptions.PARTY_ALIAS_TYPE_DESCRIPTION }, true); 104 public static final UniqueKey<PartyAliasTypeDetails> PARTY_ALIAS_TYPE_DETAILS_PARTY_ALIAS_TYPE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.PartyAliasTypeDetails.PartyAliasTypeDetails, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.party.PartyAliasTypeDetails.PartyAliasTypeDetails.PARTY_ALIAS_TYPE, com.echothree.model.jooq.server.tables.party.PartyAliasTypeDetails.PartyAliasTypeDetails.THRU_TIME }, true); 105 public static final UniqueKey<PartyAliasTypeDetails> PARTY_ALIAS_TYPE_DETAILS_PARTY_TYPE_AND_PARTY_ALIAS_TYPE_NAME_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.PartyAliasTypeDetails.PartyAliasTypeDetails, DSL.name("index2_idx"), new TableField[] { com.echothree.model.jooq.server.tables.party.PartyAliasTypeDetails.PartyAliasTypeDetails.PARTY_TYPE, com.echothree.model.jooq.server.tables.party.PartyAliasTypeDetails.PartyAliasTypeDetails.PARTY_ALIAS_TYPE_NAME, com.echothree.model.jooq.server.tables.party.PartyAliasTypeDetails.PartyAliasTypeDetails.THRU_TIME }, true); 106 public static final UniqueKey<PartyAliasTypeDetails> PARTY_ALIAS_TYPE_DETAILS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.PartyAliasTypeDetails.PartyAliasTypeDetails, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.party.PartyAliasTypeDetails.PartyAliasTypeDetails.PARTY_ALIAS_TYPE_DETAIL }, true); 107 public static final UniqueKey<PartyAliasTypes> PARTY_ALIAS_TYPES_ACTIVE_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.PartyAliasTypes.PartyAliasTypes, DSL.name("activedetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.party.PartyAliasTypes.PartyAliasTypes.ACTIVE_DETAIL }, true); 108 public static final UniqueKey<PartyAliasTypes> PARTY_ALIAS_TYPES_LAST_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.PartyAliasTypes.PartyAliasTypes, DSL.name("lastdetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.party.PartyAliasTypes.PartyAliasTypes.LAST_DETAIL }, true); 109 public static final UniqueKey<PartyAliasTypes> PARTY_ALIAS_TYPES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.PartyAliasTypes.PartyAliasTypes, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.party.PartyAliasTypes.PartyAliasTypes.PARTY_ALIAS_TYPE }, true); 110 public static final UniqueKey<PartyApplicationEditorUseDetails> PARTY_APPLICATION_EDITOR_USE_DETAILS_PARTY_APPLICATION_EDITOR_USE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.PartyApplicationEditorUseDetails.PartyApplicationEditorUseDetails, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.party.PartyApplicationEditorUseDetails.PartyApplicationEditorUseDetails.PARTY_APPLICATION_EDITOR_USE, com.echothree.model.jooq.server.tables.party.PartyApplicationEditorUseDetails.PartyApplicationEditorUseDetails.THRU_TIME }, true); 111 public static final UniqueKey<PartyApplicationEditorUseDetails> PARTY_APPLICATION_EDITOR_USE_DETAILS_PARTY_AND_APPLICATION_EDITOR_USE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.PartyApplicationEditorUseDetails.PartyApplicationEditorUseDetails, DSL.name("index2_idx"), new TableField[] { com.echothree.model.jooq.server.tables.party.PartyApplicationEditorUseDetails.PartyApplicationEditorUseDetails.PARTY, com.echothree.model.jooq.server.tables.party.PartyApplicationEditorUseDetails.PartyApplicationEditorUseDetails.APPLICATION_EDITOR_USE, com.echothree.model.jooq.server.tables.party.PartyApplicationEditorUseDetails.PartyApplicationEditorUseDetails.THRU_TIME }, true); 112 public static final UniqueKey<PartyApplicationEditorUseDetails> PARTY_APPLICATION_EDITOR_USE_DETAILS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.PartyApplicationEditorUseDetails.PartyApplicationEditorUseDetails, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.party.PartyApplicationEditorUseDetails.PartyApplicationEditorUseDetails.PARTY_APPLICATION_EDITOR_USE_DETAIL }, true); 113 public static final UniqueKey<PartyApplicationEditorUses> PARTY_APPLICATION_EDITOR_USES_ACTIVE_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.PartyApplicationEditorUses.PartyApplicationEditorUses, DSL.name("activedetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.party.PartyApplicationEditorUses.PartyApplicationEditorUses.ACTIVE_DETAIL }, true); 114 public static final UniqueKey<PartyApplicationEditorUses> PARTY_APPLICATION_EDITOR_USES_LAST_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.PartyApplicationEditorUses.PartyApplicationEditorUses, DSL.name("lastdetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.party.PartyApplicationEditorUses.PartyApplicationEditorUses.LAST_DETAIL }, true); 115 public static final UniqueKey<PartyApplicationEditorUses> PARTY_APPLICATION_EDITOR_USES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.PartyApplicationEditorUses.PartyApplicationEditorUses, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.party.PartyApplicationEditorUses.PartyApplicationEditorUses.PARTY_APPLICATION_EDITOR_USE }, true); 116 public static final UniqueKey<PartyCompanies> PARTY_COMPANIES_PARTY_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.PartyCompanies.PartyCompanies, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.party.PartyCompanies.PartyCompanies.PARTY, com.echothree.model.jooq.server.tables.party.PartyCompanies.PartyCompanies.THRU_TIME }, true); 117 public static final UniqueKey<PartyCompanies> PARTY_COMPANIES_PARTY_COMPANY_NAME_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.PartyCompanies.PartyCompanies, DSL.name("index2_idx"), new TableField[] { com.echothree.model.jooq.server.tables.party.PartyCompanies.PartyCompanies.PARTY_COMPANY_NAME, com.echothree.model.jooq.server.tables.party.PartyCompanies.PartyCompanies.THRU_TIME }, true); 118 public static final UniqueKey<PartyCompanies> PARTY_COMPANIES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.PartyCompanies.PartyCompanies, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.party.PartyCompanies.PartyCompanies.PARTY_COMPANY }, true); 119 public static final UniqueKey<PartyDepartments> PARTY_DEPARTMENTS_PARTY_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.PartyDepartments.PartyDepartments, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.party.PartyDepartments.PartyDepartments.PARTY, com.echothree.model.jooq.server.tables.party.PartyDepartments.PartyDepartments.THRU_TIME }, true); 120 public static final UniqueKey<PartyDepartments> PARTY_DEPARTMENTS_DIVISION_PARTY_AND_PARTY_DEPARTMENT_NAME_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.PartyDepartments.PartyDepartments, DSL.name("index2_idx"), new TableField[] { com.echothree.model.jooq.server.tables.party.PartyDepartments.PartyDepartments.DIVISION_PARTY, com.echothree.model.jooq.server.tables.party.PartyDepartments.PartyDepartments.PARTY_DEPARTMENT_NAME, com.echothree.model.jooq.server.tables.party.PartyDepartments.PartyDepartments.THRU_TIME }, true); 121 public static final UniqueKey<PartyDepartments> PARTY_DEPARTMENTS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.PartyDepartments.PartyDepartments, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.party.PartyDepartments.PartyDepartments.PARTY_DEPARTMENT }, true); 122 public static final UniqueKey<PartyDetails> PARTY_DETAILS_PARTY_NAME_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.PartyDetails.PartyDetails, DSL.name("index2_idx"), new TableField[] { com.echothree.model.jooq.server.tables.party.PartyDetails.PartyDetails.PARTY_NAME, com.echothree.model.jooq.server.tables.party.PartyDetails.PartyDetails.THRU_TIME }, true); 123 public static final UniqueKey<PartyDetails> PARTY_DETAILS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.PartyDetails.PartyDetails, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.party.PartyDetails.PartyDetails.PARTY_DETAIL }, true); 124 public static final UniqueKey<PartyDivisions> PARTY_DIVISIONS_PARTY_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.PartyDivisions.PartyDivisions, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.party.PartyDivisions.PartyDivisions.PARTY, com.echothree.model.jooq.server.tables.party.PartyDivisions.PartyDivisions.THRU_TIME }, true); 125 public static final UniqueKey<PartyDivisions> PARTY_DIVISIONS_COMPANY_PARTY_AND_PARTY_DIVISION_NAME_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.PartyDivisions.PartyDivisions, DSL.name("index2_idx"), new TableField[] { com.echothree.model.jooq.server.tables.party.PartyDivisions.PartyDivisions.COMPANY_PARTY, com.echothree.model.jooq.server.tables.party.PartyDivisions.PartyDivisions.PARTY_DIVISION_NAME, com.echothree.model.jooq.server.tables.party.PartyDivisions.PartyDivisions.THRU_TIME }, true); 126 public static final UniqueKey<PartyDivisions> PARTY_DIVISIONS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.PartyDivisions.PartyDivisions, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.party.PartyDivisions.PartyDivisions.PARTY_DIVISION }, true); 127 public static final UniqueKey<PartyEntityTypes> PARTY_ENTITY_TYPES_PARTY_AND_ENTITY_TYPE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.PartyEntityTypes.PartyEntityTypes, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.party.PartyEntityTypes.PartyEntityTypes.PARTY, com.echothree.model.jooq.server.tables.party.PartyEntityTypes.PartyEntityTypes.ENTITY_TYPE, com.echothree.model.jooq.server.tables.party.PartyEntityTypes.PartyEntityTypes.THRU_TIME }, true); 128 public static final UniqueKey<PartyEntityTypes> PARTY_ENTITY_TYPES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.PartyEntityTypes.PartyEntityTypes, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.party.PartyEntityTypes.PartyEntityTypes.PARTY_ENTITY_TYPE }, true); 129 public static final UniqueKey<PartyGroups> PARTY_GROUPS_PARTY_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.PartyGroups.PartyGroups, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.party.PartyGroups.PartyGroups.PARTY, com.echothree.model.jooq.server.tables.party.PartyGroups.PartyGroups.THRU_TIME }, true); 130 public static final UniqueKey<PartyGroups> PARTY_GROUPS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.PartyGroups.PartyGroups, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.party.PartyGroups.PartyGroups.PARTY_GROUP }, true); 131 public static final UniqueKey<PartyRelationships> PARTY_RELATIONSHIPS_PARTY_RELATIONSHIP_TYPE_AND_FROM_PARTY_AND_FROM_ROLE_TYPE_AND_TO_PARTY_AND_TO_ROLE_TYPE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.PartyRelationships.PartyRelationships, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.party.PartyRelationships.PartyRelationships.PARTY_RELATIONSHIP_TYPE, com.echothree.model.jooq.server.tables.party.PartyRelationships.PartyRelationships.FROM_PARTY, com.echothree.model.jooq.server.tables.party.PartyRelationships.PartyRelationships.FROM_ROLE_TYPE, com.echothree.model.jooq.server.tables.party.PartyRelationships.PartyRelationships.TO_PARTY, com.echothree.model.jooq.server.tables.party.PartyRelationships.PartyRelationships.TO_ROLE_TYPE, com.echothree.model.jooq.server.tables.party.PartyRelationships.PartyRelationships.THRU_TIME }, true); 132 public static final UniqueKey<PartyRelationships> PARTY_RELATIONSHIPS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.PartyRelationships.PartyRelationships, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.party.PartyRelationships.PartyRelationships.PARTY_RELATIONSHIP }, true); 133 public static final UniqueKey<PartyRelationshipTypeDescriptions> PARTY_RELATIONSHIP_TYPE_DESCRIPTIONS_PARTY_RELATIONSHIP_TYPE_AND_LANGUAGE_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.PartyRelationshipTypeDescriptions.PartyRelationshipTypeDescriptions, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.party.PartyRelationshipTypeDescriptions.PartyRelationshipTypeDescriptions.PARTY_RELATIONSHIP_TYPE, com.echothree.model.jooq.server.tables.party.PartyRelationshipTypeDescriptions.PartyRelationshipTypeDescriptions.LANGUAGE }, true); 134 public static final UniqueKey<PartyRelationshipTypeDescriptions> PARTY_RELATIONSHIP_TYPE_DESCRIPTIONS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.PartyRelationshipTypeDescriptions.PartyRelationshipTypeDescriptions, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.party.PartyRelationshipTypeDescriptions.PartyRelationshipTypeDescriptions.PARTY_RELATIONSHIP_TYPE_DESCRIPTION }, true); 135 public static final UniqueKey<PartyRelationshipTypes> PARTY_RELATIONSHIP_TYPES_PARTY_RELATIONSHIP_TYPE_NAME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.PartyRelationshipTypes.PartyRelationshipTypes, DSL.name("partyrelationshiptypename_idx"), new TableField[] { com.echothree.model.jooq.server.tables.party.PartyRelationshipTypes.PartyRelationshipTypes.PARTY_RELATIONSHIP_TYPE_NAME }, true); 136 public static final UniqueKey<PartyRelationshipTypes> PARTY_RELATIONSHIP_TYPES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.PartyRelationshipTypes.PartyRelationshipTypes, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.party.PartyRelationshipTypes.PartyRelationshipTypes.PARTY_RELATIONSHIP_TYPE }, true); 137 public static final UniqueKey<PartyStatuses> PARTY_STATUSES_PARTY_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.PartyStatuses.PartyStatuses, DSL.name("partyid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.party.PartyStatuses.PartyStatuses.PARTY }, true); 138 public static final UniqueKey<PartyStatuses> PARTY_STATUSES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.PartyStatuses.PartyStatuses, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.party.PartyStatuses.PartyStatuses.PARTY_STATUS }, true); 139 public static final UniqueKey<PartyTypeAuditPolicies> PARTY_TYPE_AUDIT_POLICIES_ACTIVE_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.PartyTypeAuditPolicies.PartyTypeAuditPolicies, DSL.name("activedetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.party.PartyTypeAuditPolicies.PartyTypeAuditPolicies.ACTIVE_DETAIL }, true); 140 public static final UniqueKey<PartyTypeAuditPolicies> PARTY_TYPE_AUDIT_POLICIES_LAST_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.PartyTypeAuditPolicies.PartyTypeAuditPolicies, DSL.name("lastdetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.party.PartyTypeAuditPolicies.PartyTypeAuditPolicies.LAST_DETAIL }, true); 141 public static final UniqueKey<PartyTypeAuditPolicies> PARTY_TYPE_AUDIT_POLICIES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.PartyTypeAuditPolicies.PartyTypeAuditPolicies, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.party.PartyTypeAuditPolicies.PartyTypeAuditPolicies.PARTY_TYPE_AUDIT_POLICY }, true); 142 public static final UniqueKey<PartyTypeAuditPolicyDetails> PARTY_TYPE_AUDIT_POLICY_DETAILS_PARTY_TYPE_AUDIT_POLICY_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.PartyTypeAuditPolicyDetails.PartyTypeAuditPolicyDetails, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.party.PartyTypeAuditPolicyDetails.PartyTypeAuditPolicyDetails.PARTY_TYPE_AUDIT_POLICY, com.echothree.model.jooq.server.tables.party.PartyTypeAuditPolicyDetails.PartyTypeAuditPolicyDetails.THRU_TIME }, true); 143 public static final UniqueKey<PartyTypeAuditPolicyDetails> PARTY_TYPE_AUDIT_POLICY_DETAILS_PARTY_TYPE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.PartyTypeAuditPolicyDetails.PartyTypeAuditPolicyDetails, DSL.name("index2_idx"), new TableField[] { com.echothree.model.jooq.server.tables.party.PartyTypeAuditPolicyDetails.PartyTypeAuditPolicyDetails.PARTY_TYPE, com.echothree.model.jooq.server.tables.party.PartyTypeAuditPolicyDetails.PartyTypeAuditPolicyDetails.THRU_TIME }, true); 144 public static final UniqueKey<PartyTypeAuditPolicyDetails> PARTY_TYPE_AUDIT_POLICY_DETAILS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.PartyTypeAuditPolicyDetails.PartyTypeAuditPolicyDetails, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.party.PartyTypeAuditPolicyDetails.PartyTypeAuditPolicyDetails.PARTY_TYPE_AUDIT_POLICY_DETAIL }, true); 145 public static final UniqueKey<PartyTypeDescriptions> PARTY_TYPE_DESCRIPTIONS_PARTY_TYPE_AND_LANGUAGE_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.PartyTypeDescriptions.PartyTypeDescriptions, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.party.PartyTypeDescriptions.PartyTypeDescriptions.PARTY_TYPE, com.echothree.model.jooq.server.tables.party.PartyTypeDescriptions.PartyTypeDescriptions.LANGUAGE }, true); 146 public static final UniqueKey<PartyTypeDescriptions> PARTY_TYPE_DESCRIPTIONS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.PartyTypeDescriptions.PartyTypeDescriptions, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.party.PartyTypeDescriptions.PartyTypeDescriptions.PARTY_TYPE_DESCRIPTION }, true); 147 public static final UniqueKey<PartyTypeLockoutPolicies> PARTY_TYPE_LOCKOUT_POLICIES_ACTIVE_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.PartyTypeLockoutPolicies.PartyTypeLockoutPolicies, DSL.name("activedetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.party.PartyTypeLockoutPolicies.PartyTypeLockoutPolicies.ACTIVE_DETAIL }, true); 148 public static final UniqueKey<PartyTypeLockoutPolicies> PARTY_TYPE_LOCKOUT_POLICIES_LAST_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.PartyTypeLockoutPolicies.PartyTypeLockoutPolicies, DSL.name("lastdetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.party.PartyTypeLockoutPolicies.PartyTypeLockoutPolicies.LAST_DETAIL }, true); 149 public static final UniqueKey<PartyTypeLockoutPolicies> PARTY_TYPE_LOCKOUT_POLICIES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.PartyTypeLockoutPolicies.PartyTypeLockoutPolicies, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.party.PartyTypeLockoutPolicies.PartyTypeLockoutPolicies.PARTY_TYPE_LOCKOUT_POLICY }, true); 150 public static final UniqueKey<PartyTypeLockoutPolicyDetails> PARTY_TYPE_LOCKOUT_POLICY_DETAILS_PARTY_TYPE_LOCKOUT_POLICY_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.PartyTypeLockoutPolicyDetails.PartyTypeLockoutPolicyDetails, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.party.PartyTypeLockoutPolicyDetails.PartyTypeLockoutPolicyDetails.PARTY_TYPE_LOCKOUT_POLICY, com.echothree.model.jooq.server.tables.party.PartyTypeLockoutPolicyDetails.PartyTypeLockoutPolicyDetails.THRU_TIME }, true); 151 public static final UniqueKey<PartyTypeLockoutPolicyDetails> PARTY_TYPE_LOCKOUT_POLICY_DETAILS_PARTY_TYPE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.PartyTypeLockoutPolicyDetails.PartyTypeLockoutPolicyDetails, DSL.name("index2_idx"), new TableField[] { com.echothree.model.jooq.server.tables.party.PartyTypeLockoutPolicyDetails.PartyTypeLockoutPolicyDetails.PARTY_TYPE, com.echothree.model.jooq.server.tables.party.PartyTypeLockoutPolicyDetails.PartyTypeLockoutPolicyDetails.THRU_TIME }, true); 152 public static final UniqueKey<PartyTypeLockoutPolicyDetails> PARTY_TYPE_LOCKOUT_POLICY_DETAILS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.PartyTypeLockoutPolicyDetails.PartyTypeLockoutPolicyDetails, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.party.PartyTypeLockoutPolicyDetails.PartyTypeLockoutPolicyDetails.PARTY_TYPE_LOCKOUT_POLICY_DETAIL }, true); 153 public static final UniqueKey<PartyTypePasswordStringPolicies> PARTY_TYPE_PASSWORD_STRING_POLICIES_ACTIVE_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.PartyTypePasswordStringPolicies.PartyTypePasswordStringPolicies, DSL.name("activedetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.party.PartyTypePasswordStringPolicies.PartyTypePasswordStringPolicies.ACTIVE_DETAIL }, true); 154 public static final UniqueKey<PartyTypePasswordStringPolicies> PARTY_TYPE_PASSWORD_STRING_POLICIES_LAST_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.PartyTypePasswordStringPolicies.PartyTypePasswordStringPolicies, DSL.name("lastdetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.party.PartyTypePasswordStringPolicies.PartyTypePasswordStringPolicies.LAST_DETAIL }, true); 155 public static final UniqueKey<PartyTypePasswordStringPolicies> PARTY_TYPE_PASSWORD_STRING_POLICIES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.PartyTypePasswordStringPolicies.PartyTypePasswordStringPolicies, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.party.PartyTypePasswordStringPolicies.PartyTypePasswordStringPolicies.PARTY_TYPE_PASSWORD_STRING_POLICY }, true); 156 public static final UniqueKey<PartyTypePasswordStringPolicyDetails> PARTY_TYPE_PASSWORD_STRING_POLICY_DETAILS_PARTY_TYPE_PASSWORD_STRING_POLICY_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.PartyTypePasswordStringPolicyDetails.PartyTypePasswordStringPolicyDetails, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.party.PartyTypePasswordStringPolicyDetails.PartyTypePasswordStringPolicyDetails.PARTY_TYPE_PASSWORD_STRING_POLICY, com.echothree.model.jooq.server.tables.party.PartyTypePasswordStringPolicyDetails.PartyTypePasswordStringPolicyDetails.THRU_TIME }, true); 157 public static final UniqueKey<PartyTypePasswordStringPolicyDetails> PARTY_TYPE_PASSWORD_STRING_POLICY_DETAILS_PARTY_TYPE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.PartyTypePasswordStringPolicyDetails.PartyTypePasswordStringPolicyDetails, DSL.name("index2_idx"), new TableField[] { com.echothree.model.jooq.server.tables.party.PartyTypePasswordStringPolicyDetails.PartyTypePasswordStringPolicyDetails.PARTY_TYPE, com.echothree.model.jooq.server.tables.party.PartyTypePasswordStringPolicyDetails.PartyTypePasswordStringPolicyDetails.THRU_TIME }, true); 158 public static final UniqueKey<PartyTypePasswordStringPolicyDetails> PARTY_TYPE_PASSWORD_STRING_POLICY_DETAILS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.PartyTypePasswordStringPolicyDetails.PartyTypePasswordStringPolicyDetails, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.party.PartyTypePasswordStringPolicyDetails.PartyTypePasswordStringPolicyDetails.PARTY_TYPE_PASSWORD_STRING_POLICY_DETAIL }, true); 159 public static final UniqueKey<PartyTypes> PARTY_TYPES_PARTY_TYPE_NAME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.PartyTypes.PartyTypes, DSL.name("partytypename_idx"), new TableField[] { com.echothree.model.jooq.server.tables.party.PartyTypes.PartyTypes.PARTY_TYPE_NAME }, true); 160 public static final UniqueKey<PartyTypes> PARTY_TYPES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.PartyTypes.PartyTypes, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.party.PartyTypes.PartyTypes.PARTY_TYPE }, true); 161 public static final UniqueKey<PartyTypeUses> PARTY_TYPE_USES_PARTY_TYPE_USE_TYPE_AND_PARTY_TYPE_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.PartyTypeUses.PartyTypeUses, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.party.PartyTypeUses.PartyTypeUses.PARTY_TYPE_USE_TYPE, com.echothree.model.jooq.server.tables.party.PartyTypeUses.PartyTypeUses.PARTY_TYPE }, true); 162 public static final UniqueKey<PartyTypeUses> PARTY_TYPE_USES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.PartyTypeUses.PartyTypeUses, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.party.PartyTypeUses.PartyTypeUses.PARTY_TYPE_USE }, true); 163 public static final UniqueKey<PartyTypeUseTypeDescriptions> PARTY_TYPE_USE_TYPE_DESCRIPTIONS_PARTY_TYPE_USE_TYPE_AND_LANGUAGE_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.PartyTypeUseTypeDescriptions.PartyTypeUseTypeDescriptions, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.party.PartyTypeUseTypeDescriptions.PartyTypeUseTypeDescriptions.PARTY_TYPE_USE_TYPE, com.echothree.model.jooq.server.tables.party.PartyTypeUseTypeDescriptions.PartyTypeUseTypeDescriptions.LANGUAGE }, true); 164 public static final UniqueKey<PartyTypeUseTypeDescriptions> PARTY_TYPE_USE_TYPE_DESCRIPTIONS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.PartyTypeUseTypeDescriptions.PartyTypeUseTypeDescriptions, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.party.PartyTypeUseTypeDescriptions.PartyTypeUseTypeDescriptions.PARTY_TYPE_USE_TYPE_DESCRIPTION }, true); 165 public static final UniqueKey<PartyTypeUseTypes> PARTY_TYPE_USE_TYPES_PARTY_TYPE_USE_TYPE_NAME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.PartyTypeUseTypes.PartyTypeUseTypes, DSL.name("partytypeusetypename_idx"), new TableField[] { com.echothree.model.jooq.server.tables.party.PartyTypeUseTypes.PartyTypeUseTypes.PARTY_TYPE_USE_TYPE_NAME }, true); 166 public static final UniqueKey<PartyTypeUseTypes> PARTY_TYPE_USE_TYPES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.PartyTypeUseTypes.PartyTypeUseTypes, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.party.PartyTypeUseTypes.PartyTypeUseTypes.PARTY_TYPE_USE_TYPE }, true); 167 public static final UniqueKey<People> PEOPLE_PARTY_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.People.People, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.party.People.People.PARTY, com.echothree.model.jooq.server.tables.party.People.People.THRU_TIME }, true); 168 public static final UniqueKey<People> PEOPLE_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.People.People, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.party.People.People.PERSON }, true); 169 public static final UniqueKey<PersonalTitleDetails> PERSONAL_TITLE_DETAILS_PERSONAL_TITLE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.PersonalTitleDetails.PersonalTitleDetails, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.party.PersonalTitleDetails.PersonalTitleDetails.PERSONAL_TITLE, com.echothree.model.jooq.server.tables.party.PersonalTitleDetails.PersonalTitleDetails.THRU_TIME }, true); 170 public static final UniqueKey<PersonalTitleDetails> PERSONAL_TITLE_DETAILS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.PersonalTitleDetails.PersonalTitleDetails, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.party.PersonalTitleDetails.PersonalTitleDetails.PERSONAL_TITLE_DETAIL }, true); 171 public static final UniqueKey<PersonalTitles> PERSONAL_TITLES_ACTIVE_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.PersonalTitles.PersonalTitles, DSL.name("activedetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.party.PersonalTitles.PersonalTitles.ACTIVE_DETAIL }, true); 172 public static final UniqueKey<PersonalTitles> PERSONAL_TITLES_LAST_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.PersonalTitles.PersonalTitles, DSL.name("lastdetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.party.PersonalTitles.PersonalTitles.LAST_DETAIL }, true); 173 public static final UniqueKey<PersonalTitles> PERSONAL_TITLES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.PersonalTitles.PersonalTitles, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.party.PersonalTitles.PersonalTitles.PERSONAL_TITLE }, true); 174 public static final UniqueKey<Profiles> PROFILES_PARTY_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.Profiles.Profiles, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.party.Profiles.Profiles.PARTY, com.echothree.model.jooq.server.tables.party.Profiles.Profiles.THRU_TIME }, true); 175 public static final UniqueKey<Profiles> PROFILES_NICKNAME_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.Profiles.Profiles, DSL.name("index2_idx"), new TableField[] { com.echothree.model.jooq.server.tables.party.Profiles.Profiles.NICKNAME, com.echothree.model.jooq.server.tables.party.Profiles.Profiles.THRU_TIME }, true); 176 public static final UniqueKey<Profiles> PROFILES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.Profiles.Profiles, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.party.Profiles.Profiles.PROFILE }, true); 177 public static final UniqueKey<RoleTypeDescriptions> ROLE_TYPE_DESCRIPTIONS_ROLE_TYPE_AND_LANGUAGE_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.RoleTypeDescriptions.RoleTypeDescriptions, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.party.RoleTypeDescriptions.RoleTypeDescriptions.ROLE_TYPE, com.echothree.model.jooq.server.tables.party.RoleTypeDescriptions.RoleTypeDescriptions.LANGUAGE }, true); 178 public static final UniqueKey<RoleTypeDescriptions> ROLE_TYPE_DESCRIPTIONS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.RoleTypeDescriptions.RoleTypeDescriptions, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.party.RoleTypeDescriptions.RoleTypeDescriptions.ROLE_TYPE_DESCRIPTION }, true); 179 public static final UniqueKey<RoleTypes> ROLE_TYPES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.RoleTypes.RoleTypes, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.party.RoleTypes.RoleTypes.ROLE_TYPE }, true); 180 public static final UniqueKey<RoleTypes> ROLE_TYPES_ROLE_TYPE_NAME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.RoleTypes.RoleTypes, DSL.name("roletypename_idx"), new TableField[] { com.echothree.model.jooq.server.tables.party.RoleTypes.RoleTypes.ROLE_TYPE_NAME }, true); 181 public static final UniqueKey<TimeZoneDescriptions> TIME_ZONE_DESCRIPTIONS_TIME_ZONE_AND_LANGUAGE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.TimeZoneDescriptions.TimeZoneDescriptions, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.party.TimeZoneDescriptions.TimeZoneDescriptions.TIME_ZONE, com.echothree.model.jooq.server.tables.party.TimeZoneDescriptions.TimeZoneDescriptions.LANGUAGE, com.echothree.model.jooq.server.tables.party.TimeZoneDescriptions.TimeZoneDescriptions.THRU_TIME }, true); 182 public static final UniqueKey<TimeZoneDescriptions> TIME_ZONE_DESCRIPTIONS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.TimeZoneDescriptions.TimeZoneDescriptions, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.party.TimeZoneDescriptions.TimeZoneDescriptions.TIME_ZONE_DESCRIPTION }, true); 183 public static final UniqueKey<TimeZoneDetails> TIME_ZONE_DETAILS_TIME_ZONE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.TimeZoneDetails.TimeZoneDetails, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.party.TimeZoneDetails.TimeZoneDetails.TIME_ZONE, com.echothree.model.jooq.server.tables.party.TimeZoneDetails.TimeZoneDetails.THRU_TIME }, true); 184 public static final UniqueKey<TimeZoneDetails> TIME_ZONE_DETAILS_JAVA_TIME_ZONE_NAME_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.TimeZoneDetails.TimeZoneDetails, DSL.name("index2_idx"), new TableField[] { com.echothree.model.jooq.server.tables.party.TimeZoneDetails.TimeZoneDetails.JAVA_TIME_ZONE_NAME, com.echothree.model.jooq.server.tables.party.TimeZoneDetails.TimeZoneDetails.THRU_TIME }, true); 185 public static final UniqueKey<TimeZoneDetails> TIME_ZONE_DETAILS_UNIX_TIME_ZONE_NAME_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.TimeZoneDetails.TimeZoneDetails, DSL.name("index3_idx"), new TableField[] { com.echothree.model.jooq.server.tables.party.TimeZoneDetails.TimeZoneDetails.UNIX_TIME_ZONE_NAME, com.echothree.model.jooq.server.tables.party.TimeZoneDetails.TimeZoneDetails.THRU_TIME }, true); 186 public static final UniqueKey<TimeZoneDetails> TIME_ZONE_DETAILS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.TimeZoneDetails.TimeZoneDetails, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.party.TimeZoneDetails.TimeZoneDetails.TIME_ZONE_DETAIL }, true); 187 public static final UniqueKey<TimeZones> TIME_ZONES_ACTIVE_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.TimeZones.TimeZones, DSL.name("activedetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.party.TimeZones.TimeZones.ACTIVE_DETAIL }, true); 188 public static final UniqueKey<TimeZones> TIME_ZONES_LAST_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.TimeZones.TimeZones, DSL.name("lastdetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.party.TimeZones.TimeZones.LAST_DETAIL }, true); 189 public static final UniqueKey<TimeZones> TIME_ZONES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.party.TimeZones.TimeZones, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.party.TimeZones.TimeZones.TIME_ZONE }, true); 190}