| Class | Description |
|---|---|
| AbstractDAO |
Base implementation of
IDAO |
| AbstractSimpleDAO |
Base class for a simple DAO.
|
| AbstractWALDAO<DATATYPE extends Serializable> |
Base class for a simple DAO using write ahead logging.
|
| AbstractWALDAO.WALListener |
The global write ahead logging manager that schedules future writings of a
DAO.
|
| DAOWebFileIO |
| Enum | Description |
|---|---|
| EDAOActionType |
| Exception | Description |
|---|---|
| DAOException |
Special exception class for DAO read/write errors.
|
Copyright © 2014–2015 Philip Helger. All rights reserved.