<?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: java rake db:migrate implementations</title>
	<atom:link href="http://matthew.mceachen.us/blog/java-rake-dbmigrate-implementations-307.html/feed" rel="self" type="application/rss+xml" />
	<link>http://matthew.mceachen.us/blog/java-rake-dbmigrate-implementations-307.html</link>
	<description>Tips and tricks and howtos galore</description>
	<lastBuildDate>Wed, 01 Feb 2012 18:49:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: matthew</title>
		<link>http://matthew.mceachen.us/blog/java-rake-dbmigrate-implementations-307.html/comment-page-1#comment-2328</link>
		<dc:creator>matthew</dc:creator>
		<pubDate>Sat, 03 Apr 2010 18:17:46 +0000</pubDate>
		<guid isPermaLink="false">http://matthew.mceachen.us/blog/?p=307#comment-2328</guid>
		<description>I don&#039;t know of any dbmigrate libraries that integrate with hibernate -- if you find one, I&#039;d love to hear about it.

What you can do is generate the schema automatically with hibernate using the hbm2ddl functionality, then copy that DDL into your dbmigrate scripts, adding whatever you need (like indexes). 

For unit tests of the hibernate wiring I normally use &lt;a href=&quot;http://www.h2database.com/&quot; rel=&quot;nofollow&quot;&gt;h2&lt;/a&gt;, but when there&#039;s SQL in your DAO, you should test with the database engine you&#039;ll use in production.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know of any dbmigrate libraries that integrate with hibernate &#8212; if you find one, I&#8217;d love to hear about it.</p>
<p>What you can do is generate the schema automatically with hibernate using the hbm2ddl functionality, then copy that DDL into your dbmigrate scripts, adding whatever you need (like indexes). </p>
<p>For unit tests of the hibernate wiring I normally use <a href="http://www.h2database.com/" rel="nofollow">h2</a>, but when there&#8217;s SQL in your DAO, you should test with the database engine you&#8217;ll use in production.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mario</title>
		<link>http://matthew.mceachen.us/blog/java-rake-dbmigrate-implementations-307.html/comment-page-1#comment-2327</link>
		<dc:creator>mario</dc:creator>
		<pubDate>Sat, 03 Apr 2010 10:58:31 +0000</pubDate>
		<guid isPermaLink="false">http://matthew.mceachen.us/blog/?p=307#comment-2327</guid>
		<description>Which one do you suggest to add indexes to a database automatically generated by Hibernate?</description>
		<content:encoded><![CDATA[<p>Which one do you suggest to add indexes to a database automatically generated by Hibernate?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

