This package can be used to generate code for classes to access databases as objects.
It accesses a database to retrieve the information about tables and columns for which it is intended to generate data access classes.
It generates value object classes (VO) to manage the mapped object information with all the necessary getter and setter functions.
It also generates data object class (DAO) to perform the actual database access operations at application runtime, like INSERT, SELECT, UPDATE, and DELETE. |