public class OrchestrationShardingDataSourceFactoryBean extends Object
Constructor and Description |
---|
OrchestrationShardingDataSourceFactoryBean(Map<String,DataSource> dataSourceMap,
ShardingRuleConfiguration shardingRuleConfig,
Map<String,Object> configMap,
Properties props,
OrchestrationConfiguration orchestrationConfig) |
OrchestrationShardingDataSourceFactoryBean(OrchestrationConfiguration orchestrationConfig) |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
void |
destroy() |
OrchestrationShardingDataSource |
getObject() |
Class<?> |
getObjectType() |
boolean |
isSingleton() |
public OrchestrationShardingDataSourceFactoryBean(OrchestrationConfiguration orchestrationConfig)
public OrchestrationShardingDataSourceFactoryBean(Map<String,DataSource> dataSourceMap, ShardingRuleConfiguration shardingRuleConfig, Map<String,Object> configMap, Properties props, OrchestrationConfiguration orchestrationConfig)
public OrchestrationShardingDataSource getObject()
public Class<?> getObjectType()
public boolean isSingleton()
public void destroy()
Copyright © 2018. All rights reserved.