Disclaimer: I'm a developper, and, as such, I'm lazy. So please don't expect this blog to be updated very often. Moreover, most of the time I don't really know what I'm talking about (it's not like software development is my job or something), so don't expect to find very useful stuff here either. Basically it's just some sort of semi public notepad with a few problems / things I encountered. Oh, and I'm French, so my english wont be any good... That said, nice reading!

auditing database events with Hibernate listeners

I’m currently working on an application dedicated to allow modifications to a data referential via a webapp. Recently we realized that we really needed a way to know who did what to the referential, in order to be able to sort things out if something goes wrong. As we are using JPA/Hibernate for our ORM, [...]

Tags: , , , , , ,

Filed under:Uncategorized