| Interface | Description |
|---|---|
| CollectionIO |
Interface for a class that knows how to get a collection's value from a result set, and set a collection's values to
a prepared statement (and execute it).
|
| JDBCMapper.LockCallable | |
| QueryMaker |
A Query Maker, that can transform a query string into a SQL statement.
|
| QueryMakerService |
Service for the registration of QueryMaker classes.
|
| SQLInfo.MapMaker |
Knows how to build a result map for a row given a
ResultSet. |
| Class | Description |
|---|---|
| ACLCollectionIO |
Collection IO for arrays of ACLs.
|
| JDBCBackend |
JDBC Backend for a repository.
|
| JDBCClusterInvalidator |
Implementation of
ClusterInvalidator that uses the JDBC Mapper to read/write invalidations. |
| JDBCConnection |
Holds a connection to a JDBC database.
|
| JDBCLogger |
Logger used for debugging.
|
| JDBCMapper |
A
JDBCMapper maps objects to and from a JDBC database. |
| JDBCMapperConnector | |
| JDBCMapperTxSuspender | |
| JDBCRowMapper |
A
JDBCRowMapper maps Rows to and from a JDBC database. |
| NXQLQueryMaker |
Transformer of NXQL queries into underlying SQL queries to the actual database.
|
| NXQLQueryMaker.ColumnInfo |
Info about a column and its property type.
|
| QueryMaker.Query |
A SQL query that can be executed by the backend.
|
| QueryMakerDescriptor |
Descriptor for the registration of a QueryMaker.
|
| QueryMakerServiceImpl |
Service for the registration of QueryMaker classes.
|
| ResultSetQueryResult |
Iterable query result implemented as a cursor on a SQL
ResultSet. |
| ScalarCollectionIO |
Collection IO for arrays of scalar values.
|
| SQLInfo | |
| SQLInfo.ColumnMapMaker |
Builds the map from a result set given a list of columns and column keys.
|
| SQLInfo.SQLInfoSelect | |
| TableUpgrader |
Helper to provide SQL migration calls while adding a column.
|
| TableUpgrader.TableUpgrade | |
| XAResourceConnectionAdapter |
Adapter for a simple JDBC Connection that gives it the XAResource interface, without actually implementing XA
(prepare does nothing).
|
| Enum | Description |
|---|---|
| NXQLQueryMaker.DocKind |
| Exception | Description |
|---|---|
| QueryMaker.QueryCannotMatchException | |
| ResultSetQueryResult.ClosedIteratorException |
Copyright © 2015 Nuxeo SA. All rights reserved.