FoxBomb GenericDAO - ORM made simple
Using Annotations, and no further configuration, GenericDAO reads your data from a database, creates objects representing the records in the table, and inserts them into a List. At the end, you get the list. This is really an extremely simple ORM tool that uses reflection and annotation as opposed to XML configuration. Compliments of FoxBomb.com





