Class JpaCustomizedPriceListRepository<D extends JpaPriceList>

java.lang.Object
com.broadleafcommerce.pricing.provider.jpa.repository.JpaCustomizedPriceListRepository<D>
All Implemented Interfaces:
CustomizedPriceListRepository<D>, org.springframework.beans.factory.InitializingBean

@NoRepositoryBean public class JpaCustomizedPriceListRepository<D extends JpaPriceList> extends Object implements CustomizedPriceListRepository<D>, org.springframework.beans.factory.InitializingBean
Repository fragment for JpaPriceListRepositorythat includes custom JPA query methods.
Author:
Chad Harchar (charchar)