Uses of Interface
com.broadleafcommerce.pricing.repository.CustomizedPriceListRepository
Package
Description
-
Uses of CustomizedPriceListRepository in com.broadleafcommerce.pricing.provider.jpa.repository
Modifier and TypeInterfaceDescriptioninterface
JpaPriceListRepository<D extends JpaPriceList>
JPA counter-part ofPriceListRepository
.Modifier and TypeClassDescriptionclass
JpaCustomizedPriceListRepository<D extends JpaPriceList>
Repository fragment forJpaPriceListRepository
that includes custom JPA query methods. -
Uses of CustomizedPriceListRepository in com.broadleafcommerce.pricing.repository
Modifier and TypeInterfaceDescriptioninterface
PriceListRepository<D extends com.broadleafcommerce.data.tracking.core.Trackable>
Repository
for persistent counter-parts ofPriceList
s.