JEZORM's full name is Java Easy Object Relational Mapping. The design concept from Django. Because the traditional way was to write DAO for every DataBase Table. The JEZORM does not write DAO for every table, just like Django, you should write data models, and then JEZORM will scan all data models to auto-create DataBase Table.