| Interface | Description |
|---|---|
| DAO |
This class represents basic DAO.
|
| Class | Description |
|---|---|
| DAOLoader |
Utility class that loads all DAO's after script context initialization.
|
| DAOManager |
This class manages
DAO implementations, it resolves valid
implementation for current database |
| Exception | Description |
|---|---|
| DAOAlreadyRegisteredException |
This exception is thrown if DAO is already registered in
DAOManager |
| DAOException |
Generic DAO exception class
|
| DAONotFoundException |
This class represents exception that is thrown if DAO implementation was not
foud
|
| Annotation Type | Description |
|---|---|
| DisabledDAO |
Marker annotation that is used to mark disabled DAO's so they will be ignored
by
DAOLoader |
Copyright © 2014–2015. All rights reserved.