<?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/"
	>

<channel>
	<title>Web Development Tips and Articles &#187; Hibernate</title>
	<atom:link href="http://www.springwebdevelopment.com/category/hibernate/feed" rel="self" type="application/rss+xml" />
	<link>http://www.springwebdevelopment.com</link>
	<description></description>
	<lastBuildDate>Tue, 22 Jun 2010 21:29:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Integration and Configuration of Hibernate</title>
		<link>http://www.springwebdevelopment.com/integration-and-configuration-of-hibernate</link>
		<comments>http://www.springwebdevelopment.com/integration-and-configuration-of-hibernate#comments</comments>
		<pubDate>Fri, 26 Mar 2010 00:16:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hibernate]]></category>

		<guid isPermaLink="false">http://www.springwebdevelopment.com/?p=188</guid>
		<description><![CDATA[You do not have to run Hibernate inside any particular J2EE container or
framework—Hibernate 3 only requires Java 2 Standard Edition (J2SE), version 1.3 or greater,
although the new Annotations feature requires J2SE 5.0 (or later).
The Hibernate  distribution
includes a large set of libraries which you need to place on your application&#8217;s classpath. You can call Hibernate [...]]]></description>
		<wfw:commentRss>http://www.springwebdevelopment.com/integration-and-configuration-of-hibernate/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Advantages of Hibernate</title>
		<link>http://www.springwebdevelopment.com/advantages-of-hibernate</link>
		<comments>http://www.springwebdevelopment.com/advantages-of-hibernate#comments</comments>
		<pubDate>Fri, 26 Mar 2010 00:15:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hibernate]]></category>

		<guid isPermaLink="false">http://www.springwebdevelopment.com/?p=186</guid>
		<description><![CDATA[Advantages of Hibernate:

Hibernate does not require you to map one POJO to one table. A POJO can be constructed
out of a selection of table columns, or several POJOs can be persisted into a single table.
Hibernate directly supports inheritance relationships and the various other relationships
between classes.
Hibernate persistence has no requirement for a J2EE application server or [...]]]></description>
		<wfw:commentRss>http://www.springwebdevelopment.com/advantages-of-hibernate/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hibernate &#8211; ERROR LazyInitializationException &#8211; could not initialize proxy &#8211; no Session</title>
		<link>http://www.springwebdevelopment.com/hibernate-error-lazyinitializationexception-could-not-initialize-proxy-no-session</link>
		<comments>http://www.springwebdevelopment.com/hibernate-error-lazyinitializationexception-could-not-initialize-proxy-no-session#comments</comments>
		<pubDate>Wed, 27 Jan 2010 17:15:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[initialize proxy]]></category>
		<category><![CDATA[LazyInitializationException]]></category>
		<category><![CDATA[no Session]]></category>

		<guid isPermaLink="false">http://www.springwebdevelopment.com/?p=168</guid>
		<description><![CDATA[Hmm, how many times have I seen this while learning how to use Hibernate? Too many.
When you load an object defined with an Object-Relational (O/R) mapping in Hibernate, eg. you run a SELECT in your HQL, hibernate retrieves that object but does not, by default, load the whole object graph of any associated objects ie. [...]]]></description>
		<wfw:commentRss>http://www.springwebdevelopment.com/hibernate-error-lazyinitializationexception-could-not-initialize-proxy-no-session/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hibernate Architecture</title>
		<link>http://www.springwebdevelopment.com/hibernate-architecture</link>
		<comments>http://www.springwebdevelopment.com/hibernate-architecture#comments</comments>
		<pubDate>Tue, 28 Apr 2009 11:44:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hibernate]]></category>

		<guid isPermaLink="false">http://www.springwebdevelopment.com/?p=29</guid>
		<description><![CDATA[One of the key features of Hibernate’s design is the principle of least intrusiveness—the     Hibernate developers did not want Hibernate to intrude into your application more than was   necessary. This led to several of the architectural decisions made for Hibernate.
Hibernate can be configured to run in almost any Java [...]]]></description>
		<wfw:commentRss>http://www.springwebdevelopment.com/hibernate-architecture/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using HQL Editor in Hibernate Tools</title>
		<link>http://www.springwebdevelopment.com/using-hql-editor-in-hibernate-tools</link>
		<comments>http://www.springwebdevelopment.com/using-hql-editor-in-hibernate-tools#comments</comments>
		<pubDate>Tue, 28 Apr 2009 10:00:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[hibernate tools]]></category>
		<category><![CDATA[hql]]></category>
		<category><![CDATA[hql editor]]></category>
		<category><![CDATA[jboss tools]]></category>

		<guid isPermaLink="false">http://www.springwebdevelopment.com/?p=25</guid>
		<description><![CDATA[For anyone who uses Eclipse and is also writing HQL, the Hibernate Tools HQL Editor is a very useful piece of software. The tool I have been using is the one provided by JBoss who also provide the  popular Object Relational Mapping (ORM) tool Hibernate itself. The hibernate tools provide several utilities but Im [...]]]></description>
		<wfw:commentRss>http://www.springwebdevelopment.com/using-hql-editor-in-hibernate-tools/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

