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 classDataSourceImplFactoryclassSlaveTenantDataSourceFactoryMethods in de.hybris.platform.core that return DataSourceFactory Modifier and Type Method Description protected DataSourceFactoryAbstractTenant. createDataSourceFactory(ConfigIntf cfg)protected DataSourceFactoryAbstractTenant. createDataSourceFactory(java.lang.String className)Methods in de.hybris.platform.core with parameters of type DataSourceFactory Modifier and Type Method Description protected HybrisDataSourceAbstractTenant. 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 HybrisDataSourceAbstractTenant. 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 classJUnitDataSourceFactoryMethods in de.hybris.platform.jdbcwrapper that return DataSourceFactory Modifier and Type Method Description DataSourceFactoryDataSourceImpl. getDataSourceFactory()DataSourceFactoryHybrisDataSource. 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)
-