Interface CustomerForeignKeys
- All Known Implementing Classes:
KeyRegistry
public interface CustomerForeignKeys
Key definitions for the CustomerForeign component.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<CustomerTypeDescriptions, CustomerTypes> static final org.jooq.ForeignKey<CustomerTypeDescriptions, Languages> static final org.jooq.ForeignKey<CustomerTypeDetails, AllocationPriorities> static final org.jooq.ForeignKey<CustomerTypeDetails, Sequences> static final org.jooq.ForeignKey<CustomerTypeDetails, CustomerTypes> static final org.jooq.ForeignKey<CustomerTypeDetails, GlAccounts> static final org.jooq.ForeignKey<CustomerTypeDetails, CancellationPolicies> static final org.jooq.ForeignKey<CustomerTypeDetails, WorkflowEntrances> static final org.jooq.ForeignKey<CustomerTypeDetails, WorkflowEntrances> static final org.jooq.ForeignKey<CustomerTypeDetails, FreeOnBoards> static final org.jooq.ForeignKey<CustomerTypeDetails, OfferUses> static final org.jooq.ForeignKey<CustomerTypeDetails, ReturnPolicies> static final org.jooq.ForeignKey<CustomerTypeDetails, Terms> static final org.jooq.ForeignKey<CustomerTypePaymentMethods, CustomerTypes> static final org.jooq.ForeignKey<CustomerTypePaymentMethods, PaymentMethods> static final org.jooq.ForeignKey<CustomerTypeShippingMethods, CustomerTypes> static final org.jooq.ForeignKey<CustomerTypeShippingMethods, ShippingMethods> static final org.jooq.ForeignKey<CustomerTypes, CustomerTypeDetails> static final org.jooq.ForeignKey<CustomerTypes, CustomerTypeDetails> static final org.jooq.ForeignKey<Customers, GlAccounts> static final org.jooq.ForeignKey<Customers, CancellationPolicies> static final org.jooq.ForeignKey<Customers, CustomerTypes> static final org.jooq.ForeignKey<Customers, ReturnPolicies>
-
Field Details
-
CUSTOMERS_AR_GL_ACCOUNT_FK
-
CUSTOMERS_CANCELLATION_POLICY_FK
-
CUSTOMERS_CUSTOMER_TYPE_FK
-
CUSTOMERS_INITIAL_OFFER_USE_FK
-
CUSTOMERS_PARTY_FK
-
CUSTOMERS_RETURN_POLICY_FK
-
CUSTOMER_TYPE_DESCRIPTIONS_CUSTOMER_TYPE_FK
static final org.jooq.ForeignKey<CustomerTypeDescriptions,CustomerTypes> CUSTOMER_TYPE_DESCRIPTIONS_CUSTOMER_TYPE_FK -
CUSTOMER_TYPE_DESCRIPTIONS_LANGUAGE_FK
static final org.jooq.ForeignKey<CustomerTypeDescriptions,Languages> CUSTOMER_TYPE_DESCRIPTIONS_LANGUAGE_FK -
CUSTOMER_TYPE_DETAILS_ALLOCATION_PRIORITY_FK
static final org.jooq.ForeignKey<CustomerTypeDetails,AllocationPriorities> CUSTOMER_TYPE_DETAILS_ALLOCATION_PRIORITY_FK -
CUSTOMER_TYPE_DETAILS_CUSTOMER_SEQUENCE_FK
static final org.jooq.ForeignKey<CustomerTypeDetails,Sequences> CUSTOMER_TYPE_DETAILS_CUSTOMER_SEQUENCE_FK -
CUSTOMER_TYPE_DETAILS_CUSTOMER_TYPE_FK
static final org.jooq.ForeignKey<CustomerTypeDetails,CustomerTypes> CUSTOMER_TYPE_DETAILS_CUSTOMER_TYPE_FK -
CUSTOMER_TYPE_DETAILS_DEFAULT_AR_GL_ACCOUNT_FK
static final org.jooq.ForeignKey<CustomerTypeDetails,GlAccounts> CUSTOMER_TYPE_DETAILS_DEFAULT_AR_GL_ACCOUNT_FK -
CUSTOMER_TYPE_DETAILS_DEFAULT_CANCELLATION_POLICY_FK
static final org.jooq.ForeignKey<CustomerTypeDetails,CancellationPolicies> CUSTOMER_TYPE_DETAILS_DEFAULT_CANCELLATION_POLICY_FK -
CUSTOMER_TYPE_DETAILS_DEFAULT_CUSTOMER_CREDIT_STATUS_FK
static final org.jooq.ForeignKey<CustomerTypeDetails,WorkflowEntrances> CUSTOMER_TYPE_DETAILS_DEFAULT_CUSTOMER_CREDIT_STATUS_FK -
CUSTOMER_TYPE_DETAILS_DEFAULT_CUSTOMER_STATUS_FK
static final org.jooq.ForeignKey<CustomerTypeDetails,WorkflowEntrances> CUSTOMER_TYPE_DETAILS_DEFAULT_CUSTOMER_STATUS_FK -
CUSTOMER_TYPE_DETAILS_DEFAULT_FREE_ON_BOARD_FK
static final org.jooq.ForeignKey<CustomerTypeDetails,FreeOnBoards> CUSTOMER_TYPE_DETAILS_DEFAULT_FREE_ON_BOARD_FK -
CUSTOMER_TYPE_DETAILS_DEFAULT_OFFER_USE_FK
static final org.jooq.ForeignKey<CustomerTypeDetails,OfferUses> CUSTOMER_TYPE_DETAILS_DEFAULT_OFFER_USE_FK -
CUSTOMER_TYPE_DETAILS_DEFAULT_RETURN_POLICY_FK
static final org.jooq.ForeignKey<CustomerTypeDetails,ReturnPolicies> CUSTOMER_TYPE_DETAILS_DEFAULT_RETURN_POLICY_FK -
CUSTOMER_TYPE_DETAILS_DEFAULT_TERM_FK
-
CUSTOMER_TYPE_PAYMENT_METHODS_CUSTOMER_TYPE_FK
static final org.jooq.ForeignKey<CustomerTypePaymentMethods,CustomerTypes> CUSTOMER_TYPE_PAYMENT_METHODS_CUSTOMER_TYPE_FK -
CUSTOMER_TYPE_PAYMENT_METHODS_PAYMENT_METHOD_FK
static final org.jooq.ForeignKey<CustomerTypePaymentMethods,PaymentMethods> CUSTOMER_TYPE_PAYMENT_METHODS_PAYMENT_METHOD_FK -
CUSTOMER_TYPES_ACTIVE_DETAIL_FK
-
CUSTOMER_TYPES_LAST_DETAIL_FK
-
CUSTOMER_TYPE_SHIPPING_METHODS_CUSTOMER_TYPE_FK
static final org.jooq.ForeignKey<CustomerTypeShippingMethods,CustomerTypes> CUSTOMER_TYPE_SHIPPING_METHODS_CUSTOMER_TYPE_FK -
CUSTOMER_TYPE_SHIPPING_METHODS_SHIPPING_METHOD_FK
static final org.jooq.ForeignKey<CustomerTypeShippingMethods,ShippingMethods> CUSTOMER_TYPE_SHIPPING_METHODS_SHIPPING_METHOD_FK
-