This framework generates high-performance DAO implementation based on annotated interfaces.
Update:
Now framework is available as maven 2 artifact: add to POM.XML
dyndao http://dyndao.googlecode.com/svn/trunk/repo/
and
ru.maxmatveev dyndao 0.35
With it you can use declarative DAO classes.
For example you can define some entity:
```
public class Entity {
private long id;
private String name;
private Object property1;
//....
//getters and setters
}
then you can define DAO interface declaring method(s) you wan