Package com.broadleafcommerce.sandbox.provider.jpa.marketplace.vendor
@NonNullApi
package com.broadleafcommerce.sandbox.provider.jpa.marketplace.vendor
-
ClassDescriptionDefault implementation of
JpaVendorNarrowingCriteriaManager
.Default implementation ofJpaVendorNarrowingQueryCustomizer
.Can build criteria to narrow queries onJpaChangeDeploy
to only produce records matching the appropriate vendor restrictions.Can build criteria to narrow queries onJpaChangeSummaryGroup
to only produce records matching the appropriate vendor restrictions.Can build criteria to narrow queries onJpaChangeSummary
to only produce records matching the appropriate vendor restrictions.A specialized component that can understand how to build vendor-narrowing criteria for a specific entity.This is a higher-level component that understands how to build criteria to perform vendor-narrowing-related operations relating to various entities in the sandbox microservice.Domains such asChangeSummary
,ChangeSummaryGroup
, andChangeDeploy
are notTrackable
and have lots of customized query behavior.