| Class | Description |
|---|---|
| DataSourceAutoConfiguration | |
| DataSourceAutoConfiguration.EmbeddedDatabaseConfiguration | |
| DataSourceAutoConfiguration.PooledDataSourceConfiguration | |
| DataSourceProperties |
Base class for configuration of a data source.
|
| DataSourceProperties.Xa |
XA Specific datasource settings.
|
| DataSourceSchemaCreatedEvent |
ApplicationEvent used internally to indicate that the schema of a new
DataSource has been created. |
| DataSourceTransactionManagerAutoConfiguration |
Auto-configuration for
DataSourceTransactionManager. |
| EmbeddedDataSourceConfiguration |
Configuration for embedded data sources.
|
| JdbcOperationsDependsOnPostProcessor |
BeanFactoryPostProcessor that can be used to dynamically declare that all
JdbcOperations beans should "depend on" one or more specific beans. |
| JdbcProperties |
Configuration properties for JDBC.
|
| JdbcProperties.Template |
JdbcTemplate settings. |
| JdbcTemplateAutoConfiguration | |
| JndiDataSourceAutoConfiguration |
Auto-configuration for a JNDI located
DataSource. |
| NamedParameterJdbcOperationsDependsOnPostProcessor |
BeanFactoryPostProcessor that can be used to dynamically declare that all
NamedParameterJdbcOperations beans should "depend on" one or more specific
beans. |
| XADataSourceAutoConfiguration |
Auto-configuration for DataSource with XA. |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.