This class can generate DAO (Data Access Object) classes to access objects in a MySQL database.
It takes the name of a MySQL database and generates classes to access objects stored in the tables of that database performing CRUD (Create, Read, Update and Delete) operations.
It can generate classes just to access a single database table.
The generated classes are stored in a given project directory and include classes for performing CRUD operations, business classes with getters and setters, DAO utility functions, database connection functions, sending email, generating HTML, handling exceptions, and perform server side validation. |