public class DynamicDataSourceProxy extends Object implements DynamicDataSource
| Constructor and Description |
|---|
DynamicDataSourceProxy(String id,
DatabaseType databaseType,
DataSource proxy) |
DynamicDataSourceProxy(String id,
DataSource proxy) |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
DataSource |
getNative() |
DatabaseType |
getType() |
public DynamicDataSourceProxy(String id, DatabaseType databaseType, DataSource proxy)
public DynamicDataSourceProxy(String id, DataSource proxy)
public DataSource getNative()
getNative in interface DynamicDataSourcepublic String getId()
getId in interface DynamicDataSourceDataSourceSwitcher.currentDataSourceId()public DatabaseType getType()
getType in interface DynamicDataSourceDatabaseTypeCopyright © 2016–2021. All rights reserved.