See: Description
Interface | Description |
---|---|
SchemaManagementProvider |
Strategy interface to determine the
SchemaManagement of a DataSource . |
XADataSourceWrapper |
Strategy interface used to wrap an
XADataSource enrolling it with a JTA
TransactionManager . |
Class | Description |
---|---|
AbstractDataSourceInitializer |
Base class used for
DataSource initialization. |
DataSourceBuilder<T extends DataSource> |
Convenience class for building a
DataSource with common implementations and
properties. |
DataSourceUnwrapper |
Unwraps a
DataSource that may have been proxied or wrapped in a custom
Wrapper such as DelegatingDataSource . |
Enum | Description |
---|---|
DatabaseDriver |
Enumeration of common database drivers.
|
DataSourceInitializationMode |
Supported
DataSource initialization modes. |
EmbeddedDatabaseConnection |
Connection details for
embedded databases . |
SchemaManagement |
An enumeration of the available schema management options.
|
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.