Features of Express-Persist:
* Java 5 annotation-based configuration of DAO interface.
* Dynamically create DAO instance from your DAO interface without JDBC code at runtime.
* Abstraction of Transaction layer, only support local transaction.
The design goal of Express-Persist is:
* Speed! Get as fast as JDBC code.
* Lightweight! Only use JavaBean, no CGLIB, no any other 3rd-part library except commons-logging.
* Less code, but more check!