Uses of Interface
org.springframework.jdbc.datasource.ShardingKeyProvider
Package
Description
Provides a utility class for easy DataSource access,
a PlatformTransactionManager for a single DataSource,
and various simple DataSource implementations.
-
Uses of ShardingKeyProvider in org.springframework.jdbc.datasource
Modifier and TypeMethodDescriptionvoid
ShardingKeyDataSourceAdapter.setShardingKeyProvider
(ShardingKeyProvider shardingKeyProvider) Set theShardingKeyProvider
for this adapter.ModifierConstructorDescriptionShardingKeyDataSourceAdapter
(DataSource dataSource, ShardingKeyProvider shardingKeyProvider) Create a new instance ofShardingKeyDataSourceAdapter
, wrapping the givenDataSource
.