Package-level declarations

Support for Java Database Connectivity (JDBC).

Types

Link copied to clipboard
Enumeration of common database drivers.
Link copied to clipboard
Convenience class for building a DataSource.
Link copied to clipboard
Unwraps a DataSource that may have been proxied or wrapped in a custom Wrapper such as DelegatingDataSource.
Link copied to clipboard
Link copied to clipboard
Lifecycle for a HikariDataSource allowing it to participate in checkpoint-restore.
Link copied to clipboard
An enumeration of the available schema management options.
Link copied to clipboard
Strategy interface to determine the SchemaManagement of a DataSource.
Link copied to clipboard
RuntimeException thrown from DataSourceBuilder when an unsupported property is used.
Link copied to clipboard
Strategy interface used to wrap an XADataSource enrolling it with a JTA TransactionManager.