Tag Archives: Hibernate

Hibernate and primary key unique constaint exception

Its one of those things – you have the same problem every now and then, but not often enough to remember what the solution was. I was implementing some hibernate code, but the tests for it failed due to primary … Continue reading

Posted in Aleksa's Blog | Tagged , , , , , , , , | 2 Comments

Declarative caching and Hibernate

We successfully use the Caching SpringModule. In short, this allows us to declaratively cache values returned from method calls. The Caching module supports many different cache implementations; we have picked OsCache for development. To get started, let’s take a look … Continue reading

Posted in Jan's Blog | Tagged , , | Leave a comment