Uses of Class
com.broadleafcommerce.pricing.provider.jpa.domain.JpaPriceList
Packages that use JpaPriceList
Package
Description
-
Uses of JpaPriceList in com.broadleafcommerce.pricing.provider.jpa.domain
Methods in com.broadleafcommerce.pricing.provider.jpa.domain that return JpaPriceListMethods in com.broadleafcommerce.pricing.provider.jpa.domain with parameters of type JpaPriceList -
Uses of JpaPriceList in com.broadleafcommerce.pricing.provider.jpa.repository
Classes in com.broadleafcommerce.pricing.provider.jpa.repository with type parameters of type JpaPriceListModifier and TypeClassDescriptionclass
JpaCustomizedPriceListRepository<D extends JpaPriceList>
Repository fragment forJpaPriceListRepository
that includes custom JPA query methods.interface
JpaPriceListRepository<D extends JpaPriceList>
JPA counter-part ofPriceListRepository
.