Voruta is an OSS framework for automatically generating data access code. The framework allows you to embed SQL calls in the javadoc associated with DAO methods. The code for the DAO calls is generated dynamically at run time. This is an interesting approach, however it doesn't allow you to externalize the mappings and prevent recompiles when data access queries or methods change.
11:17:54 AM comment []