Uses of Class
com.broadleafcommerce.dataimport.provider.jpa.domain.JpaBatch
Packages that use JpaBatch
Package
Description
-
Uses of JpaBatch in com.broadleafcommerce.dataimport.provider.jpa.autoconfigure
Methods in com.broadleafcommerce.dataimport.provider.jpa.autoconfigure that return types with arguments of type JpaBatchModifier and TypeMethodDescriptionDataImportJpaAutoConfiguration.jpaImportBatchRepositoryImpl
(com.broadleafcommerce.common.messaging.notification.NotificationStateRepositoryFragment notificationStateRepository) -
Uses of JpaBatch in com.broadleafcommerce.dataimport.provider.jpa.domain
Methods in com.broadleafcommerce.dataimport.provider.jpa.domain that return JpaBatchModifier 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
Classes in com.broadleafcommerce.dataimport.provider.jpa.repository with type parameters of type JpaBatchModifier and TypeClassDescriptionclass
JpaCustomizedImportBatchRepository<D extends JpaBatch>
interface
JpaImportBatchRepository<D extends JpaBatch>
JPA domain-specific implementation ofImportBatchRepository
.