Uses of Interface
de.hybris.platform.core.DataSourceFactory
-
Packages that use DataSourceFactory Package Description de.hybris.platform.core de.hybris.platform.jdbcwrapper -
-
Uses of DataSourceFactory in de.hybris.platform.core
Classes in de.hybris.platform.core that implement DataSourceFactory Modifier and Type Class Description class
DataSourceImplFactory
class
SlaveTenantDataSourceFactory
Methods in de.hybris.platform.core that return DataSourceFactory Modifier and Type Method Description protected DataSourceFactory
AbstractTenant. createDataSourceFactory(ConfigIntf cfg)
protected DataSourceFactory
AbstractTenant. createDataSourceFactory(java.lang.String className)
Methods in de.hybris.platform.core with parameters of type DataSourceFactory Modifier and Type Method Description protected HybrisDataSource
AbstractTenant. createAlternativeDataSource(DataSourceFactory factory, java.lang.String id, java.util.Map<java.lang.String,java.lang.String> params, boolean readOnly)
protected java.util.List<AbstractTenant.DataSourceHolder>
AbstractTenant. createAlternativeDataSources(DataSourceFactory defaultFactory, ConfigIntf cfg, java.util.Collection<HybrisDataSource> createdForRollback)
protected java.util.List<AbstractTenant.DataSourceHolder>
SlaveTenant. createAlternativeDataSources(DataSourceFactory factory, ConfigIntf cfg, java.util.Collection<HybrisDataSource> createdForRollback)
protected HybrisDataSource
AbstractTenant. createMasterDataSource(DataSourceFactory factory)
-
Uses of DataSourceFactory in de.hybris.platform.jdbcwrapper
Classes in de.hybris.platform.jdbcwrapper that implement DataSourceFactory Modifier and Type Class Description class
JUnitDataSourceFactory
Methods in de.hybris.platform.jdbcwrapper that return DataSourceFactory Modifier and Type Method Description DataSourceFactory
DataSourceImpl. getDataSourceFactory()
DataSourceFactory
HybrisDataSource. getDataSourceFactory()
Constructors in de.hybris.platform.jdbcwrapper with parameters of type DataSourceFactory Constructor Description DataSourceImpl(Tenant tenant, java.lang.String id, java.lang.String jndiName, boolean readOnly, DataSourceFactory factory)
Creates a new data source using a existing JNDI data source.DataSourceImpl(Tenant tenant, java.lang.String id, java.util.Map<java.lang.String,java.lang.String> params, boolean readOnly, DataSourceFactory factory)
Creates a new data source using connection parameters.DataSourceImpl(Tenant tenant, java.lang.String id, java.util.Map<java.lang.String,java.lang.String> params, java.lang.String jndiName, boolean readOnly, DataSourceFactory factory)
-