Class BroadleafCommonConfig
java.lang.Object
org.broadleafcommerce.common.config.BroadleafCommonConfig
Main configuration class for the broadleaf-common module
- Author:
- Phillip Verheyden (phillipuniverse)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.orm.jpa.JpaVendorAdapter
Other enterprise/mulititenant modules override this adapter to provide one that supports dynamic filtration
-
Field Details
-
ignorePatterns
-
-
Constructor Details
-
BroadleafCommonConfig
public BroadleafCommonConfig()
-
-
Method Details
-
blJpaVendorAdapter
@Bean @ConditionalOnMissingBean(name="blJpaVendorAdapter") public org.springframework.orm.jpa.JpaVendorAdapter blJpaVendorAdapter()Other enterprise/mulititenant modules override this adapter to provide one that supports dynamic filtration
-