Class TenantMappableJpaAutoConfiguration

java.lang.Object
com.broadleafcommerce.tenant.provider.jpa.autoconfigure.TenantMappableJpaAutoConfiguration

@ConditionalOnProperty(name="broadleaf.database.provider", havingValue="jpa") @Configuration @EnableJpaRepositories(basePackageClasses=JpaTenantRepository.class, repositoryFactoryBeanClass=com.broadleafcommerce.data.tracking.jpa.filtering.narrow.factory.JpaMappableRepositoryFactoryBean.class, entityManagerFactoryRef="tenantEntityManagerFactory", transactionManagerRef="tenantTransactionManager", excludeFilters=) public class TenantMappableJpaAutoConfiguration extends Object
Responsible for enabling non-trackable JpaRepository via the @EnableJpaRepositories declaration.
  • Constructor Details

    • TenantMappableJpaAutoConfiguration

      public TenantMappableJpaAutoConfiguration()