Uses of Class
com.broadleafcommerce.pricing.provider.jpa.domain.JpaPriceData
Packages that use JpaPriceData
-
Uses of JpaPriceData in com.broadleafcommerce.pricing.provider.jpa.repository
Classes in com.broadleafcommerce.pricing.provider.jpa.repository with type parameters of type JpaPriceDataModifier and TypeClassDescriptionclassJpaCustomizedPriceDataRepository<D extends JpaPriceData>Repository fragment forJpaPriceDataRepositorythat includes custom JPA query methods.interfaceJpaPriceDataRepository<D extends JpaPriceData>JPA counter-part ofPriceDataRepository.