Interface | Description |
---|---|
Persistent |
A persistent entity. i.e: it can be saved, updated and deleted.
|
Class | Description |
---|---|
DatabaseAutoSynchronizer |
This component manages the database creation.
|
DataSourceEntry |
A database connection definition either in plain JDBC or JNDI.
|
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.
|
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.
|
Copyright © 2012–2017 JBoss by Red Hat. All rights reserved.