Interface JpaImportBatchItemCompletionRepository<D extends JpaBatchItemCompletion>

All Superinterfaces:
org.springframework.data.repository.CrudRepository<D,String>, CustomizedImportBatchItemCompletionRepository<D>, com.broadleafcommerce.common.extension.DomainTypeAware, ImportBatchItemCompletionRepository<D>, com.broadleafcommerce.data.tracking.core.service.MappableRsqlFilterExecutor<D>, com.broadleafcommerce.common.messaging.notification.NotificationStateRepository, org.springframework.data.repository.PagingAndSortingRepository<D,String>, org.springframework.data.repository.Repository<D,String>

@Repository public interface JpaImportBatchItemCompletionRepository<D extends JpaBatchItemCompletion> extends ImportBatchItemCompletionRepository<D>
JPA domain-specific implementation of ImportBatchItemCompletionRepository.
Author:
Samarth Dhruva (samarthd)