Class TenantAwareRoutingSource
- java.lang.Object
-
- org.springframework.jdbc.datasource.AbstractDataSource
-
- org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
-
- com.blueriq.component.api.datasource.TenantAwareRoutingSource
-
- All Implemented Interfaces:
Wrapper
,CommonDataSource
,DataSource
,org.springframework.beans.factory.InitializingBean
public class TenantAwareRoutingSource extends org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
-
-
Constructor Summary
Constructors Constructor Description TenantAwareRoutingSource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Object
determineCurrentLookupKey()
-
Methods inherited from class org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
afterPropertiesSet, determineTargetDataSource, getConnection, getConnection, getResolvedDataSources, getResolvedDefaultDataSource, isWrapperFor, resolveSpecifiedDataSource, resolveSpecifiedLookupKey, setDataSourceLookup, setDefaultTargetDataSource, setLenientFallback, setTargetDataSources, unwrap
-
Methods inherited from class org.springframework.jdbc.datasource.AbstractDataSource
getLoginTimeout, getLogWriter, getParentLogger, setLoginTimeout, setLogWriter
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface javax.sql.CommonDataSource
createShardingKeyBuilder
-
Methods inherited from interface javax.sql.DataSource
createConnectionBuilder
-
-
-
-
Method Detail
-
determineCurrentLookupKey
protected Object determineCurrentLookupKey()
- Specified by:
determineCurrentLookupKey
in classorg.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
-
-