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 interfaceJpaPriceDataRepository<D extends JpaPriceData>JPA counter-part ofPriceDataRepository.Classes in com.broadleafcommerce.pricing.provider.jpa.repository that implement CustomizedPriceDataRepository Modifier and Type Class Description classJpaCustomizedPriceDataRepository<D extends JpaPriceData>Repository fragment forJpaPriceDataRepositorythat 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 interfacePriceDataRepository<D extends com.broadleafcommerce.data.tracking.core.Trackable>Repositoryfor persistent counter-parts ofPriceData.
-