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