Interface | Description |
---|---|
DataSourceFactory |
Factory to create
DataSource instances at runtime. |
Class | Description |
---|---|
DataSourceInformation |
Immutable parameter object that holds all information needed by the
DataSourceFactory implementation to create a datasource. |
ReadOnlyRoutingDataSource |
AbstractRoutingDataSource
implementation that routes to different read only data source in a random fashion if
the current transaction is read-only. |
TomcatJdbcDataSourceFactory |
A Tomcat JDBC Pool
DataSourceFactory implementation that creates a JDBC pool
backed datasource. |
Copyright © 2023 Pivotal Software, Inc.. All rights reserved.