<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Sorted collections in Hibernate</title>
	<atom:link href="http://henko.net/imperfection/sorted-collections-in-hibernate/feed/" rel="self" type="application/rss+xml" />
	<link>http://henko.net/imperfection/sorted-collections-in-hibernate/</link>
	<description>Home of a human being and software developer</description>
	<lastBuildDate>Sun, 27 Nov 2011 18:38:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Henrik Jernevad</title>
		<link>http://henko.net/imperfection/sorted-collections-in-hibernate/comment-page-1/#comment-3567</link>
		<dc:creator>Henrik Jernevad</dc:creator>
		<pubDate>Wed, 24 Oct 2007 12:38:54 +0000</pubDate>
		<guid isPermaLink="false">http://henko.net/imperfection/sorted-collections-in-hibernate/#comment-3567</guid>
		<description>&lt;p&gt;Ah, I hadn&#039;t stumbled upon that problem. Thanks for sharing!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Ah, I hadn&#8217;t stumbled upon that problem. Thanks for sharing!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: MJ</title>
		<link>http://henko.net/imperfection/sorted-collections-in-hibernate/comment-page-1/#comment-3563</link>
		<dc:creator>MJ</dc:creator>
		<pubDate>Wed, 24 Oct 2007 10:50:02 +0000</pubDate>
		<guid isPermaLink="false">http://henko.net/imperfection/sorted-collections-in-hibernate/#comment-3563</guid>
		<description>&lt;p&gt;There is a problem with the OrderBy annotation. If you overwrite the column name with @Column(name=&quot;foo&quot;) for the property bar, then bar is required in the orderby annotation. the sql code results in my case also in a .... order by bar .... statement. this fails.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>There is a problem with the OrderBy annotation. If you overwrite the column name with @Column(name=&#8221;foo&#8221;) for the property bar, then bar is required in the orderby annotation. the sql code results in my case also in a &#8230;. order by bar &#8230;. statement. this fails.</p>]]></content:encoded>
	</item>
</channel>
</rss>

