Modifier and Type | Class and Description |
---|---|
class |
AbstractConnectionAdapter
Adapter for
Connection . |
class |
AbstractDataSourceAdapter
Adapter for
Datasource . |
class |
AbstractMasterSlavePreparedStatementAdapter
Master-slave adapter for
PreparedStatement . |
class |
AbstractResultSetAdapter
Adapter for
ResultSet . |
class |
AbstractShardingPreparedStatementAdapter
Sharding adapter for
PreparedStatement . |
class |
AbstractStatementAdapter
Adapter for
Statement . |
Modifier and Type | Class and Description |
---|---|
class |
MasterSlaveConnection
Connection that support master-slave.
|
class |
ShardingConnection
Connection that support sharding.
|
Modifier and Type | Class and Description |
---|---|
class |
MasterSlaveDataSource
Database that support master-slave.
|
class |
ShardingDataSource
Database that support sharding.
|
Modifier and Type | Class and Description |
---|---|
class |
GeneratedKeysResultSet
ResultSet for generated keys.
|
class |
GeneratedKeysResultSetMetaData
ResultSet metadata for generated keys.
|
class |
ShardingResultSet
Result that support sharding.
|
Modifier and Type | Class and Description |
---|---|
class |
MasterSlavePreparedStatement
PreparedStatement that support master-slave.
|
class |
MasterSlaveStatement
Statement that support master-slave.
|
class |
ShardingPreparedStatement
PreparedStatement that support sharding.
|
class |
ShardingStatement
Statement that support sharding.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractUnsupportedGeneratedKeysResultSet
Unsupported
ResultSet methods for generated keys. |
class |
AbstractUnsupportedOperationConnection
Unsupported
Connection methods. |
class |
AbstractUnsupportedOperationDataSource
Unsupported
Datasource methods. |
class |
AbstractUnsupportedOperationPreparedStatement
Unsupported
PreparedStatement methods. |
class |
AbstractUnsupportedOperationResultSet
Unsupported
ResultSet methods. |
class |
AbstractUnsupportedOperationStatement
Unsupported
Statement methods. |
class |
AbstractUnsupportedUpdateOperationResultSet
Unsupported
ResultSet methods. |
Modifier and Type | Class and Description |
---|---|
class |
OrchestrationMasterSlaveDataSource
Orchestration master-slave datasource.
|
class |
OrchestrationShardingDataSource
Orchestration sharding datasource.
|
Modifier and Type | Class and Description |
---|---|
class |
CircuitBreakerConnection
Circuit breaker connection.
|
Modifier and Type | Class and Description |
---|---|
class |
CircuitBreakerDataSource
Circuit breaker datasource.
|
Modifier and Type | Class and Description |
---|---|
class |
CircuitBreakerResultSet
Circuit breaker result set.
|
Modifier and Type | Class and Description |
---|---|
class |
CircuitBreakerPreparedStatement
Circuit breaker preparedStatement.
|
class |
CircuitBreakerStatement
Circuit breaker statement.
|
Modifier and Type | Class and Description |
---|---|
class |
SpringMasterSlaveDataSource
Master-slave datasource for spring namespace.
|
class |
SpringShardingDataSource
Sharding datasource for spring namespace.
|
Copyright © 2018. All rights reserved.