Package-level declarations
Support for Java Database Connectivity (JDBC).
Types
Link copied to clipboard
enum DatabaseDriver
Enumeration of common database drivers.
Link copied to clipboard
Convenience class for building a DataSource.
Link copied to clipboard
class DataSourceUnwrapper
Unwraps a DataSource that may have been proxied or wrapped in a custom Wrapper such as DelegatingDataSource.
Link copied to clipboard
Connection details for embedded databases.
Link copied to clipboard
Lifecycle for a HikariDataSource allowing it to participate in checkpoint-restore.
Link copied to clipboard
enum SchemaManagement
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.