|
Class Summary |
| DatabaseAutoSynchronizer |
This component manages the database creation. |
| DataSourceEntry |
A database connection definition either in plain JDBC or JNDI. |
| DataSourceFragment |
A component to be used when access to remote databases is needed. |
| DataSourceManager |
Manager used to access the DataSource instances configured in the current installation. |
| ExternalDataSource |
A data source implementation that bounds its connections to the underlying transaction. |
| H2Dialect |
|
| InstalledModule |
Persistent class that holds information regarding an InitialModule instance already by the InitialModulesManager. |
| JDBCDataSourceEntry |
A data source entry that gets the database connection via the JDBC protocol. |
| JNDIDataSourceEntry |
A data source entry that gets the database connection doing a JNDI lookup of the target data source. |
| NonPooledDataSource |
A data source implementation that bounds every connection to the underlying thread. |