A C D E G H I M P R S U

D

DAO<K,V> - Interface in server
The Data Object Interface (DAO) works as a layer between the application logic and the database.
DaoImpl - Class in server
This class implements the client side of a DAO.
DaoImpl() - Constructor for class server.DaoImpl
 
delete(Long) - Method in class server.ConnectionHandlerThread
Removes an object from the database.
DELETE - Static variable in interface server.DAO
Constant for the operation of deleting a new operation from the database.
delete(K) - Method in interface server.DAO
Removes an object from the database.
delete(Long) - Method in class server.DaoImpl
Removes an object from the database.

A C D E G H I M P R S U