| ACLCollectionIO |
Collection IO for arrays of ACLs.
|
| JDBCConnection |
Holds a connection to a JDBC database.
|
| JDBCLogger |
Logger used for debugging.
|
| JDBCMapper |
A JDBCMapper maps objects to and from a JDBC database.
|
| JDBCRowMapper |
|
| 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 |
This singleton generates and holds the actual SQL DDL and DML statements for the operations needed by the
Mapper, given a Model.
|
| 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 |
|