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)
-
Method Summary
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAll
Methods inherited from interface com.broadleafcommerce.dataimport.repository.CustomizedImportBatchItemCompletionRepository
findByCorrelationIdInOrTopLevelParentIdInOrderedByLineNumber, initializeForIndexing, initializeForIndexing
Methods inherited from interface com.broadleafcommerce.common.extension.DomainTypeAware
getDomainType
Methods inherited from interface com.broadleafcommerce.dataimport.repository.ImportBatchItemCompletionRepository
deleteByIdIn, findAllByImportId, findAllByImportIdAndStatus, findByImportIdAndStatusAndCorrelationIdIn, readBatchItemCompletionIdsByImportId
Methods inherited from interface com.broadleafcommerce.data.tracking.core.service.MappableRsqlFilterExecutor
exists, findAll, findAll, findAll, findAll
Methods inherited from interface com.broadleafcommerce.common.messaging.notification.NotificationStateRepository
findNotificationReadyMembers, setFailedNotificationAttempt, setNotificationAcknowledged
Methods inherited from interface org.springframework.data.repository.PagingAndSortingRepository
findAll, findAll