Uses of Class
com.broadleafcommerce.dataimport.provider.jpa.domain.JpaBatchItemCompletion
Packages that use JpaBatchItemCompletion
Package
Description
-
Uses of JpaBatchItemCompletion in com.broadleafcommerce.dataimport.provider.jpa.autoconfigure
Methods in com.broadleafcommerce.dataimport.provider.jpa.autoconfigure that return types with arguments of type JpaBatchItemCompletionModifier and TypeMethodDescriptionDataImportJpaAutoConfiguration.jpaImportBatchItemCompletionRepositoryImpl
(com.broadleafcommerce.common.messaging.notification.NotificationStateRepositoryFragment notificationStateRepository) -
Uses of JpaBatchItemCompletion in com.broadleafcommerce.dataimport.provider.jpa.domain
Methods in com.broadleafcommerce.dataimport.provider.jpa.domain that return JpaBatchItemCompletionModifier and TypeMethodDescriptionJpaBatchItemCompletion.setOperation
(com.broadleafcommerce.common.dataimport.messaging.OperationType operation) JpaBatchItemCompletion.setStatus
(BatchItemStatus status) -
Uses of JpaBatchItemCompletion in com.broadleafcommerce.dataimport.provider.jpa.repository
Classes in com.broadleafcommerce.dataimport.provider.jpa.repository with type parameters of type JpaBatchItemCompletionModifier and TypeClassDescriptionclass
interface
JPA domain-specific implementation ofImportBatchItemCompletionRepository
.