Re: [hibernate-dev] Exception handling in hibernate

2014-11-14 Thread andrea boriero
I think it can be done as part of the new redesign. On 13 November 2014 19:44, Steve Ebersole wrote: > Andreas is working on some redesign of batching which should allow us to > report such detailed information iirc. Andreas, what are your thoughts on > doing this in the new batching code? > >

Re: [hibernate-dev] Exception handling in hibernate

2014-11-13 Thread Steve Ebersole
Andreas is working on some redesign of batching which should allow us to report such detailed information iirc. Andreas, what are your thoughts on doing this in the new batching code? On Tue, Nov 11, 2014 at 6:39 AM, wrote: > Hi , > we have a requirement to point a record for which the actual b

[hibernate-dev] Exception handling in hibernate

2014-11-11 Thread Sujit.Dhaygude
Hi , we have a requirement to point a record for which the actual batch flush/commit has failed. Is there a generic way by which hibernate can be hooked up for exception scenario to pull back the actual entity for which DB/Hibernate Error has occurred . Most of the times we could see the hiberna