Do someone know if there exists a framework for java where I don't have to implement the DAO but I need just to define the interface and it works like the groovy entities?
For example naming a method findByPrimaryKey it will autodetect the primary key and do the right thing.
I'm not sure but I remember I have seen something like this with Spring...Am I wrong?