<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Techspace &#187; Hibernate</title>
	<atom:link href="http://parasjain.net/category/hibernate/feed/" rel="self" type="application/rss+xml" />
	<link>http://parasjain.net</link>
	<description>IT happens only in IT</description>
	<lastBuildDate>Tue, 31 Jan 2012 22:30:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='parasjain.net' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Techspace &#187; Hibernate</title>
		<link>http://parasjain.net</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://parasjain.net/osd.xml" title="Techspace" />
	<atom:link rel='hub' href='http://parasjain.net/?pushpress=hub'/>
		<item>
		<title>Grails EHCache Settings</title>
		<link>http://parasjain.net/2010/06/11/grails-ehcache-settings/</link>
		<comments>http://parasjain.net/2010/06/11/grails-ehcache-settings/#comments</comments>
		<pubDate>Fri, 11 Jun 2010 21:11:17 +0000</pubDate>
		<dc:creator>Paras</dc:creator>
				<category><![CDATA[EhCache]]></category>
		<category><![CDATA[Grails]]></category>
		<category><![CDATA[Groovy]]></category>
		<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[ehcache]]></category>
		<category><![CDATA[Grails EHCache Settings]]></category>

		<guid isPermaLink="false">http://parasjain01.wordpress.com/?p=228</guid>
		<description><![CDATA[How to configure EHCache with Grails<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=parasjain.net&amp;blog=1112800&amp;post=228&amp;subd=parasjain01&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://parasjain.net/2010/06/11/grails-ehcache-settings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/18cb9b88d5881efff8ee769c23c48060?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">parasjain01</media:title>
		</media:content>
	</item>
		<item>
		<title>Hibernate Query Cache</title>
		<link>http://parasjain.net/2009/04/07/hibernate-query-cache/</link>
		<comments>http://parasjain.net/2009/04/07/hibernate-query-cache/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 16:48:05 +0000</pubDate>
		<dc:creator>Paras</dc:creator>
				<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[Hibernate Cache]]></category>
		<category><![CDATA[Hibernate Query Cache]]></category>

		<guid isPermaLink="false">http://parasjain01.wordpress.com/?p=118</guid>
		<description><![CDATA[Hibernate provides sophisticated caching mechanisms to improve the performance. Apart from First-level, Second-Level and query cache, Hibernate can be configured to make use of some open source cache solutions like EHCache or JBoss Cache etc. If your Hibernate query yields huge but similar results every time it is executed, it is a good idea to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=parasjain.net&amp;blog=1112800&amp;post=118&amp;subd=parasjain01&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://parasjain.net/2009/04/07/hibernate-query-cache/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/18cb9b88d5881efff8ee769c23c48060?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">parasjain01</media:title>
		</media:content>
	</item>
		<item>
		<title>SQLGrammarException could not fetch initial value for increment generator</title>
		<link>http://parasjain.net/2009/04/07/sqlgrammarexception-could-not-fetch-initial-value-for-increment-generator/</link>
		<comments>http://parasjain.net/2009/04/07/sqlgrammarexception-could-not-fetch-initial-value-for-increment-generator/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 04:11:46 +0000</pubDate>
		<dc:creator>Paras</dc:creator>
				<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[Hibernate exception]]></category>
		<category><![CDATA[SQLGrammarException]]></category>

		<guid isPermaLink="false">http://parasjain01.wordpress.com/?p=115</guid>
		<description><![CDATA[In the earlier versions of Hibernate, may be hibernate 2.x, if you use increment generator on a new table then you might get this error. If you really need to use the increment generator on the new table then you need to create a dummy row on that table. This issue is not present in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=parasjain.net&amp;blog=1112800&amp;post=115&amp;subd=parasjain01&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://parasjain.net/2009/04/07/sqlgrammarexception-could-not-fetch-initial-value-for-increment-generator/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/18cb9b88d5881efff8ee769c23c48060?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">parasjain01</media:title>
		</media:content>
	</item>
		<item>
		<title>HibernateSystemException-  Don&#8217;t change the reference to a collection with cascade=&#8221;all-delete-orphan&#8221;</title>
		<link>http://parasjain.net/2009/02/13/hibernatesystemexception-dont-change-the-reference-to-a-collection-with-cascadeall-delete-orphan/</link>
		<comments>http://parasjain.net/2009/02/13/hibernatesystemexception-dont-change-the-reference-to-a-collection-with-cascadeall-delete-orphan/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 22:48:22 +0000</pubDate>
		<dc:creator>Paras</dc:creator>
				<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[all-delete-orphan]]></category>
		<category><![CDATA[Hibernate problem]]></category>
		<category><![CDATA[HibernateSystemException]]></category>

		<guid isPermaLink="false">http://parasjain01.wordpress.com/?p=94</guid>
		<description><![CDATA[This is not an error which I got. This is an error that bugged one of my friend for a few days. The error is org.springframework.orm.hibernate3.HibernateSystemException: Don&#8217;t change the reference to a collection with cascade=&#8221;all-delete-orphan&#8221;: com.test.Cat.kittens; nested exception is org.hibernate.HibernateException: Don&#8217;t change the reference to a collection with cascade=&#8221;all-delete-orphan&#8221;: com.test.Cat.kittens on 10.01.2009@15.26.33 We researched a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=parasjain.net&amp;blog=1112800&amp;post=94&amp;subd=parasjain01&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://parasjain.net/2009/02/13/hibernatesystemexception-dont-change-the-reference-to-a-collection-with-cascadeall-delete-orphan/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/18cb9b88d5881efff8ee769c23c48060?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">parasjain01</media:title>
		</media:content>
	</item>
		<item>
		<title>Hibernate error : org.hibernate.hql.ast.QuerySyntaxException: unexpected end of subtree</title>
		<link>http://parasjain.net/2008/12/09/hibernate-error-orghibernatehqlastquerysyntaxexception-unexpected-end-of-subtree/</link>
		<comments>http://parasjain.net/2008/12/09/hibernate-error-orghibernatehqlastquerysyntaxexception-unexpected-end-of-subtree/#comments</comments>
		<pubDate>Tue, 09 Dec 2008 20:51:05 +0000</pubDate>
		<dc:creator>Paras</dc:creator>
				<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[Hibernate problem]]></category>
		<category><![CDATA[HQL]]></category>
		<category><![CDATA[QuerySyntaxException]]></category>
		<category><![CDATA[unexpected end of subtree]]></category>

		<guid isPermaLink="false">http://parasjain01.wordpress.com/?p=84</guid>
		<description><![CDATA[Update: Look at the comments for more information and possible solutions. I got this error today. While there could be many reasons because of which this error comes. For me, the problem was that the parameter list I was passing was empty. I was getting all the fruits for which fruit id is in the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=parasjain.net&amp;blog=1112800&amp;post=84&amp;subd=parasjain01&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://parasjain.net/2008/12/09/hibernate-error-orghibernatehqlastquerysyntaxexception-unexpected-end-of-subtree/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/18cb9b88d5881efff8ee769c23c48060?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">parasjain01</media:title>
		</media:content>
	</item>
		<item>
		<title>Sorting Hibernate Set using a comparator</title>
		<link>http://parasjain.net/2008/11/10/sorting-hibernate-set-using-a-comparator/</link>
		<comments>http://parasjain.net/2008/11/10/sorting-hibernate-set-using-a-comparator/#comments</comments>
		<pubDate>Mon, 10 Nov 2008 22:52:42 +0000</pubDate>
		<dc:creator>Paras</dc:creator>
				<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[hibernate collection sort]]></category>
		<category><![CDATA[hibernate set comparator]]></category>
		<category><![CDATA[hibernate sorted set]]></category>

		<guid isPermaLink="false">http://parasjain01.wordpress.com/?p=41</guid>
		<description><![CDATA[How to sort sets in hibernate using comparator<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=parasjain.net&amp;blog=1112800&amp;post=41&amp;subd=parasjain01&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://parasjain.net/2008/11/10/sorting-hibernate-set-using-a-comparator/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/18cb9b88d5881efff8ee769c23c48060?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">parasjain01</media:title>
		</media:content>
	</item>
		<item>
		<title>org.hibernate.TransientObjectException Revisited</title>
		<link>http://parasjain.net/2008/01/28/orghibernatetransientobjectexception-revisited/</link>
		<comments>http://parasjain.net/2008/01/28/orghibernatetransientobjectexception-revisited/#comments</comments>
		<pubDate>Mon, 28 Jan 2008 21:28:04 +0000</pubDate>
		<dc:creator>Paras</dc:creator>
				<category><![CDATA[Hibernate]]></category>

		<guid isPermaLink="false">http://parasjain01.wordpress.com/2008/01/28/orghibernatetransientobjectexception-revisited/</guid>
		<description><![CDATA[This is continuation of my earlier post on org.hibernate.TransientObjectException. Let me write the scenario again &#60;class name=”com.xxx.A” table=”A” schema=”TESTSCHEMA”&#62; &#60;id name=”aId” type=”java.lang.Long”&#62; &#60;column name=”A_ID” precision=”29″ scale=”0″ /&#62; &#60;/id&#62; ………………….. some more mapping elements ………………….. ………………….. &#60;many-to-one name=”bId” class=”com.xxx.B” fetch=”select”&#62; &#60;column name=”B_ID” precision=”29″ scale=”0″ /&#62; &#60;/many-to-one&#62; ………………….. A is referring to B using a primary key [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=parasjain.net&amp;blog=1112800&amp;post=18&amp;subd=parasjain01&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://parasjain.net/2008/01/28/orghibernatetransientobjectexception-revisited/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/18cb9b88d5881efff8ee769c23c48060?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">parasjain01</media:title>
		</media:content>

		<media:content url="http://parasjain01.wordpress.com/2008/01/14/orghibernatetransientobjectexception-object-references-an-unsaved-transient-instance-save-the-transient-instance-before-flushing/" medium="image" />
	</item>
		<item>
		<title>MyEclipse Hibernate Spring tutorial &#8211; Managing Hibernate transaction in Spring</title>
		<link>http://parasjain.net/2008/01/20/myeclipse-hibernate-spring-tutorial-managing-hibernate-transaction-in-spring/</link>
		<comments>http://parasjain.net/2008/01/20/myeclipse-hibernate-spring-tutorial-managing-hibernate-transaction-in-spring/#comments</comments>
		<pubDate>Sun, 20 Jan 2008 06:17:09 +0000</pubDate>
		<dc:creator>Paras</dc:creator>
				<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[Spring]]></category>
		<category><![CDATA[Hibernate transaction management in Spring]]></category>
		<category><![CDATA[HibernateDAOSuport in Spring]]></category>
		<category><![CDATA[Spring transaction management]]></category>

		<guid isPermaLink="false">http://parasjain01.wordpress.com/2008/01/20/myeclipse-hibernate-spring-tutorial-managing-hibernate-transaction-in-spring/</guid>
		<description><![CDATA[Spring transaction management, Hibernate transaction management in Spring There was a problem/defect in the MyEclipse tutorial on Hibernate Spring. It was not a major problem. The tutorial demonstrates the Spring and Hibernate functionality pretty well. The only problem was that the code does seems to work properly. Because of absence of proper transaction management in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=parasjain.net&amp;blog=1112800&amp;post=16&amp;subd=parasjain01&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://parasjain.net/2008/01/20/myeclipse-hibernate-spring-tutorial-managing-hibernate-transaction-in-spring/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/18cb9b88d5881efff8ee769c23c48060?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">parasjain01</media:title>
		</media:content>
	</item>
		<item>
		<title>org.hibernate.TransientObjectException: object references an unsaved transient instance &#8211; save the transient instance before flushing:</title>
		<link>http://parasjain.net/2008/01/14/orghibernatetransientobjectexception-object-references-an-unsaved-transient-instance-save-the-transient-instance-before-flushing/</link>
		<comments>http://parasjain.net/2008/01/14/orghibernatetransientobjectexception-object-references-an-unsaved-transient-instance-save-the-transient-instance-before-flushing/#comments</comments>
		<pubDate>Mon, 14 Jan 2008 20:21:31 +0000</pubDate>
		<dc:creator>Paras</dc:creator>
				<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[Hibernate problem]]></category>
		<category><![CDATA[org.hibernate.TransientObjectException: object referenc]]></category>

		<guid isPermaLink="false">http://parasjain01.wordpress.com/2008/01/14/orghibernatetransientobjectexception-object-references-an-unsaved-transient-instance-save-the-transient-instance-before-flushing/</guid>
		<description><![CDATA[I was getting this error today. org.hibernate.TransientObjectException: object references an unsaved transient instance &#8211; save the transient instance before flushing:This is the problemTable A was referring to the talbe B using a foreign key hbm.xml for A looked like this &#60;class name=”com.xxx.A” table=”A” schema=”TESTSCHEMA”&#62; &#60;id name=”aId” type=”java.lang.Long”&#62; &#60;column name=”A_ID” precision=”29″ scale=”0″ /&#62; &#60;/id&#62;………………….. some more [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=parasjain.net&amp;blog=1112800&amp;post=14&amp;subd=parasjain01&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://parasjain.net/2008/01/14/orghibernatetransientobjectexception-object-references-an-unsaved-transient-instance-save-the-transient-instance-before-flushing/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/18cb9b88d5881efff8ee769c23c48060?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">parasjain01</media:title>
		</media:content>
	</item>
		<item>
		<title>ORA-01747: invalid user.table.column, table.column, or column specification</title>
		<link>http://parasjain.net/2008/01/09/ora-01747-invalid-usertablecolumn-tablecolumn-or-column-specification/</link>
		<comments>http://parasjain.net/2008/01/09/ora-01747-invalid-usertablecolumn-tablecolumn-or-column-specification/#comments</comments>
		<pubDate>Wed, 09 Jan 2008 21:01:27 +0000</pubDate>
		<dc:creator>Paras</dc:creator>
				<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[Hibernate problem]]></category>
		<category><![CDATA[ORA-01747]]></category>
		<category><![CDATA[oracle reserved word in query]]></category>

		<guid isPermaLink="false">http://parasjain01.wordpress.com/2008/01/09/ora-01747-invalid-usertablecolumn-tablecolumn-or-column-specification/</guid>
		<description><![CDATA[Today I got this error. ORA-01747: invalid user.table.column, table.column, or column specification. There could be many reasons why you can get this error. But the basic reason is the query which is finally getting executed to your database is wrong in some way. In my case, I had a column with column name as DESC. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=parasjain.net&amp;blog=1112800&amp;post=13&amp;subd=parasjain01&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://parasjain.net/2008/01/09/ora-01747-invalid-usertablecolumn-tablecolumn-or-column-specification/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/18cb9b88d5881efff8ee769c23c48060?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">parasjain01</media:title>
		</media:content>
	</item>
	</channel>
</rss>
