A easy to use light weight O-R mapping component it only can be used with MySQL database now. All you have to do is followed: 1.Create a bean . ex: public class Person{ private int id; private String name; //getter &setter methods. } 2.create a table,the