<?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: Creating an Index with Hibernate</title>
	<atom:link href="http://javablog.co.uk/2010/01/04/creating-an-index-with-hibernate/feed/" rel="self" type="application/rss+xml" />
	<link>http://javablog.co.uk/2010/01/04/creating-an-index-with-hibernate/</link>
	<description>by Java coders, for Java coders</description>
	<lastBuildDate>Thu, 22 Jul 2010 12:24:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: sub</title>
		<link>http://javablog.co.uk/2010/01/04/creating-an-index-with-hibernate/comment-page-1/#comment-101852</link>
		<dc:creator>sub</dc:creator>
		<pubDate>Thu, 22 Jul 2010 12:24:38 +0000</pubDate>
		<guid isPermaLink="false">http://javablog.co.uk/?p=214#comment-101852</guid>
		<description>&lt;p&gt;what if my product is downloaded by lot of people without db knowledge and they wants single click installation. creating tables,indexes etc should happen programatically.&lt;/p&gt;

&lt;p&gt;So i think creating table , index etc should be part of jpa spec&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>what if my product is downloaded by lot of people without db knowledge and they wants single click installation. creating tables,indexes etc should happen programatically.</p>

<p>So i think creating table , index etc should be part of jpa spec</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Diego Bravo</title>
		<link>http://javablog.co.uk/2010/01/04/creating-an-index-with-hibernate/comment-page-1/#comment-95546</link>
		<dc:creator>Diego Bravo</dc:creator>
		<pubDate>Thu, 20 May 2010 23:29:25 +0000</pubDate>
		<guid isPermaLink="false">http://javablog.co.uk/?p=214#comment-95546</guid>
		<description>&lt;p&gt;IMO this &quot;facility&quot; must be carefully restricted to development environments. It would be catastrophic is a bug in the application goes to the point of issuing a remaining DROP TABLE X; CREATE TABLE X in production.&lt;/p&gt;

&lt;p&gt;Since this CAN happen, I simply avoid using it. Ever. Yet I can&#039;t understand why it would be preferable to executing an SQL script. Learning how to execute a shell script or SQL script should be easier than learning a convoluted Hibernate API to do non standard operations. Of course YMMV.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>IMO this &#8220;facility&#8221; must be carefully restricted to development environments. It would be catastrophic is a bug in the application goes to the point of issuing a remaining DROP TABLE X; CREATE TABLE X in production.</p>

<p>Since this CAN happen, I simply avoid using it. Ever. Yet I can&#8217;t understand why it would be preferable to executing an SQL script. Learning how to execute a shell script or SQL script should be easier than learning a convoluted Hibernate API to do non standard operations. Of course YMMV.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://javablog.co.uk/2010/01/04/creating-an-index-with-hibernate/comment-page-1/#comment-89245</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Thu, 22 Apr 2010 16:39:35 +0000</pubDate>
		<guid isPermaLink="false">http://javablog.co.uk/?p=214#comment-89245</guid>
		<description>&lt;p&gt;@Caleb Hibernate can create schemas automatically from the Java classes. But if using Hibernate to communicate with an existing schema, then you&#039;re right, this should be part of the schema.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@Caleb Hibernate can create schemas automatically from the Java classes. But if using Hibernate to communicate with an existing schema, then you&#8217;re right, this should be part of the schema.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Caleb</title>
		<link>http://javablog.co.uk/2010/01/04/creating-an-index-with-hibernate/comment-page-1/#comment-89202</link>
		<dc:creator>Caleb</dc:creator>
		<pubDate>Thu, 22 Apr 2010 14:07:21 +0000</pubDate>
		<guid isPermaLink="false">http://javablog.co.uk/?p=214#comment-89202</guid>
		<description>&lt;p&gt;Why would you use Hibernate to create an index instead of just designing the right indexes into your database schema in the first place?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Why would you use Hibernate to create an index instead of just designing the right indexes into your database schema in the first place?</p>]]></content:encoded>
	</item>
</channel>
</rss>
