Uses of Class
com.broadleafcommerce.dataimport.provider.jpa.domain.JpaImport
Packages that use JpaImport
Package
Description
-
Uses of JpaImport in com.broadleafcommerce.dataimport.provider.jpa.autoconfigure
Methods in com.broadleafcommerce.dataimport.provider.jpa.autoconfigure that return types with arguments of type JpaImportModifier and TypeMethodDescriptionDataImportJpaAutoConfiguration.jpaImportRepositoryImpl
(com.broadleafcommerce.common.messaging.notification.NotificationStateRepositoryFragment notificationStateRepository) -
Uses of JpaImport in com.broadleafcommerce.dataimport.provider.jpa.domain
Methods in com.broadleafcommerce.dataimport.provider.jpa.domain that return JpaImport -
Uses of JpaImport in com.broadleafcommerce.dataimport.provider.jpa.repository
Classes in com.broadleafcommerce.dataimport.provider.jpa.repository with type parameters of type JpaImportModifier and TypeClassDescriptionclass
JpaCustomizedImportRepository<D extends JpaImport>
interface
JpaImportRepository<D extends JpaImport>
JPA domain-specific implementation ofImportRepository
.