What is DB Mapper?
DB Mapper is a Java package which provides powerful functionality to Java applications that interact with a JDBC-capable relational database. By providing various interfaces and classes that implement a type of Data Access Object (DAO) pattern, the DB Mapper package eliminates need for an application to write any SQL statements to perform the typical create, retrieve, update, and delete (CRUD) operations on a database.