Hibernate cascade debug options

Posted by Chris on Stack Overflow See other posts from Stack Overflow or by Chris
Published on 2010-05-26T18:22:17Z Indexed on 2010/05/27 1:11 UTC
Read the original article Hit count: 266

Filed under:
|
|
|

I have run into various StackOverflowErrors which occur during cascading. These have been extremely time consuming in debugging because I don't know which properties are being cascaded to cause this recursive behavior. Does anyone know of a log setting or some other form of debugging which could tell me specifically what properties are being cascaded?

© Stack Overflow or respective owner

Related posts about hibernate

Related posts about debug