Data Model
Entities
| Table | Related Entity | Description |
|---|---|---|
BLC_ADMIN_SEC_CNTXT |
AdditionalAdminSecurityContext | Site specific security for admin users |
Additional Discriminators
The MultiTenant module leverages Hibernate's support for weaving in columns at runtime heavily. These extra columns are responsible for determining which site and catalog a given entity is part of. The following table describes the entities that have one or both of these columns weaved in at runtime:
| Entity Class Name | Table Name | CATALOG_DISC |
SITE_DISC |
|---|---|---|---|
| CategoryExcludedSearchFacetImpl | BLC_CAT_SEARCH_FACET_EXCL_XREF |
Y | |
| CategoryImpl | BLC_CATEGORY |
Y | |
| CategoryProductXrefImpl | BLC_CATEGORY_PRODUCT_XREF |
Y | |
| CategorySearchFacetImpl | BLC_CAT_SEARCH_FACET_XREF |
Y | |
| CategoryXrefImpl | BLC_CATEGORY_XREF |
Y | |
| CrossSaleProductImpl | BLC_PRODUCT_CROSS_SALE |
Y | |
| FeaturedProductImpl | BLC_PRODUCT_FEATURED |
Y | |
| FieldImpl | BLC_FIELD |
Y | |
| ProductImpl | BLC_PRODUCT |
Y | |
| ProductOptionImpl | BLC_PRODUCT_OPTION |
Y | |
| ProductOptionValueImpl | BLC_PRODUCT_OPTION_VALUE |
Y | |
| ProductOptionXrefImpl | BLC_PRODUCT_OPTION_XREF |
Y | |
| SearchFacetImpl | BLC_SEARCH_FACET |
Y | |
| SkuBundleItemImpl | BLC_SKU_BUNDLE_ITEM |
Y | |
| SkuImpl | BLC_SKU |
Y | |
| UpSaleProductImpl | BLC_PRODUCT_UP_SALE |
Y | |
| SearchFacetImpl | BLC_SEARCH_FACET |
Y | |
| OfferCodeImpl | BLC_OFFER_CODE |
Y | Y |
| OfferImpl | BLC_OFFER |
Y | Y |
| StaticAssetImpl | BLC_STATIC_ASSET |
Y | Y |
| AbstractModuleConfiguration | BLC_MODULE_CONFIGURATION |
Y | |
| BroadleafCurrencyImpl | BLC_CURRENCY |
Y | |
| CustomerImpl | BLC_CUSTOMER |
Y | |
| DataDrivenEnumerationImpl | BLC_DATA_DRVN_ENUM |
Y | |
| DataDrivenEnumerationValueImpl | BLC_DATA_DRVN_ENUM_VAL |
Y | |
| FulfillmentGroupImpl | BLC_FULFILLMENT_GROUP |
Y | |
| FulfillmentOptionImpl | BLC_FULFILLMENT_OPTION |
Y | |
| OrderImpl | BLC_ORDER |
Y | |
| OrderItemImpl | BLC_ORDER_ITEM |
Y | |
| OrderItemPriceDetailImpl | BLC_ORDER_ITEM_PRICE_DTL |
Y | |
| OrderPaymentImpl | BLC_ORDER_PAYMENT |
Y | |
| PageImpl | BLC_PAGE |
Y | |
| PageTemplateImpl | BLC_PAGE_TMPLT |
Y | |
| SandBoxManagementImpl | BLC_SANDBOX_MGMT |
Y | |
| StructuredContentImpl | BLC_SC |
Y | |
| StructuredContentTypeImpl | BLC_SC_TYPE |
Y | |
| SystemPropertyImpl | BLC_SYSTEM_PROPERTY |
Y | |
| TranslationImpl | BLC_TRANSLATION |
Y | |
| URLHandlerImpl | BLC_URL_HANDLER |
Y |
