Uses of Interface
com.broadleafcommerce.pricing.repository.CustomizedPriceDataRepository
Package
Description
-
Uses of CustomizedPriceDataRepository in com.broadleafcommerce.pricing.provider.jpa.repository
Modifier and TypeInterfaceDescriptioninterface
JpaPriceDataRepository<D extends JpaPriceData>
JPA counter-part ofPriceDataRepository
.Modifier and TypeClassDescriptionclass
JpaCustomizedPriceDataRepository<D extends JpaPriceData>
Repository fragment forJpaPriceDataRepository
that includes custom JPA query methods. -
Uses of CustomizedPriceDataRepository in com.broadleafcommerce.pricing.repository
Modifier and TypeInterfaceDescriptioninterface
PriceDataRepository<D extends com.broadleafcommerce.data.tracking.core.Trackable>
Repository
for persistent counter-parts ofPriceData
.