001package com.echothree.model.jooq.server.keys.chain;
002
003import com.echothree.model.jooq.server.records.chain.ChainActionChainActionSets;
004import com.echothree.model.jooq.server.records.chain.ChainActionDescriptions;
005import com.echothree.model.jooq.server.records.chain.ChainActionDetails;
006import com.echothree.model.jooq.server.records.chain.ChainActionLetters;
007import com.echothree.model.jooq.server.records.chain.ChainActionSetDescriptions;
008import com.echothree.model.jooq.server.records.chain.ChainActionSetDetails;
009import com.echothree.model.jooq.server.records.chain.ChainActionSets;
010import com.echothree.model.jooq.server.records.chain.ChainActionSurveys;
011import com.echothree.model.jooq.server.records.chain.ChainActionTypeDescriptions;
012import com.echothree.model.jooq.server.records.chain.ChainActionTypeDetails;
013import com.echothree.model.jooq.server.records.chain.ChainActionTypeUses;
014import com.echothree.model.jooq.server.records.chain.ChainActionTypes;
015import com.echothree.model.jooq.server.records.chain.ChainActions;
016import com.echothree.model.jooq.server.records.chain.ChainDescriptions;
017import com.echothree.model.jooq.server.records.chain.ChainDetails;
018import com.echothree.model.jooq.server.records.chain.ChainEntityRoleTypeDescriptions;
019import com.echothree.model.jooq.server.records.chain.ChainEntityRoleTypeDetails;
020import com.echothree.model.jooq.server.records.chain.ChainEntityRoleTypes;
021import com.echothree.model.jooq.server.records.chain.ChainInstanceDetails;
022import com.echothree.model.jooq.server.records.chain.ChainInstanceEntityRoles;
023import com.echothree.model.jooq.server.records.chain.ChainInstanceStatuses;
024import com.echothree.model.jooq.server.records.chain.ChainInstances;
025import com.echothree.model.jooq.server.records.chain.ChainKindDescriptions;
026import com.echothree.model.jooq.server.records.chain.ChainKindDetails;
027import com.echothree.model.jooq.server.records.chain.ChainKinds;
028import com.echothree.model.jooq.server.records.chain.ChainTypeDescriptions;
029import com.echothree.model.jooq.server.records.chain.ChainTypeDetails;
030import com.echothree.model.jooq.server.records.chain.ChainTypes;
031import com.echothree.model.jooq.server.records.chain.Chains;
032
033import org.jooq.TableField;
034import org.jooq.UniqueKey;
035import org.jooq.impl.DSL;
036import org.jooq.impl.Internal;
037
038/**
039 * Key definitions for the ChainUnique component.
040 */
041public interface ChainUniqueKeys {
042    public static final UniqueKey<ChainActionChainActionSets> CHAIN_ACTION_CHAIN_ACTION_SETS_CHAIN_ACTION_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.chain.ChainActionChainActionSets.ChainActionChainActionSets, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.chain.ChainActionChainActionSets.ChainActionChainActionSets.CHAIN_ACTION, com.echothree.model.jooq.server.tables.chain.ChainActionChainActionSets.ChainActionChainActionSets.THRU_TIME }, true);
043    public static final UniqueKey<ChainActionChainActionSets> CHAIN_ACTION_CHAIN_ACTION_SETS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.chain.ChainActionChainActionSets.ChainActionChainActionSets, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.chain.ChainActionChainActionSets.ChainActionChainActionSets.CHAIN_ACTION_CHAIN_ACTION_SET }, true);
044    public static final UniqueKey<ChainActionDescriptions> CHAIN_ACTION_DESCRIPTIONS_CHAIN_ACTION_AND_LANGUAGE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.chain.ChainActionDescriptions.ChainActionDescriptions, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.chain.ChainActionDescriptions.ChainActionDescriptions.CHAIN_ACTION, com.echothree.model.jooq.server.tables.chain.ChainActionDescriptions.ChainActionDescriptions.LANGUAGE, com.echothree.model.jooq.server.tables.chain.ChainActionDescriptions.ChainActionDescriptions.THRU_TIME }, true);
045    public static final UniqueKey<ChainActionDescriptions> CHAIN_ACTION_DESCRIPTIONS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.chain.ChainActionDescriptions.ChainActionDescriptions, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.chain.ChainActionDescriptions.ChainActionDescriptions.CHAIN_ACTION_DESCRIPTION }, true);
046    public static final UniqueKey<ChainActionDetails> CHAIN_ACTION_DETAILS_CHAIN_ACTION_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.chain.ChainActionDetails.ChainActionDetails, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.chain.ChainActionDetails.ChainActionDetails.CHAIN_ACTION, com.echothree.model.jooq.server.tables.chain.ChainActionDetails.ChainActionDetails.THRU_TIME }, true);
047    public static final UniqueKey<ChainActionDetails> CHAIN_ACTION_DETAILS_CHAIN_ACTION_SET_AND_CHAIN_ACTION_NAME_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.chain.ChainActionDetails.ChainActionDetails, DSL.name("index3_idx"), new TableField[] { com.echothree.model.jooq.server.tables.chain.ChainActionDetails.ChainActionDetails.CHAIN_ACTION_SET, com.echothree.model.jooq.server.tables.chain.ChainActionDetails.ChainActionDetails.CHAIN_ACTION_NAME, com.echothree.model.jooq.server.tables.chain.ChainActionDetails.ChainActionDetails.THRU_TIME }, true);
048    public static final UniqueKey<ChainActionDetails> CHAIN_ACTION_DETAILS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.chain.ChainActionDetails.ChainActionDetails, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.chain.ChainActionDetails.ChainActionDetails.CHAIN_ACTION_DETAIL }, true);
049    public static final UniqueKey<ChainActionLetters> CHAIN_ACTION_LETTERS_CHAIN_ACTION_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.chain.ChainActionLetters.ChainActionLetters, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.chain.ChainActionLetters.ChainActionLetters.CHAIN_ACTION, com.echothree.model.jooq.server.tables.chain.ChainActionLetters.ChainActionLetters.THRU_TIME }, true);
050    public static final UniqueKey<ChainActionLetters> CHAIN_ACTION_LETTERS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.chain.ChainActionLetters.ChainActionLetters, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.chain.ChainActionLetters.ChainActionLetters.CHAIN_ACTION_LETTER }, true);
051    public static final UniqueKey<ChainActions> CHAIN_ACTIONS_ACTIVE_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.chain.ChainActions.ChainActions, DSL.name("activedetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.chain.ChainActions.ChainActions.ACTIVE_DETAIL }, true);
052    public static final UniqueKey<ChainActions> CHAIN_ACTIONS_LAST_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.chain.ChainActions.ChainActions, DSL.name("lastdetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.chain.ChainActions.ChainActions.LAST_DETAIL }, true);
053    public static final UniqueKey<ChainActions> CHAIN_ACTIONS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.chain.ChainActions.ChainActions, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.chain.ChainActions.ChainActions.CHAIN_ACTION }, true);
054    public static final UniqueKey<ChainActionSetDescriptions> CHAIN_ACTION_SET_DESCRIPTIONS_CHAIN_ACTION_SET_AND_LANGUAGE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.chain.ChainActionSetDescriptions.ChainActionSetDescriptions, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.chain.ChainActionSetDescriptions.ChainActionSetDescriptions.CHAIN_ACTION_SET, com.echothree.model.jooq.server.tables.chain.ChainActionSetDescriptions.ChainActionSetDescriptions.LANGUAGE, com.echothree.model.jooq.server.tables.chain.ChainActionSetDescriptions.ChainActionSetDescriptions.THRU_TIME }, true);
055    public static final UniqueKey<ChainActionSetDescriptions> CHAIN_ACTION_SET_DESCRIPTIONS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.chain.ChainActionSetDescriptions.ChainActionSetDescriptions, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.chain.ChainActionSetDescriptions.ChainActionSetDescriptions.CHAIN_ACTION_SET_DESCRIPTION }, true);
056    public static final UniqueKey<ChainActionSetDetails> CHAIN_ACTION_SET_DETAILS_CHAIN_ACTION_SET_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.chain.ChainActionSetDetails.ChainActionSetDetails, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.chain.ChainActionSetDetails.ChainActionSetDetails.CHAIN_ACTION_SET, com.echothree.model.jooq.server.tables.chain.ChainActionSetDetails.ChainActionSetDetails.THRU_TIME }, true);
057    public static final UniqueKey<ChainActionSetDetails> CHAIN_ACTION_SET_DETAILS_CHAIN_AND_CHAIN_ACTION_SET_NAME_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.chain.ChainActionSetDetails.ChainActionSetDetails, DSL.name("index3_idx"), new TableField[] { com.echothree.model.jooq.server.tables.chain.ChainActionSetDetails.ChainActionSetDetails.CHAIN, com.echothree.model.jooq.server.tables.chain.ChainActionSetDetails.ChainActionSetDetails.CHAIN_ACTION_SET_NAME, com.echothree.model.jooq.server.tables.chain.ChainActionSetDetails.ChainActionSetDetails.THRU_TIME }, true);
058    public static final UniqueKey<ChainActionSetDetails> CHAIN_ACTION_SET_DETAILS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.chain.ChainActionSetDetails.ChainActionSetDetails, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.chain.ChainActionSetDetails.ChainActionSetDetails.CHAIN_ACTION_SET_DETAIL }, true);
059    public static final UniqueKey<ChainActionSets> CHAIN_ACTION_SETS_ACTIVE_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.chain.ChainActionSets.ChainActionSets, DSL.name("activedetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.chain.ChainActionSets.ChainActionSets.ACTIVE_DETAIL }, true);
060    public static final UniqueKey<ChainActionSets> CHAIN_ACTION_SETS_LAST_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.chain.ChainActionSets.ChainActionSets, DSL.name("lastdetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.chain.ChainActionSets.ChainActionSets.LAST_DETAIL }, true);
061    public static final UniqueKey<ChainActionSets> CHAIN_ACTION_SETS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.chain.ChainActionSets.ChainActionSets, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.chain.ChainActionSets.ChainActionSets.CHAIN_ACTION_SET }, true);
062    public static final UniqueKey<ChainActionSurveys> CHAIN_ACTION_SURVEYS_CHAIN_ACTION_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.chain.ChainActionSurveys.ChainActionSurveys, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.chain.ChainActionSurveys.ChainActionSurveys.CHAIN_ACTION, com.echothree.model.jooq.server.tables.chain.ChainActionSurveys.ChainActionSurveys.THRU_TIME }, true);
063    public static final UniqueKey<ChainActionSurveys> CHAIN_ACTION_SURVEYS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.chain.ChainActionSurveys.ChainActionSurveys, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.chain.ChainActionSurveys.ChainActionSurveys.CHAIN_ACTION_SURVEY }, true);
064    public static final UniqueKey<ChainActionTypeDescriptions> CHAIN_ACTION_TYPE_DESCRIPTIONS_CHAIN_ACTION_TYPE_AND_LANGUAGE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.chain.ChainActionTypeDescriptions.ChainActionTypeDescriptions, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.chain.ChainActionTypeDescriptions.ChainActionTypeDescriptions.CHAIN_ACTION_TYPE, com.echothree.model.jooq.server.tables.chain.ChainActionTypeDescriptions.ChainActionTypeDescriptions.LANGUAGE, com.echothree.model.jooq.server.tables.chain.ChainActionTypeDescriptions.ChainActionTypeDescriptions.THRU_TIME }, true);
065    public static final UniqueKey<ChainActionTypeDescriptions> CHAIN_ACTION_TYPE_DESCRIPTIONS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.chain.ChainActionTypeDescriptions.ChainActionTypeDescriptions, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.chain.ChainActionTypeDescriptions.ChainActionTypeDescriptions.CHAIN_ACTION_TYPE_DESCRIPTION }, true);
066    public static final UniqueKey<ChainActionTypeDetails> CHAIN_ACTION_TYPE_DETAILS_CHAIN_ACTION_TYPE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.chain.ChainActionTypeDetails.ChainActionTypeDetails, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.chain.ChainActionTypeDetails.ChainActionTypeDetails.CHAIN_ACTION_TYPE, com.echothree.model.jooq.server.tables.chain.ChainActionTypeDetails.ChainActionTypeDetails.THRU_TIME }, true);
067    public static final UniqueKey<ChainActionTypeDetails> CHAIN_ACTION_TYPE_DETAILS_CHAIN_ACTION_TYPE_NAME_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.chain.ChainActionTypeDetails.ChainActionTypeDetails, DSL.name("index2_idx"), new TableField[] { com.echothree.model.jooq.server.tables.chain.ChainActionTypeDetails.ChainActionTypeDetails.CHAIN_ACTION_TYPE_NAME, com.echothree.model.jooq.server.tables.chain.ChainActionTypeDetails.ChainActionTypeDetails.THRU_TIME }, true);
068    public static final UniqueKey<ChainActionTypeDetails> CHAIN_ACTION_TYPE_DETAILS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.chain.ChainActionTypeDetails.ChainActionTypeDetails, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.chain.ChainActionTypeDetails.ChainActionTypeDetails.CHAIN_ACTION_TYPE_DETAIL }, true);
069    public static final UniqueKey<ChainActionTypes> CHAIN_ACTION_TYPES_ACTIVE_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.chain.ChainActionTypes.ChainActionTypes, DSL.name("activedetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.chain.ChainActionTypes.ChainActionTypes.ACTIVE_DETAIL }, true);
070    public static final UniqueKey<ChainActionTypes> CHAIN_ACTION_TYPES_LAST_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.chain.ChainActionTypes.ChainActionTypes, DSL.name("lastdetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.chain.ChainActionTypes.ChainActionTypes.LAST_DETAIL }, true);
071    public static final UniqueKey<ChainActionTypes> CHAIN_ACTION_TYPES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.chain.ChainActionTypes.ChainActionTypes, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.chain.ChainActionTypes.ChainActionTypes.CHAIN_ACTION_TYPE }, true);
072    public static final UniqueKey<ChainActionTypeUses> CHAIN_ACTION_TYPE_USES_CHAIN_KIND_AND_CHAIN_ACTION_TYPE_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.chain.ChainActionTypeUses.ChainActionTypeUses, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.chain.ChainActionTypeUses.ChainActionTypeUses.CHAIN_KIND, com.echothree.model.jooq.server.tables.chain.ChainActionTypeUses.ChainActionTypeUses.CHAIN_ACTION_TYPE }, true);
073    public static final UniqueKey<ChainActionTypeUses> CHAIN_ACTION_TYPE_USES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.chain.ChainActionTypeUses.ChainActionTypeUses, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.chain.ChainActionTypeUses.ChainActionTypeUses.CHAIN_ACTION_TYPE_USE }, true);
074    public static final UniqueKey<ChainDescriptions> CHAIN_DESCRIPTIONS_CHAIN_AND_LANGUAGE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.chain.ChainDescriptions.ChainDescriptions, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.chain.ChainDescriptions.ChainDescriptions.CHAIN, com.echothree.model.jooq.server.tables.chain.ChainDescriptions.ChainDescriptions.LANGUAGE, com.echothree.model.jooq.server.tables.chain.ChainDescriptions.ChainDescriptions.THRU_TIME }, true);
075    public static final UniqueKey<ChainDescriptions> CHAIN_DESCRIPTIONS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.chain.ChainDescriptions.ChainDescriptions, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.chain.ChainDescriptions.ChainDescriptions.CHAIN_DESCRIPTION }, true);
076    public static final UniqueKey<ChainDetails> CHAIN_DETAILS_CHAIN_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.chain.ChainDetails.ChainDetails, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.chain.ChainDetails.ChainDetails.CHAIN, com.echothree.model.jooq.server.tables.chain.ChainDetails.ChainDetails.THRU_TIME }, true);
077    public static final UniqueKey<ChainDetails> CHAIN_DETAILS_CHAIN_TYPE_AND_CHAIN_NAME_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.chain.ChainDetails.ChainDetails, DSL.name("index2_idx"), new TableField[] { com.echothree.model.jooq.server.tables.chain.ChainDetails.ChainDetails.CHAIN_TYPE, com.echothree.model.jooq.server.tables.chain.ChainDetails.ChainDetails.CHAIN_NAME, com.echothree.model.jooq.server.tables.chain.ChainDetails.ChainDetails.THRU_TIME }, true);
078    public static final UniqueKey<ChainDetails> CHAIN_DETAILS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.chain.ChainDetails.ChainDetails, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.chain.ChainDetails.ChainDetails.CHAIN_DETAIL }, true);
079    public static final UniqueKey<ChainEntityRoleTypeDescriptions> CHAIN_ENTITY_ROLE_TYPE_DESCRIPTIONS_CHAIN_ENTITY_ROLE_TYPE_AND_LANGUAGE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.chain.ChainEntityRoleTypeDescriptions.ChainEntityRoleTypeDescriptions, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.chain.ChainEntityRoleTypeDescriptions.ChainEntityRoleTypeDescriptions.CHAIN_ENTITY_ROLE_TYPE, com.echothree.model.jooq.server.tables.chain.ChainEntityRoleTypeDescriptions.ChainEntityRoleTypeDescriptions.LANGUAGE, com.echothree.model.jooq.server.tables.chain.ChainEntityRoleTypeDescriptions.ChainEntityRoleTypeDescriptions.THRU_TIME }, true);
080    public static final UniqueKey<ChainEntityRoleTypeDescriptions> CHAIN_ENTITY_ROLE_TYPE_DESCRIPTIONS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.chain.ChainEntityRoleTypeDescriptions.ChainEntityRoleTypeDescriptions, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.chain.ChainEntityRoleTypeDescriptions.ChainEntityRoleTypeDescriptions.CHAIN_ENTITY_ROLE_TYPE_DESCRIPTION }, true);
081    public static final UniqueKey<ChainEntityRoleTypeDetails> CHAIN_ENTITY_ROLE_TYPE_DETAILS_CHAIN_ENTITY_ROLE_TYPE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.chain.ChainEntityRoleTypeDetails.ChainEntityRoleTypeDetails, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.chain.ChainEntityRoleTypeDetails.ChainEntityRoleTypeDetails.CHAIN_ENTITY_ROLE_TYPE, com.echothree.model.jooq.server.tables.chain.ChainEntityRoleTypeDetails.ChainEntityRoleTypeDetails.THRU_TIME }, true);
082    public static final UniqueKey<ChainEntityRoleTypeDetails> CHAIN_ENTITY_ROLE_TYPE_DETAILS_CHAIN_TYPE_AND_CHAIN_ENTITY_ROLE_TYPE_NAME_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.chain.ChainEntityRoleTypeDetails.ChainEntityRoleTypeDetails, DSL.name("index2_idx"), new TableField[] { com.echothree.model.jooq.server.tables.chain.ChainEntityRoleTypeDetails.ChainEntityRoleTypeDetails.CHAIN_TYPE, com.echothree.model.jooq.server.tables.chain.ChainEntityRoleTypeDetails.ChainEntityRoleTypeDetails.CHAIN_ENTITY_ROLE_TYPE_NAME, com.echothree.model.jooq.server.tables.chain.ChainEntityRoleTypeDetails.ChainEntityRoleTypeDetails.THRU_TIME }, true);
083    public static final UniqueKey<ChainEntityRoleTypeDetails> CHAIN_ENTITY_ROLE_TYPE_DETAILS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.chain.ChainEntityRoleTypeDetails.ChainEntityRoleTypeDetails, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.chain.ChainEntityRoleTypeDetails.ChainEntityRoleTypeDetails.CHAIN_ENTITY_ROLE_TYPE_DETAIL }, true);
084    public static final UniqueKey<ChainEntityRoleTypes> CHAIN_ENTITY_ROLE_TYPES_ACTIVE_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.chain.ChainEntityRoleTypes.ChainEntityRoleTypes, DSL.name("activedetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.chain.ChainEntityRoleTypes.ChainEntityRoleTypes.ACTIVE_DETAIL }, true);
085    public static final UniqueKey<ChainEntityRoleTypes> CHAIN_ENTITY_ROLE_TYPES_LAST_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.chain.ChainEntityRoleTypes.ChainEntityRoleTypes, DSL.name("lastdetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.chain.ChainEntityRoleTypes.ChainEntityRoleTypes.LAST_DETAIL }, true);
086    public static final UniqueKey<ChainEntityRoleTypes> CHAIN_ENTITY_ROLE_TYPES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.chain.ChainEntityRoleTypes.ChainEntityRoleTypes, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.chain.ChainEntityRoleTypes.ChainEntityRoleTypes.CHAIN_ENTITY_ROLE_TYPE }, true);
087    public static final UniqueKey<ChainInstanceDetails> CHAIN_INSTANCE_DETAILS_CHAIN_INSTANCE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.chain.ChainInstanceDetails.ChainInstanceDetails, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.chain.ChainInstanceDetails.ChainInstanceDetails.CHAIN_INSTANCE, com.echothree.model.jooq.server.tables.chain.ChainInstanceDetails.ChainInstanceDetails.THRU_TIME }, true);
088    public static final UniqueKey<ChainInstanceDetails> CHAIN_INSTANCE_DETAILS_CHAIN_INSTANCE_NAME_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.chain.ChainInstanceDetails.ChainInstanceDetails, DSL.name("index2_idx"), new TableField[] { com.echothree.model.jooq.server.tables.chain.ChainInstanceDetails.ChainInstanceDetails.CHAIN_INSTANCE_NAME, com.echothree.model.jooq.server.tables.chain.ChainInstanceDetails.ChainInstanceDetails.THRU_TIME }, true);
089    public static final UniqueKey<ChainInstanceDetails> CHAIN_INSTANCE_DETAILS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.chain.ChainInstanceDetails.ChainInstanceDetails, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.chain.ChainInstanceDetails.ChainInstanceDetails.CHAIN_INSTANCE_DETAIL }, true);
090    public static final UniqueKey<ChainInstanceEntityRoles> CHAIN_INSTANCE_ENTITY_ROLES_CHAIN_INSTANCE_AND_CHAIN_ENTITY_ROLE_TYPE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.chain.ChainInstanceEntityRoles.ChainInstanceEntityRoles, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.chain.ChainInstanceEntityRoles.ChainInstanceEntityRoles.CHAIN_INSTANCE, com.echothree.model.jooq.server.tables.chain.ChainInstanceEntityRoles.ChainInstanceEntityRoles.CHAIN_ENTITY_ROLE_TYPE, com.echothree.model.jooq.server.tables.chain.ChainInstanceEntityRoles.ChainInstanceEntityRoles.THRU_TIME }, true);
091    public static final UniqueKey<ChainInstanceEntityRoles> CHAIN_INSTANCE_ENTITY_ROLES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.chain.ChainInstanceEntityRoles.ChainInstanceEntityRoles, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.chain.ChainInstanceEntityRoles.ChainInstanceEntityRoles.CHAIN_INSTANCE_ENTITY_ROLE }, true);
092    public static final UniqueKey<ChainInstances> CHAIN_INSTANCES_ACTIVE_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.chain.ChainInstances.ChainInstances, DSL.name("activedetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.chain.ChainInstances.ChainInstances.ACTIVE_DETAIL }, true);
093    public static final UniqueKey<ChainInstances> CHAIN_INSTANCES_LAST_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.chain.ChainInstances.ChainInstances, DSL.name("lastdetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.chain.ChainInstances.ChainInstances.LAST_DETAIL }, true);
094    public static final UniqueKey<ChainInstances> CHAIN_INSTANCES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.chain.ChainInstances.ChainInstances, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.chain.ChainInstances.ChainInstances.CHAIN_INSTANCE }, true);
095    public static final UniqueKey<ChainInstanceStatuses> CHAIN_INSTANCE_STATUSES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.chain.ChainInstanceStatuses.ChainInstanceStatuses, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.chain.ChainInstanceStatuses.ChainInstanceStatuses.CHAIN_INSTANCE_STATUS }, true);
096    public static final UniqueKey<ChainKindDescriptions> CHAIN_KIND_DESCRIPTIONS_CHAIN_KIND_AND_LANGUAGE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.chain.ChainKindDescriptions.ChainKindDescriptions, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.chain.ChainKindDescriptions.ChainKindDescriptions.CHAIN_KIND, com.echothree.model.jooq.server.tables.chain.ChainKindDescriptions.ChainKindDescriptions.LANGUAGE, com.echothree.model.jooq.server.tables.chain.ChainKindDescriptions.ChainKindDescriptions.THRU_TIME }, true);
097    public static final UniqueKey<ChainKindDescriptions> CHAIN_KIND_DESCRIPTIONS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.chain.ChainKindDescriptions.ChainKindDescriptions, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.chain.ChainKindDescriptions.ChainKindDescriptions.CHAIN_KIND_DESCRIPTION }, true);
098    public static final UniqueKey<ChainKindDetails> CHAIN_KIND_DETAILS_CHAIN_KIND_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.chain.ChainKindDetails.ChainKindDetails, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.chain.ChainKindDetails.ChainKindDetails.CHAIN_KIND, com.echothree.model.jooq.server.tables.chain.ChainKindDetails.ChainKindDetails.THRU_TIME }, true);
099    public static final UniqueKey<ChainKindDetails> CHAIN_KIND_DETAILS_CHAIN_KIND_NAME_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.chain.ChainKindDetails.ChainKindDetails, DSL.name("index2_idx"), new TableField[] { com.echothree.model.jooq.server.tables.chain.ChainKindDetails.ChainKindDetails.CHAIN_KIND_NAME, com.echothree.model.jooq.server.tables.chain.ChainKindDetails.ChainKindDetails.THRU_TIME }, true);
100    public static final UniqueKey<ChainKindDetails> CHAIN_KIND_DETAILS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.chain.ChainKindDetails.ChainKindDetails, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.chain.ChainKindDetails.ChainKindDetails.CHAIN_KIND_DETAIL }, true);
101    public static final UniqueKey<ChainKinds> CHAIN_KINDS_ACTIVE_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.chain.ChainKinds.ChainKinds, DSL.name("activedetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.chain.ChainKinds.ChainKinds.ACTIVE_DETAIL }, true);
102    public static final UniqueKey<ChainKinds> CHAIN_KINDS_LAST_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.chain.ChainKinds.ChainKinds, DSL.name("lastdetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.chain.ChainKinds.ChainKinds.LAST_DETAIL }, true);
103    public static final UniqueKey<ChainKinds> CHAIN_KINDS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.chain.ChainKinds.ChainKinds, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.chain.ChainKinds.ChainKinds.CHAIN_KIND }, true);
104    public static final UniqueKey<Chains> CHAINS_ACTIVE_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.chain.Chains.Chains, DSL.name("activedetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.chain.Chains.Chains.ACTIVE_DETAIL }, true);
105    public static final UniqueKey<Chains> CHAINS_LAST_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.chain.Chains.Chains, DSL.name("lastdetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.chain.Chains.Chains.LAST_DETAIL }, true);
106    public static final UniqueKey<Chains> CHAINS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.chain.Chains.Chains, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.chain.Chains.Chains.CHAIN }, true);
107    public static final UniqueKey<ChainTypeDescriptions> CHAIN_TYPE_DESCRIPTIONS_CHAIN_TYPE_AND_LANGUAGE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.chain.ChainTypeDescriptions.ChainTypeDescriptions, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.chain.ChainTypeDescriptions.ChainTypeDescriptions.CHAIN_TYPE, com.echothree.model.jooq.server.tables.chain.ChainTypeDescriptions.ChainTypeDescriptions.LANGUAGE, com.echothree.model.jooq.server.tables.chain.ChainTypeDescriptions.ChainTypeDescriptions.THRU_TIME }, true);
108    public static final UniqueKey<ChainTypeDescriptions> CHAIN_TYPE_DESCRIPTIONS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.chain.ChainTypeDescriptions.ChainTypeDescriptions, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.chain.ChainTypeDescriptions.ChainTypeDescriptions.CHAIN_TYPE_DESCRIPTION }, true);
109    public static final UniqueKey<ChainTypeDetails> CHAIN_TYPE_DETAILS_CHAIN_TYPE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.chain.ChainTypeDetails.ChainTypeDetails, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.chain.ChainTypeDetails.ChainTypeDetails.CHAIN_TYPE, com.echothree.model.jooq.server.tables.chain.ChainTypeDetails.ChainTypeDetails.THRU_TIME }, true);
110    public static final UniqueKey<ChainTypeDetails> CHAIN_TYPE_DETAILS_CHAIN_KIND_AND_CHAIN_TYPE_NAME_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.chain.ChainTypeDetails.ChainTypeDetails, DSL.name("index2_idx"), new TableField[] { com.echothree.model.jooq.server.tables.chain.ChainTypeDetails.ChainTypeDetails.CHAIN_KIND, com.echothree.model.jooq.server.tables.chain.ChainTypeDetails.ChainTypeDetails.CHAIN_TYPE_NAME, com.echothree.model.jooq.server.tables.chain.ChainTypeDetails.ChainTypeDetails.THRU_TIME }, true);
111    public static final UniqueKey<ChainTypeDetails> CHAIN_TYPE_DETAILS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.chain.ChainTypeDetails.ChainTypeDetails, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.chain.ChainTypeDetails.ChainTypeDetails.CHAIN_TYPE_DETAIL }, true);
112    public static final UniqueKey<ChainTypes> CHAIN_TYPES_ACTIVE_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.chain.ChainTypes.ChainTypes, DSL.name("activedetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.chain.ChainTypes.ChainTypes.ACTIVE_DETAIL }, true);
113    public static final UniqueKey<ChainTypes> CHAIN_TYPES_LAST_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.chain.ChainTypes.ChainTypes, DSL.name("lastdetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.chain.ChainTypes.ChainTypes.LAST_DETAIL }, true);
114    public static final UniqueKey<ChainTypes> CHAIN_TYPES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.chain.ChainTypes.ChainTypes, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.chain.ChainTypes.ChainTypes.CHAIN_TYPE }, true);
115}