Uses of Class
com.broadleafcommerce.dataimport.provider.jpa.domain.JpaBatch
Package
Description
-
Uses of JpaBatch in com.broadleafcommerce.dataimport.provider.jpa.autoconfigure
Modifier and TypeMethodDescriptionDataImportJpaAutoConfiguration.jpaImportBatchRepositoryImpl
(com.broadleafcommerce.common.messaging.notification.NotificationStateRepositoryFragment notificationStateRepository) -
Uses of JpaBatch in com.broadleafcommerce.dataimport.provider.jpa.domain
Modifier and TypeMethodDescriptionJpaBatch.setItems
(List<JpaBatchItem> items) Provides a way for callers to set the_items
without dealing with the serialization aspect.JpaBatch.setStatus
(BatchStatus status) -
Uses of JpaBatch in com.broadleafcommerce.dataimport.provider.jpa.repository
Modifier and TypeClassDescriptionclass
JpaCustomizedImportBatchRepository<D extends JpaBatch>
interface
JpaImportBatchRepository<D extends JpaBatch>
JPA domain-specific implementation ofImportBatchRepository
.