Interface JpaImportRepository<D extends JpaImport>
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<D,
,String> CustomizedImportRepository<D>
,com.broadleafcommerce.common.extension.DomainTypeAware
,ImportRepository<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>
JPA domain-specific implementation of
ImportRepository
.- 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.CustomizedImportRepository
findByAuthor, findById, incrementSuccessAndErrorCounts, initializeDeleteSandboxNotificationState, initializeForSandboxCreation, markCancelled, markCompleted, markErrored, markHanging, markProcessing, readAll, readByStatus, readByStatusNot, setTotalItems
Methods inherited from interface com.broadleafcommerce.common.extension.DomainTypeAware
getDomainType
Methods inherited from interface com.broadleafcommerce.dataimport.repository.ImportRepository
deleteByIdIn, findAllByLastUpdatedBefore, findByAuthorAndApplicationIdAndTenantId, findByStatusAndLastUpdatedBefore, findByStatusAndLastUpdatedBeforeAndTenantId
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