net.sf.json.JSONException: There is a cycle in the hierarchy!

前端之家收集整理的这篇文章主要介绍了net.sf.json.JSONException: There is a cycle in the hierarchy!前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

项目中使用了AJAX技术,JAR包为:json-lib.jar, 在开发过程中遇到了一个JSON-LIB和Hibernate有关的问题:

net.sf.json.JSONException: There is a cycle in the hierarchy!

at net.sf.json.util.CycleDetectionStrategy$StrictCycleDetectionStrategy.handleRepeatedReferenceAsObject(CycleDetectionStrategy.

主外键关联,产生循环错误

需设置过滤,去掉关联

Java

猜你在找的Json相关文章