Interface JpaImportBatchRepository<D extends JpaBatch>

All Superinterfaces:
org.springframework.data.repository.CrudRepository<D,String>, CustomizedImportBatchRepository<D>, com.broadleafcommerce.common.extension.DomainTypeAware, ImportBatchRepository<D>, com.broadleafcommerce.common.messaging.notification.NotificationStateRepository, org.springframework.data.repository.PagingAndSortingRepository<D,String>, org.springframework.data.repository.Repository<D,String>

@Repository public interface JpaImportBatchRepository<D extends JpaBatch> extends ImportBatchRepository<D>
JPA domain-specific implementation of ImportBatchRepository.
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.CustomizedImportBatchRepository

    markProcessingBatchAsCompleted, replaceContainedItems

    Methods inherited from interface com.broadleafcommerce.common.extension.DomainTypeAware

    getDomainType

    Methods inherited from interface com.broadleafcommerce.dataimport.repository.ImportBatchRepository

    deleteByImportIdIn

    Methods inherited from interface com.broadleafcommerce.common.messaging.notification.NotificationStateRepository

    findNotificationReadyMembers, setFailedNotificationAttempt, setNotificationAcknowledged

    Methods inherited from interface org.springframework.data.repository.PagingAndSortingRepository

    findAll, findAll