@AutoConfigureAfter(com.broadleafcommerce.common.jpa.autoconfigure.CommonJpaAutoConfiguration.class)
@ConditionalOnProperty(name="broadleaf.database.provider",
havingValue="jpa")
@Configuration
@JpaEntityScan(basePackages="com.broadleafcommerce.common.dataexport.provider.jpa.domain",
routePackage="com.broadleafcommerce.common.dataexport")
public class ExportJpaAutoConfiguration
extends Object
The main JPA auto configuration that initializes the out of the box JPA repositories.
- Author:
- Samarth Dhruva (samarthd)