Class | Description |
---|---|
DataSourceBuilder | NOTE: Forked from Spring Boot logic to avoid hard dependency on Boot. |
DataSourceBuilder.ReadOnlyDriverManagerDataSource | |
MultiTenantConnection | Allows restoring the target schema prior to releasing the connection to the pool in Multi-Tenant environment |
MultiTenantDataSource | A data source that wraps a target datasource for multi-tenancy |
Enum | Description |
---|---|
DatabaseDriver | Enumeration of common database drivers. |