See: Description
Interface | Description |
---|---|
DefaultStatements.BatchOperation<T> | |
Statements |
A group of statements which are executed against a database.
|
Statements.BatchUpdate |
A batch of table update operations.
|
Class | Description |
---|---|
DataSourceManager |
Class which handles the configuration and actual database discovery for a
RelationalDb |
DefaultStatements |
Default implementation for the
Statements interface which applies to all databases. |
OracleStatements |
Statements specialization for Oracle DB.
|
RelationalDb |
SchematicDb implementation which stores data in Relational databases. |
RelationalDbConfig |
Class which holds the configuration options for
RelationalDb |
RelationalProvider |
SchematicDbProvider implementation for relational databases. |
RelationalProviderI18n |
I18n message holder for the
RelationalProvider |
TransactionalCaches |
Class which provides a set of in-memory caches for each ongoing transaction, attempting to relieve some of the "read pressure"
for transactions.
|
TransactionsHolder |
Class that manages the information about the current thread-bound transaction.
|
Exception | Description |
---|---|
RelationalProviderException |
RuntimeException which is thrown in exception cases by the relational db provider. |
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.