|
From: Rod J. <ro...@in...> - 2005-03-14 18:26:03
|
Cameron Braid wrote: > How is this for an idea : > > Have a configuration option that allows spring to wrap the hibernate session > in a class that automatically converts the exceptions into spring > exceptions. I'm afraid I don't like this. It could be done with an aspect with AspectJ or the like, but trying to do it otherwise would be messy. Also the semantics are arguably messy. |