| Interface | Description |
|---|---|
| BaseDAO<T extends BaseEntity<PK>,PK> |
DAO using primary key
|
| BaseEntity<PK> | |
| DAO<T extends Entity> |
Simple Data Access Object (DAO)
|
| Entity | |
| HasSQLConnection | |
| SQLObject |
Interface to implements to save custom objects in the database.
|
| SQLRecordMapper<T> |
Map a SQL record to a Java object (entity).
|
| Class | Description |
|---|---|
| AbstractBaseDAO<E extends BaseEntity<PK>,PK> | |
| AbstractDAO<E extends Entity> | |
| SQLAccess | |
| SQLIterator<T> | |
| SQLQueryBuilder | |
| SQLRecord |
Represents a SQL record (row).
|
| SQLRecord.Column |
Represents a column in a
SQLRecord |
| SQLRunner | |
| SQLSavepoint | |
| SQLTransaction | |
| UUIDBaseDAO<E extends UUIDBaseEntity> | |
| UUIDBaseEntity |
| Enum | Description |
|---|---|
| SQLTransaction.IsolationLevel |
| Exception | Description |
|---|---|
| SQLFaultException |
Copyright © 2018. All rights reserved.