<?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: Howto generate Hibernate POJO and mapping files using ant from a db schema</title>
	<atom:link href="http://www.factorypattern.com/howto-generate-hibernate-pojo-and-mapping-files-using-ant-from-a-db-schema/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.factorypattern.com/howto-generate-hibernate-pojo-and-mapping-files-using-ant-from-a-db-schema/</link>
	<description>Just another Object Oriented Weblog</description>
	<lastBuildDate>Sat, 07 Jan 2012 02:36:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: cd</title>
		<link>http://www.factorypattern.com/howto-generate-hibernate-pojo-and-mapping-files-using-ant-from-a-db-schema/comment-page-1/#comment-110</link>
		<dc:creator>cd</dc:creator>
		<pubDate>Mon, 27 Apr 2009 09:59:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.factorypattern.com/howto-generate-hibernate-pojo-and-mapping-files-using-ant-from-a-db-schema/#comment-110</guid>
		<description>That&#039;s very useful. But I still have a concern that is there any way so that we could merge all *.hbm.xml files to one file.

Ex: I have some tables (tab1, tab2, ...). Then, it will generate these files

tab1.hbm.xml
tab2.hbm.xml
...

I want it should be generated to one file called mydb.hbm.xml which including all classes mapping (tab1, tab2, ...)

Any ideas is very welcome. Thanks!</description>
		<content:encoded><![CDATA[<p>That&#8217;s very useful. But I still have a concern that is there any way so that we could merge all *.hbm.xml files to one file.</p>
<p>Ex: I have some tables (tab1, tab2, &#8230;). Then, it will generate these files</p>
<p>tab1.hbm.xml<br />
tab2.hbm.xml<br />
&#8230;</p>
<p>I want it should be generated to one file called mydb.hbm.xml which including all classes mapping (tab1, tab2, &#8230;)</p>
<p>Any ideas is very welcome. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yaseen</title>
		<link>http://www.factorypattern.com/howto-generate-hibernate-pojo-and-mapping-files-using-ant-from-a-db-schema/comment-page-1/#comment-109</link>
		<dc:creator>Yaseen</dc:creator>
		<pubDate>Thu, 05 Mar 2009 17:22:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.factorypattern.com/howto-generate-hibernate-pojo-and-mapping-files-using-ant-from-a-db-schema/#comment-109</guid>
		<description>Thanks! got me working again..</description>
		<content:encoded><![CDATA[<p>Thanks! got me working again..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mani</title>
		<link>http://www.factorypattern.com/howto-generate-hibernate-pojo-and-mapping-files-using-ant-from-a-db-schema/comment-page-1/#comment-108</link>
		<dc:creator>Mani</dc:creator>
		<pubDate>Mon, 02 Feb 2009 15:59:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.factorypattern.com/howto-generate-hibernate-pojo-and-mapping-files-using-ant-from-a-db-schema/#comment-108</guid>
		<description>Just what I&#039;m looking for. Thanks a lot.</description>
		<content:encoded><![CDATA[<p>Just what I&#8217;m looking for. Thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maddy</title>
		<link>http://www.factorypattern.com/howto-generate-hibernate-pojo-and-mapping-files-using-ant-from-a-db-schema/comment-page-1/#comment-106</link>
		<dc:creator>Maddy</dc:creator>
		<pubDate>Fri, 09 Jan 2009 12:07:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.factorypattern.com/howto-generate-hibernate-pojo-and-mapping-files-using-ant-from-a-db-schema/#comment-106</guid>
		<description>Very nice ...........help me alot......cheers !!</description>
		<content:encoded><![CDATA[<p>Very nice &#8230;&#8230;&#8230;..help me alot&#8230;&#8230;cheers !!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bahi</title>
		<link>http://www.factorypattern.com/howto-generate-hibernate-pojo-and-mapping-files-using-ant-from-a-db-schema/comment-page-1/#comment-98</link>
		<dc:creator>Bahi</dc:creator>
		<pubDate>Tue, 11 Nov 2008 14:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.factorypattern.com/howto-generate-hibernate-pojo-and-mapping-files-using-ant-from-a-db-schema/#comment-98</guid>
		<description>well done ,thanks alot</description>
		<content:encoded><![CDATA[<p>well done ,thanks alot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Samir</title>
		<link>http://www.factorypattern.com/howto-generate-hibernate-pojo-and-mapping-files-using-ant-from-a-db-schema/comment-page-1/#comment-22</link>
		<dc:creator>Samir</dc:creator>
		<pubDate>Sat, 14 Jun 2008 16:41:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.factorypattern.com/howto-generate-hibernate-pojo-and-mapping-files-using-ant-from-a-db-schema/#comment-22</guid>
		<description>Thanks this was useful in getting me kick started for a project

Regards
Samir</description>
		<content:encoded><![CDATA[<p>Thanks this was useful in getting me kick started for a project</p>
<p>Regards<br />
Samir</p>
]]></content:encoded>
	</item>
</channel>
</rss>

