<?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>DeepakGaikwad.net &#187; Hibernate</title>
	<atom:link href="http://www.deepakgaikwad.net/index.php/category/hibernate/feed" rel="self" type="application/rss+xml" />
	<link>http://www.deepakgaikwad.net</link>
	<description>Travel Articles and Tech Notes</description>
	<lastBuildDate>Thu, 19 Jan 2012 09:18:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>JPA Hibernate with Oracle on Eclipse</title>
		<link>http://www.deepakgaikwad.net/index.php/2009/04/02/jpa-hibernate-with-oracle-on-eclipse.html</link>
		<comments>http://www.deepakgaikwad.net/index.php/2009/04/02/jpa-hibernate-with-oracle-on-eclipse.html#comments</comments>
		<pubDate>Thu, 02 Apr 2009 14:24:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[JEE]]></category>
		<category><![CDATA[Tech Notes]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[JPA]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.deepakgaikwad.net/?p=588</guid>
		<description><![CDATA[This article gives the first example of Java Persistent API (JPA) with Hibernate, Eclipse on Oracle database.]]></description>
		<wfw:commentRss>http://www.deepakgaikwad.net/index.php/2009/04/02/jpa-hibernate-with-oracle-on-eclipse.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Hibernate, Spring, Oracle and JUnit Integration on Eclipse</title>
		<link>http://www.deepakgaikwad.net/index.php/2009/03/26/hibernate-spring-oracle-and-junit-integration-on-eclipse.html</link>
		<comments>http://www.deepakgaikwad.net/index.php/2009/03/26/hibernate-spring-oracle-and-junit-integration-on-eclipse.html#comments</comments>
		<pubDate>Thu, 26 Mar 2009 04:52:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[Spring]]></category>
		<category><![CDATA[Tech Notes]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[JUnit]]></category>
		<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://www.deepakgaikwad.net/?p=545</guid>
		<description><![CDATA[This article will take you through the steps required to integrate Spring and Hibernate with Oracle, JUnit on Eclipse. ]]></description>
		<wfw:commentRss>http://www.deepakgaikwad.net/index.php/2009/03/26/hibernate-spring-oracle-and-junit-integration-on-eclipse.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Complete Hibernate Tutorial with Example</title>
		<link>http://www.deepakgaikwad.net/index.php/2009/03/14/complete-hibernate-tutorial-with-example.html</link>
		<comments>http://www.deepakgaikwad.net/index.php/2009/03/14/complete-hibernate-tutorial-with-example.html#comments</comments>
		<pubDate>Sat, 14 Mar 2009 11:44:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[Tech Notes]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.deepakgaikwad.net/?p=483</guid>
		<description><![CDATA[Complete hibernate tutorial that can take beginers to a level of good knowledge of hibernate. It also contains an example to start with coding on Eclipse with Oracle database.]]></description>
		<wfw:commentRss>http://www.deepakgaikwad.net/index.php/2009/03/14/complete-hibernate-tutorial-with-example.html/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Hibernate Example on Eclipse and Oracle</title>
		<link>http://www.deepakgaikwad.net/index.php/2009/03/14/hibernate-example-on-eclipse-and-oracle.html</link>
		<comments>http://www.deepakgaikwad.net/index.php/2009/03/14/hibernate-example-on-eclipse-and-oracle.html#comments</comments>
		<pubDate>Sat, 14 Mar 2009 10:51:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[Tech Notes]]></category>
		<category><![CDATA[Code Example]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Sample Code]]></category>

		<guid isPermaLink="false">http://www.deepakgaikwad.net/?p=464</guid>
		<description><![CDATA[Most of us want the first starting code for any technology, and same is the case with hibernate. This article gives an example to start hibernate coding on Eclipse with Oracle as database.]]></description>
		<wfw:commentRss>http://www.deepakgaikwad.net/index.php/2009/03/14/hibernate-example-on-eclipse-and-oracle.html/feed</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>Hibernate Query Support through HQL, Native SQL, and Criteria Search</title>
		<link>http://www.deepakgaikwad.net/index.php/2009/03/13/hibernate-query-support-through-hql-native-sql-and-criteria-search.html</link>
		<comments>http://www.deepakgaikwad.net/index.php/2009/03/13/hibernate-query-support-through-hql-native-sql-and-criteria-search.html#comments</comments>
		<pubDate>Fri, 13 Mar 2009 16:21:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[Tech Notes]]></category>
		<category><![CDATA[Criteria Search]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[HQL]]></category>
		<category><![CDATA[native SQL]]></category>

		<guid isPermaLink="false">http://www.deepakgaikwad.net/?p=448</guid>
		<description><![CDATA[Hibernate introduces hibernate query language to interact with database. Also it has support to native SQL. Search is also simplified through criteria search API. Read more with examples ...]]></description>
		<wfw:commentRss>http://www.deepakgaikwad.net/index.php/2009/03/13/hibernate-query-support-through-hql-native-sql-and-criteria-search.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Hibernate Inheritence Mapping Strategies</title>
		<link>http://www.deepakgaikwad.net/index.php/2009/03/13/hibernate-inheritence-mapping-strategies.html</link>
		<comments>http://www.deepakgaikwad.net/index.php/2009/03/13/hibernate-inheritence-mapping-strategies.html#comments</comments>
		<pubDate>Fri, 13 Mar 2009 03:49:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[Tech Notes]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Inheritence]]></category>
		<category><![CDATA[Mapping Strategies]]></category>

		<guid isPermaLink="false">http://www.deepakgaikwad.net/?p=437</guid>
		<description><![CDATA[Hibernate allows three mapping strategies for inheritence. Database schema design and hibernate mapping change depending on the strategy we choose. Here are the details of each mapping strategy along with advantages and disadvantages of each.]]></description>
		<wfw:commentRss>http://www.deepakgaikwad.net/index.php/2009/03/13/hibernate-inheritence-mapping-strategies.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Hibernate Bi-Directional Mapping in Detail</title>
		<link>http://www.deepakgaikwad.net/index.php/2009/03/12/hibernate-bi-directional-mapping-in-detail.html</link>
		<comments>http://www.deepakgaikwad.net/index.php/2009/03/12/hibernate-bi-directional-mapping-in-detail.html#comments</comments>
		<pubDate>Thu, 12 Mar 2009 11:22:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[Tech Notes]]></category>
		<category><![CDATA[Bidirectional]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Mapping]]></category>

		<guid isPermaLink="false">http://www.deepakgaikwad.net/?p=432</guid>
		<description><![CDATA[Hibernate bidirectional mappings are of common use in parent child relationships amongst entities. This article explains it in detail with examples.]]></description>
		<wfw:commentRss>http://www.deepakgaikwad.net/index.php/2009/03/12/hibernate-bi-directional-mapping-in-detail.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Hibernate Unidirectional One to One Association Mapping</title>
		<link>http://www.deepakgaikwad.net/index.php/2009/03/10/hibernate-unidirectional-one-to-one-association-mapping.html</link>
		<comments>http://www.deepakgaikwad.net/index.php/2009/03/10/hibernate-unidirectional-one-to-one-association-mapping.html#comments</comments>
		<pubDate>Tue, 10 Mar 2009 07:42:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[Tech Notes]]></category>
		<category><![CDATA[association]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Mapping]]></category>
		<category><![CDATA[one-to-one]]></category>
		<category><![CDATA[unidirectional]]></category>

		<guid isPermaLink="false">http://www.deepakgaikwad.net/?p=408</guid>
		<description><![CDATA[Hibernate one to one unidirectional association mapping can be implemented by two different ways. Here are details of implementation with a real life example.]]></description>
		<wfw:commentRss>http://www.deepakgaikwad.net/index.php/2009/03/10/hibernate-unidirectional-one-to-one-association-mapping.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hibernate Association Mappings: One &#8211; To &#8211; Many</title>
		<link>http://www.deepakgaikwad.net/index.php/2009/03/04/hibernate-association-mappings-one-to-many.html</link>
		<comments>http://www.deepakgaikwad.net/index.php/2009/03/04/hibernate-association-mappings-one-to-many.html#comments</comments>
		<pubDate>Wed, 04 Mar 2009 17:00:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[Tech Notes]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Mapping]]></category>
		<category><![CDATA[One-to-Many]]></category>

		<guid isPermaLink="false">http://www.deepakgaikwad.net/?p=366</guid>
		<description><![CDATA[In this article, we focus on next association in Unidirectional context. One - to - Many links one entity with many other entities. ]]></description>
		<wfw:commentRss>http://www.deepakgaikwad.net/index.php/2009/03/04/hibernate-association-mappings-one-to-many.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Hibernate Association Mappings: Many &#8211; To &#8211; One</title>
		<link>http://www.deepakgaikwad.net/index.php/2009/03/02/hibernate-association-mappings-many-to-one.html</link>
		<comments>http://www.deepakgaikwad.net/index.php/2009/03/02/hibernate-association-mappings-many-to-one.html#comments</comments>
		<pubDate>Mon, 02 Mar 2009 08:34:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[Tech Notes]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Many-to-one]]></category>
		<category><![CDATA[Mapping]]></category>

		<guid isPermaLink="false">http://www.deepakgaikwad.net/?p=346</guid>
		<description><![CDATA[Many - to -one is a unidirectional relation i.e. it establishes relation amongst many entities with one entity. ]]></description>
		<wfw:commentRss>http://www.deepakgaikwad.net/index.php/2009/03/02/hibernate-association-mappings-many-to-one.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

