| AxionJDBCAdapter | Axion specific Adapter. | code | html |
| BlobJDBCAdapter | This JDBCAdapter inserts and extracts BLOB data using the getBlob()/setBlob() operations. | code | html |
| BytesJDBCAdapter | This JDBCAdapter inserts and extracts BLOB data using the setBytes()/getBytes() operations. | code | html |
| DB2JDBCAdapter | code | html | |
| DefaultJDBCAdapter | Implements all the default JDBC operations that are used by the JDBCPersistenceAdapter. | code | html |
| HsqldbJDBCAdapter | code | html | |
| ImageBasedJDBCAdaptor | Provides JDBCAdapter since that uses IMAGE datatype to hold binary data. | code | html |
| InformixJDBCAdapter | JDBC Adapter for Informix database. | code | html |
| MaxDBJDBCAdapter | JDBC Adapter for the MaxDB database. | code | html |
| MySqlJDBCAdapter | code | html | |
| OracleJDBCAdapter | Implements all the default JDBC operations that are used by the JDBCPersistenceAdapter. | code | html |
| PostgresqlJDBCAdapter | Implements all the default JDBC operations that are used by the JDBCPersistenceAdapter. | code | html |
| StreamJDBCAdapter | This JDBCAdapter inserts and extracts BLOB data using the setBinaryStream()/getBinaryStream() operations. | code | html |
| SybaseJDBCAdapter | A JDBC Adapter for Sybase databases | code | html |
| TransactDatabaseLocker | Represents an exclusive lock on a database to avoid multiple brokers running against the same logical database. | code | html |
| TransactJDBCAdapter | A JDBC Adapter for Transact-SQL based databases such as SQL Server or Sybase | code | html |
Implements database/driver apapters to compensate for the wide differences in the BLOB handing of JDBC drivers.