Interface ChangeSummaryGroupRepository<D>

Type Parameters:
D - The business domain type
All Superinterfaces:
org.springframework.data.repository.CrudRepository<D,String>, CustomizedChangeSummaryGroupRepository<D>, com.broadleafcommerce.common.extension.DomainTypeAware, com.broadleafcommerce.common.extension.data.PagingAndSortingRepository<D,String>, org.springframework.data.repository.Repository<D,String>
All Known Subinterfaces:
JpaChangeSummaryGroupRepository<D>

@NoRepositoryBean public interface ChangeSummaryGroupRepository<D> extends com.broadleafcommerce.common.extension.data.PagingAndSortingRepository<D,String>, CustomizedChangeSummaryGroupRepository<D>
Repository for working with repository domain related to the ChangeSummaryGroup business domain.
Author:
Jeff Fischer