Package org.springframework.boot.jdbc
package org.springframework.boot.jdbc
Support for Java Database Connectivity (JDBC).
-
ClassDescriptionEnumeration of common database drivers.DataSourceBuilder<T extends DataSource>Convenience class for building a
DataSource
.Unwraps aDataSource
that may have been proxied or wrapped in a customWrapper
such asDelegatingDataSource
.Connection details forembedded databases
.Lifecycle
for aHikariDataSource
allowing it to participate in checkpoint-restore.An enumeration of the available schema management options.Strategy interface to determine theSchemaManagement
of aDataSource
.RuntimeException
thrown fromDataSourceBuilder
when an unsupported property is used.Strategy interface used to wrap anXADataSource
enrolling it with a JTATransactionManager
.