Archive for January, 2010

Debugging Hibernate AbstractFlushingEventListener Errors When Batching

Here is little trick for Hibernate users.
If you have Hibernate configured to use JDBC batching, then statements in the same transaction might be batched into one or few update trips to the server. In case of any errors when performing the batch operation, you wont be able to see which statement that failed. What you [...]

January 25, 2010   Posted in: Programming  No Comments