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 TypeClassDescriptionclassJpaCustomizedPriceListRepository<D extends JpaPriceList>Repository fragment forJpaPriceListRepositorythat includes custom JPA query methods.interfaceJpaPriceListRepository<D extends JpaPriceList>JPA counter-part ofPriceListRepository.