<?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:coop="http://www.google.com/coop/namespace"
	>

<channel>
	<title>Mind DiaryORM</title>
	<atom:link href="http://minddiary.com/category/orm/feed/" rel="self" type="application/rss+xml" />
	<link>http://minddiary.com</link>
	<description>There is only one way to learn. It&#039;s through action!</description>
	<lastBuildDate>Sat, 27 Feb 2010 11:27:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		
<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type='text/javascript' src='http://minddiary.com/wp-includes/js/jquery/jquery.js?ver=1.3.2'></script>
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->
	<item>
		<title>Hibernate generator classes</title>
		<link></link>
		<comments>http://minddiary.com/2008/07/09/hibernate-generator-classes/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 13:10:39 +0000</pubDate>
		<dc:creator>Lijin</dc:creator>
				<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[ORM]]></category>

		<guid isPermaLink="false">http://lijinjoseji.wordpress.com/2008/07/09/hibernate-generator-classes/</guid>
		<description><![CDATA[









Extracted from Hibernate online official tutorials




In Hibernate the optional &#60;generator&#62; child element names a Java class used to generate unique identifiers for instances of the persistent class.

If any parameters are required to configure or initialize the generator instance, they are passed using the &#60;param&#62; element.

&#60;id name="id" type="long" column="cat_id"&#62;
       <p><a href="http://minddiary.com/2008/07/09/hibernate-generator-classes/">Hibernate generator classes</a> is a post from: <a href="http://minddiary.com">Mind Diary</a></p>



No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://minddiary.com/2008/07/09/hibernate-generator-classes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
			<coop:keyword><![CDATA[Hibernate]]></coop:keyword>
		<coop:keyword><![CDATA[ORM]]></coop:keyword>
	</item>
		<item>
		<title>Advantages of Hibernate</title>
		<link></link>
		<comments>http://minddiary.com/2007/10/19/advantages-of-hibernate/#comments</comments>
		<pubDate>Fri, 19 Oct 2007 04:48:03 +0000</pubDate>
		<dc:creator>Lijin</dc:creator>
				<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[ORM]]></category>

		<guid isPermaLink="false">http://lijinjoseji.wordpress.com/2007/10/19/advantages-of-hibernate/</guid>
		<description><![CDATA[
Caching objects. The session is a transaction-level cache of persistent objects. You may also enable a JVM-level/cluster cache to memory and/or local disk.


Executing SQL statements later, when needed. The session never issues an INSERT or UPDATE until it is actually needed. So if an exception occurs and you need to abort the transaction, some statements<p><a href="http://minddiary.com/2007/10/19/advantages-of-hibernate/">Advantages of Hibernate</a> is a post from: <a href="http://minddiary.com">Mind Diary</a></p>



No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://minddiary.com/2007/10/19/advantages-of-hibernate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
			<coop:keyword><![CDATA[Hibernate]]></coop:keyword>
		<coop:keyword><![CDATA[Java]]></coop:keyword>
		<coop:keyword><![CDATA[ORM]]></coop:keyword>
	</item>
		<item>
		<title>&#039;Hibernate Dialect property&#039; for Different Databases</title>
		<link></link>
		<comments>http://minddiary.com/2007/01/08/hibernate-dialect-property-for-different-databases/#comments</comments>
		<pubDate>Mon, 08 Jan 2007 10:04:55 +0000</pubDate>
		<dc:creator>Lijin</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[ORM]]></category>

		<guid isPermaLink="false">http://lijinjoseji.wordpress.com/2007/01/08/hibernate-dialect-property-for-different-databases/</guid>
		<description><![CDATA[Hibernate is the most common and famous ORM using these days. It has a property called &#8220;Dialect&#8221; through which we tells Hibernate that we are using &#8216;this specific&#8217; database. Here in this post you can see the dialect property values which we have to give for different databases. You can read more about this from<p><a href="http://minddiary.com/2007/01/08/hibernate-dialect-property-for-different-databases/">&#039;Hibernate Dialect property&#039; for Different Databases</a> is a post from: <a href="http://minddiary.com">Mind Diary</a></p>



No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://minddiary.com/2007/01/08/hibernate-dialect-property-for-different-databases/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
			<coop:keyword><![CDATA[Database]]></coop:keyword>
		<coop:keyword><![CDATA[Hibernate]]></coop:keyword>
		<coop:keyword><![CDATA[ORM]]></coop:keyword>
	</item>
		<item>
		<title>Commonly used Generators in &#039;Hibernate&#039;</title>
		<link></link>
		<comments>http://minddiary.com/2007/01/05/hibernate-commonly-used-generators/#comments</comments>
		<pubDate>Fri, 05 Jan 2007 06:50:18 +0000</pubDate>
		<dc:creator>Lijin</dc:creator>
				<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[J2EE]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[ORM]]></category>

		<guid isPermaLink="false">http://lijinjoseji.wordpress.com/2007/01/05/hibernate-commonly-used-generators/</guid>
		<description><![CDATA[

  Generator
  Description


increment
It generates identifiers of type long, short or int that are unique only when no other process is inserting data into the same table. It should not the used in the clustered environment.


identity
It supports identity columns in DB2, MySQL, MS SQL Server, Sybase and HypersonicSQL. The returned identifier is of type<p><a href="http://minddiary.com/2007/01/05/hibernate-commonly-used-generators/">Commonly used Generators in &#039;Hibernate&#039;</a> is a post from: <a href="http://minddiary.com">Mind Diary</a></p>



No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://minddiary.com/2007/01/05/hibernate-commonly-used-generators/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
			<coop:keyword><![CDATA[Hibernate]]></coop:keyword>
		<coop:keyword><![CDATA[J2EE]]></coop:keyword>
		<coop:keyword><![CDATA[Java]]></coop:keyword>
		<coop:keyword><![CDATA[ORM]]></coop:keyword>
	</item>
	</channel>
</rss>
