About

AutoDAO is a Generic DAO on steroids implementation for Java.

This project was inspired by Don't repeat the DAO! article by Per Mellqvist.

Main features

  • Ready to use CRUD operations
  • Zero persistence code for common DAO queries
  • Annotation-driven auto-configuration
  • Spring Framework custom namespace for easy to use configuration
  • Hibernate/JPA support

Support

Support for AutoDAO project is provided via mailing lists

Found bug/have a patch/want a feature

Please file issues to AutoDAO issue tracker

How to get

Maven 2

AutoDAO is available via Maven 2 repositories.

Use http://autodao.sourceforge.net/maven2-snapshots for snapshots and http://autodao.sourceforge.net/maven2 for releases.

Non-Maven users

Manually download snapshots from Maven repository or use download section for releases.