<?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: Hibernate &#8211; Difference between session&#8217;s get() and load()</title>
	<atom:link href="http://www.gmarwaha.com/blog/2007/01/16/hibernate-difference-between-sessions-get-and-load/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gmarwaha.com/blog/2007/01/16/hibernate-difference-between-sessions-get-and-load/</link>
	<description>Ganesh\</description>
	<lastBuildDate>Sat, 04 Feb 2012 00:52:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Link Building Services</title>
		<link>http://www.gmarwaha.com/blog/2007/01/16/hibernate-difference-between-sessions-get-and-load/comment-page-1/#comment-210071</link>
		<dc:creator>Link Building Services</dc:creator>
		<pubDate>Sun, 08 Jan 2012 16:05:07 +0000</pubDate>
		<guid isPermaLink="false">http://gmarwaha.com/blog/?p=4#comment-210071</guid>
		<description>HI, I WANT TO KNOW IF IS POSSIBLE TO ADD A PAUSE BUTTON TO THE CARROUSEL WHEN AUTOSCROLL IS ENABLED.</description>
		<content:encoded><![CDATA[<p>HI, I WANT TO KNOW IF IS POSSIBLE TO ADD A PAUSE BUTTON TO THE CARROUSEL WHEN AUTOSCROLL IS ENABLED.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tadilat</title>
		<link>http://www.gmarwaha.com/blog/2007/01/16/hibernate-difference-between-sessions-get-and-load/comment-page-1/#comment-119440</link>
		<dc:creator>tadilat</dc:creator>
		<pubDate>Tue, 22 Mar 2011 00:57:48 +0000</pubDate>
		<guid isPermaLink="false">http://gmarwaha.com/blog/?p=4#comment-119440</guid>
		<description>which one is best for a certain scenario? can you give a sample on when to use load() and when to use get.</description>
		<content:encoded><![CDATA[<p>which one is best for a certain scenario? can you give a sample on when to use load() and when to use get.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cam balkon</title>
		<link>http://www.gmarwaha.com/blog/2007/01/16/hibernate-difference-between-sessions-get-and-load/comment-page-1/#comment-119439</link>
		<dc:creator>cam balkon</dc:creator>
		<pubDate>Tue, 22 Mar 2011 00:56:36 +0000</pubDate>
		<guid isPermaLink="false">http://gmarwaha.com/blog/?p=4#comment-119439</guid>
		<description>If there were a get() method to load state into an existing Object, it would do precisely the same thing, but having such a method wouldn’t be logical – since get() can’t load null state into the existing Object, and returning null is pretty much get()’s only purpose.</description>
		<content:encoded><![CDATA[<p>If there were a get() method to load state into an existing Object, it would do precisely the same thing, but having such a method wouldn’t be logical – since get() can’t load null state into the existing Object, and returning null is pretty much get()’s only purpose.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cam balkon</title>
		<link>http://www.gmarwaha.com/blog/2007/01/16/hibernate-difference-between-sessions-get-and-load/comment-page-1/#comment-119437</link>
		<dc:creator>cam balkon</dc:creator>
		<pubDate>Tue, 22 Mar 2011 00:54:49 +0000</pubDate>
		<guid isPermaLink="false">http://gmarwaha.com/blog/?p=4#comment-119437</guid>
		<description>Get is when you get when you call to operate database
Load is different.</description>
		<content:encoded><![CDATA[<p>Get is when you get when you call to operate database<br />
Load is different.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cam balkon</title>
		<link>http://www.gmarwaha.com/blog/2007/01/16/hibernate-difference-between-sessions-get-and-load/comment-page-1/#comment-119436</link>
		<dc:creator>cam balkon</dc:creator>
		<pubDate>Tue, 22 Mar 2011 00:54:32 +0000</pubDate>
		<guid isPermaLink="false">http://gmarwaha.com/blog/?p=4#comment-119436</guid>
		<description>When using the load method inquires session in the database records, we return to a proxy objects, not really need that object</description>
		<content:encoded><![CDATA[<p>When using the load method inquires session in the database records, we return to a proxy objects, not really need that object</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: epoksi</title>
		<link>http://www.gmarwaha.com/blog/2007/01/16/hibernate-difference-between-sessions-get-and-load/comment-page-1/#comment-119435</link>
		<dc:creator>epoksi</dc:creator>
		<pubDate>Tue, 22 Mar 2011 00:53:50 +0000</pubDate>
		<guid isPermaLink="false">http://gmarwaha.com/blog/?p=4#comment-119435</guid>
		<description>HI, I WANT TO KNOW IF IS POSSIBLE TO ADD A PAUSE BUTTON TO THE CARROUSEL WHEN AUTOSCROLL IS ENABLED.</description>
		<content:encoded><![CDATA[<p>HI, I WANT TO KNOW IF IS POSSIBLE TO ADD A PAUSE BUTTON TO THE CARROUSEL WHEN AUTOSCROLL IS ENABLED.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: abercrombie uk</title>
		<link>http://www.gmarwaha.com/blog/2007/01/16/hibernate-difference-between-sessions-get-and-load/comment-page-1/#comment-101979</link>
		<dc:creator>abercrombie uk</dc:creator>
		<pubDate>Fri, 14 Jan 2011 08:04:13 +0000</pubDate>
		<guid isPermaLink="false">http://gmarwaha.com/blog/?p=4#comment-101979</guid>
		<description>Get is when you get when you call to operate database
Load is different
When using the load method inquires session in the database records, we return to a proxy objects, not really need that object</description>
		<content:encoded><![CDATA[<p>Get is when you get when you call to operate database<br />
Load is different<br />
When using the load method inquires session in the database records, we return to a proxy objects, not really need that object</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paul</title>
		<link>http://www.gmarwaha.com/blog/2007/01/16/hibernate-difference-between-sessions-get-and-load/comment-page-1/#comment-88666</link>
		<dc:creator>paul</dc:creator>
		<pubDate>Mon, 15 Nov 2010 02:10:16 +0000</pubDate>
		<guid isPermaLink="false">http://gmarwaha.com/blog/?p=4#comment-88666</guid>
		<description>Hi,

great post. very informative. i also came to this site telling difference between the get() and load() methods of Hibernate?

http://www.adobocode.com/spring/hibernate-difference-between-load-and-get-methods

which one is best for a certain scenario? can you give a sample on when to use load() and when to use get() ?

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>great post. very informative. i also came to this site telling difference between the get() and load() methods of Hibernate?</p>
<p><a href="http://www.adobocode.com/spring/hibernate-difference-between-load-and-get-methods" rel="nofollow">http://www.adobocode.com/spring/hibernate-difference-between-load-and-get-methods</a></p>
<p>which one is best for a certain scenario? can you give a sample on when to use load() and when to use get() ?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: okey oyna</title>
		<link>http://www.gmarwaha.com/blog/2007/01/16/hibernate-difference-between-sessions-get-and-load/comment-page-1/#comment-68577</link>
		<dc:creator>okey oyna</dc:creator>
		<pubDate>Sat, 20 Feb 2010 22:14:36 +0000</pubDate>
		<guid isPermaLink="false">http://gmarwaha.com/blog/?p=4#comment-68577</guid>
		<description>HI, I WANT TO KNOW IF IS POSSIBLE TO ADD A PAUSE BUTTON TO THE CARROUSEL WHEN AUTOSCROLL IS ENABLED.

THANKS AND… GREAT WORK!!</description>
		<content:encoded><![CDATA[<p>HI, I WANT TO KNOW IF IS POSSIBLE TO ADD A PAUSE BUTTON TO THE CARROUSEL WHEN AUTOSCROLL IS ENABLED.</p>
<p>THANKS AND… GREAT WORK!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: okey oyna</title>
		<link>http://www.gmarwaha.com/blog/2007/01/16/hibernate-difference-between-sessions-get-and-load/comment-page-1/#comment-63912</link>
		<dc:creator>okey oyna</dc:creator>
		<pubDate>Tue, 27 Oct 2009 11:16:55 +0000</pubDate>
		<guid isPermaLink="false">http://gmarwaha.com/blog/?p=4#comment-63912</guid>
		<description>Large organisations – both public and private – can be well known for being inflexible. But for initiatives like this (and those in the future) to have a better chance of succeeding we need to look at how we can bring down the barriers to change. This is too big an issue to get in to here it and the reasons are both big and many, from too many stakeholders requiring approval to a ‘wait until the summer vacation’ philosophy, from long term budget planning to knock-on affects across the organisation (change in department A means training/documentation/website of Department B needs to be changed first). Hmmmm, seemed to have moved away from TILE and on to a general rant offending the entire UK HE sector!</description>
		<content:encoded><![CDATA[<p>Large organisations – both public and private – can be well known for being inflexible. But for initiatives like this (and those in the future) to have a better chance of succeeding we need to look at how we can bring down the barriers to change. This is too big an issue to get in to here it and the reasons are both big and many, from too many stakeholders requiring approval to a ‘wait until the summer vacation’ philosophy, from long term budget planning to knock-on affects across the organisation (change in department A means training/documentation/website of Department B needs to be changed first). Hmmmm, seemed to have moved away from TILE and on to a general rant offending the entire UK HE sector!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

