All Classes and Interfaces
Class
Description
This class represents the Ban Entity.
The extractor is used to convert the ResultSet returned by the database query into a Ban object.
It contains all the methods that should be implemented
by the DAOs.
Implemented by each Bean class.
This class represents the Image Entity.
The extractor is used to convert the ResultSet returned by the database query into an Image object.
This class represents the Interest Entity.
The extractor is used to convert the ResultSet returned by the database query into an Interest object.
Class for building a JSON Response.
This class represents the Meeter_Interest Entity.
The extractor is used to convert the ResultSet returned by the database query into a Meeter_Interest object.
The extractor is used to convert the ResultSet returned by the database query into a Meeter object.
This class represents the Message Entity.
The extractor is used to convert the ResultSet returned by the database query into a Message object.
This is a Java class that implements a MultiMapList,
which is a collection that maps keys to values, similar to a Map,
but in which each key may be associated with multiple values.
Class for password encryption.
Class for programmatically constructing a SQL query.
This class is used to execute JOIN Queries.
This class represents the Rating Entity.
The extractor is used to convert the ResultSet returned by the database query into a Rating object.
This class represents the Report Entity.
The extractor is used to convert the ResultSet returned by the database query into a Report object.
This class contains functions that help to send responses to the client.
Interface for extracting a specific Bean from a ResultSet.
Class used for sharing the same instance of DataSource
among the DAOs.