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 TypeClassDescriptionclass
JpaCustomizedPriceDataRepository<D extends JpaPriceData>
Repository fragment forJpaPriceDataRepository
that includes custom JPA query methods.interface
JpaPriceDataRepository<D extends JpaPriceData>
JPA counter-part ofPriceDataRepository
.