﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>BlogJava-旱头憨脑-最新评论</title><link>http://www.blogjava.net/lanluquan/CommentsRSS.aspx</link><description>lanluquan</description><language>zh-cn</language><pubDate>Mon, 30 Jun 2008 08:36:48 GMT</pubDate><lastBuildDate>Mon, 30 Jun 2008 08:36:48 GMT</lastBuildDate><generator>cnblogs</generator><item><title>re: Hibernate3 父子映射报错：illegal access to loading collection</title><link>http://www.blogjava.net/lanluquan/archive/2007/12/19/75347.html#168749</link><dc:creator>d</dc:creator><author>d</author><pubDate>Wed, 19 Dec 2007 06:44:00 GMT</pubDate><guid>http://www.blogjava.net/lanluquan/archive/2007/12/19/75347.html#168749</guid><description><![CDATA[原因在与pojo里面的   public int hashCode() {... } 方法调用了set对象成员的hashCode()方法<br>如this.getSets().hashCode();<br>删除该方法的调用即可；调用非set对象成员的.hashCode()方法没有问题。<img src ="http://www.blogjava.net/lanluquan/aggbug/168749.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/lanluquan/" target="_blank">d</a> 2007-12-19 14:44 <a href="http://www.blogjava.net/lanluquan/archive/2007/12/19/75347.html#168749#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>