Search Results

1
vote

Spring JPA Exception Translation

I do it only by putting the @Repository annotation on my DAO or Manager class that uses the EntityManager. Make sure that you enabled component scanning: <context:component-scan …