I wrote something similar to what you're trying to do:

https://github.com/jwcarman/Domdrides/blob/master/jpa/src/main/java/org/domdrides/jpa/repository/JpaRepository.java

The library is called Domdrides (DOMain-DRIven DESign).  It provides a common 
framework for implementing entities and repositories using various 
technologies.  I've used it on multiple projects in the past and it has worked 
very well for me.
  

On Feb 22, 2013, at 4:01 AM, Aitor Iturriondobeitia <[email protected]> 
wrote:

> example

Reply via email to