Interface CustomerUniqueKeys
- All Known Implementing Classes:
KeyRegistry
public interface CustomerUniqueKeys
Key definitions for the CustomerUnique component.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<CustomerTypeDescriptions> static final org.jooq.UniqueKey<CustomerTypeDescriptions> static final org.jooq.UniqueKey<CustomerTypeDetails> static final org.jooq.UniqueKey<CustomerTypeDetails> static final org.jooq.UniqueKey<CustomerTypeDetails> static final org.jooq.UniqueKey<CustomerTypePaymentMethods> static final org.jooq.UniqueKey<CustomerTypePaymentMethods> static final org.jooq.UniqueKey<CustomerTypeShippingMethods> static final org.jooq.UniqueKey<CustomerTypeShippingMethods> static final org.jooq.UniqueKey<CustomerTypes> static final org.jooq.UniqueKey<CustomerTypes> static final org.jooq.UniqueKey<CustomerTypes> static final org.jooq.UniqueKey<Customers> static final org.jooq.UniqueKey<Customers> static final org.jooq.UniqueKey<Customers>
-
Field Details
-
CUSTOMERS_PARTY_AND_THRU_TIME_UK
-
CUSTOMERS_CUSTOMER_NAME_AND_THRU_TIME_UK
-
CUSTOMERS_PK
-
CUSTOMER_TYPE_DESCRIPTIONS_CUSTOMER_TYPE_AND_LANGUAGE_AND_THRU_TIME_UK
static final org.jooq.UniqueKey<CustomerTypeDescriptions> CUSTOMER_TYPE_DESCRIPTIONS_CUSTOMER_TYPE_AND_LANGUAGE_AND_THRU_TIME_UK -
CUSTOMER_TYPE_DESCRIPTIONS_PK
-
CUSTOMER_TYPE_DETAILS_CUSTOMER_TYPE_AND_THRU_TIME_UK
static final org.jooq.UniqueKey<CustomerTypeDetails> CUSTOMER_TYPE_DETAILS_CUSTOMER_TYPE_AND_THRU_TIME_UK -
CUSTOMER_TYPE_DETAILS_CUSTOMER_TYPE_NAME_AND_THRU_TIME_UK
static final org.jooq.UniqueKey<CustomerTypeDetails> CUSTOMER_TYPE_DETAILS_CUSTOMER_TYPE_NAME_AND_THRU_TIME_UK -
CUSTOMER_TYPE_DETAILS_PK
-
CUSTOMER_TYPE_PAYMENT_METHODS_CUSTOMER_TYPE_AND_PAYMENT_METHOD_AND_THRU_TIME_UK
static final org.jooq.UniqueKey<CustomerTypePaymentMethods> CUSTOMER_TYPE_PAYMENT_METHODS_CUSTOMER_TYPE_AND_PAYMENT_METHOD_AND_THRU_TIME_UK -
CUSTOMER_TYPE_PAYMENT_METHODS_PK
-
CUSTOMER_TYPES_ACTIVE_DETAIL_UK
-
CUSTOMER_TYPES_LAST_DETAIL_UK
-
CUSTOMER_TYPES_PK
-
CUSTOMER_TYPE_SHIPPING_METHODS_CUSTOMER_TYPE_AND_SHIPPING_METHOD_AND_THRU_TIME_UK
static final org.jooq.UniqueKey<CustomerTypeShippingMethods> CUSTOMER_TYPE_SHIPPING_METHODS_CUSTOMER_TYPE_AND_SHIPPING_METHOD_AND_THRU_TIME_UK -
CUSTOMER_TYPE_SHIPPING_METHODS_PK
-