Uses of Interface
com.broadleafcommerce.tenant.provider.jpa.repository.JpaCatalogRepository
Package
Description
-
Uses of JpaCatalogRepository in com.broadleafcommerce.tenant.provider.jpa.autoconfigure
Modifier and TypeMethodDescriptionTenantJpaAutoConfiguration.jpaApplicationRepositoryImpl
(JpaCatalogRepository<?> catalogRepository, com.broadleafcommerce.common.extension.TypeFactory typeFactory, com.broadleafcommerce.common.messaging.notification.NotificationStateService notificationStateService) TenantJpaAutoConfiguration.jpaMarketplaceApplicationCatalogRepositoryImpl
(JpaCatalogRepository<?> catalogRepository, com.broadleafcommerce.common.extension.TypeFactory typeFactory, com.broadleafcommerce.common.messaging.notification.NotificationStateService notificationStateService) -
Uses of JpaCatalogRepository in com.broadleafcommerce.tenant.provider.jpa.repository
Modifier and TypeMethodDescriptionvoid
JpaCustomizedCatalogRepository.setRepository
(JpaCatalogRepository<?> repository) ModifierConstructorDescriptionJpaCustomizedApplicationRepository
(JpaCatalogRepository<? super JpaTenantCatalog> catalogRepository, com.broadleafcommerce.common.extension.TypeFactory typeFactory, com.broadleafcommerce.common.messaging.notification.NotificationStateService notificationStateService) JpaCustomizedMarketplaceApplicationCatalogRepository
(JpaCatalogRepository<? super JpaTenantCatalog> catalogRepository, com.broadleafcommerce.common.extension.TypeFactory typeFactory, com.broadleafcommerce.common.messaging.notification.NotificationStateService notificationStateService)