Class AweRoutingDataSource

java.lang.Object
org.springframework.jdbc.datasource.AbstractDataSource
org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
com.almis.awe.component.AweRoutingDataSource
All Implemented Interfaces:
Wrapper, CommonDataSource, DataSource, org.springframework.beans.factory.InitializingBean

public class AweRoutingDataSource extends org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
Routing datasource
Author:
pgarcia
  • Field Summary

    Fields inherited from class org.springframework.jdbc.datasource.AbstractDataSource

    logger
  • Constructor Summary

    Constructors
    Constructor
    Description
    Autowired constructor
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    protected Object
    Get lookup key
    void
    Load datasources from current connection
    void
    Load datasources from current connection

    Methods inherited from class org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource

    createConnectionBuilder, createShardingKeyBuilder, determineTargetDataSource, getConnection, getConnection, getResolvedDataSources, getResolvedDefaultDataSource, initialize, 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
  • Constructor Details

    • AweRoutingDataSource

      public AweRoutingDataSource(AweDatabaseContextHolder contextHolder)
      Autowired constructor
      Parameters:
      contextHolder - Awe Database Context holder
  • Method Details

    • afterPropertiesSet

      public void afterPropertiesSet()
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      Overrides:
      afterPropertiesSet in class org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
    • loadDataSources

      public void loadDataSources()
      Load datasources from current connection
    • reloadDataSources

      public void reloadDataSources()
      Load datasources from current connection
    • determineCurrentLookupKey

      protected Object determineCurrentLookupKey()
      Get lookup key
      Specified by:
      determineCurrentLookupKey in class org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
      Returns:
      Current database