Uses of Interface
com.broadleafcommerce.common.jpa.data.RoutableDataSource
-
Packages that use RoutableDataSource Package Description com.broadleafcommerce.common.jpa.autoconfigure com.broadleafcommerce.common.jpa.data com.broadleafcommerce.common.jpa.data.entitymanager -
-
Uses of RoutableDataSource in com.broadleafcommerce.common.jpa.autoconfigure
Method parameters in com.broadleafcommerce.common.jpa.autoconfigure with type arguments of type RoutableDataSource Modifier and Type Method Description DataSourceCommonDataRouteJpaAutoConfiguration. dataSource(List<RoutableDataSource> sources) -
Uses of RoutableDataSource in com.broadleafcommerce.common.jpa.data
Methods in com.broadleafcommerce.common.jpa.data that return RoutableDataSource Modifier and Type Method Description static RoutableDataSourceDataSourceUtil. createRoutableInstance(DataSource original, String key, int order, Class<?>... supportingClasses)Create aRoutableDataSourceproxy wrapping aDataSource.static RoutableDataSourceDataSourceUtil. createRoutableInstance(DataSource original, String key, Class<?>... supportingClasses)Create aRoutableDataSourceproxy wrapping aDataSource.RoutableDataSourceJpaDataRoutableDataSourceBeanRegistrar.RoutableDataSourceFactoryBean. getBean()RoutableDataSourceJpaDataRoutableDataSourceBeanRegistrar.RoutableDataSourceFactoryBean. getObject()RoutableDataSourceJpaPackageDataRouteSupplierBeanRegistrar.RoutableDataSourceFactoryBean. getRouteSource()Methods in com.broadleafcommerce.common.jpa.data that return types with arguments of type RoutableDataSource Modifier and Type Method Description Class<? extends RoutableDataSource>JpaDataRoutableDataSourceBeanRegistrar.RoutableDataSourceFactoryBean. getObjectType()Methods in com.broadleafcommerce.common.jpa.data with parameters of type RoutableDataSource Modifier and Type Method Description voidJpaDataRoutableDataSourceBeanRegistrar.RoutableDataSourceFactoryBean. setBean(RoutableDataSource bean)voidJpaPackageDataRouteSupplierBeanRegistrar.RoutableDataSourceFactoryBean. setRouteSource(RoutableDataSource routeSource)Constructor parameters in com.broadleafcommerce.common.jpa.data with type arguments of type RoutableDataSource Constructor Description RoutingJpaDataSource(List<RoutableDataSource> sources) -
Uses of RoutableDataSource in com.broadleafcommerce.common.jpa.data.entitymanager
Methods in com.broadleafcommerce.common.jpa.data.entitymanager that return RoutableDataSource Modifier and Type Method Description RoutableDataSourceJpaDataRouteEntityManagerFactoryBeanRegistrar.DataRouteEntityManagerFactoryBean. getRouteSource()Methods in com.broadleafcommerce.common.jpa.data.entitymanager with parameters of type RoutableDataSource Modifier and Type Method Description voidJpaDataRouteEntityManagerFactoryBeanRegistrar.DataRouteEntityManagerFactoryBean. setRouteSource(RoutableDataSource routeSource)
-