Class | Description |
---|---|
JDBCClusterLock |
A
ClusterLock implementation to avoid database schema creation and data population from
multiple nodes for JDBC-base databases. |
JDBCDAOManager |
An implementation of
DAOManager to obtain access to the object representations of various
data stored on a back-end JDBC-based database. |
JDBCDataAccessManager |
An implementation of
DataAccessManager to access a back-end
JDBC-based database. |
JDBCDatabaseTransaction |
This class represents a database transaction, which is used for databases that support JDBC.
|
JDBCDatabaseTransaction.ManagedRegistryConnection |
Wrapped connection that manages connections making it possible to have connections to
multiple databases.
|
JDBCTransactionManager |
An implementation of
TransactionManager to manage a back-end JDBC-based transactions. |
SQLQueryProcessor |
The query processor to execute sql queries.
|
TenantAwareSQLTransformer |
class to transform the sql to be tenant-aware.
|
Copyright © 2016 WSO2 Inc. All Rights Reserved.