Interface | Description |
---|---|
DAO |
Class | Description |
---|---|
Request |
Provides various methods to submit a query request to a specified datasource
|
Response |
Provides components to hold the resultset of a query request
|
Exception | Description |
---|---|
DAOException |
An exception class for DAO related functions
|
QueryException |
This exception is thrown by all the methods of the
ApplicationService
interface. |