<?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>Java Software Development Videos and Tutorials &#187; hibernate</title>
	<atom:link href="http://www.java-tv.com/tag/hibernate/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.java-tv.com</link>
	<description>Java Software Development Videos and Tutorials</description>
	<lastBuildDate>Tue, 07 Feb 2012 06:59:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Hibernate Tutorial 01 &#8211; Introduction To Object/Relational Mapping</title>
		<link>http://www.java-tv.com/2011/12/19/hibernate-tutorial-01-introduction-to-objectrelational-mapping/</link>
		<comments>http://www.java-tv.com/2011/12/19/hibernate-tutorial-01-introduction-to-objectrelational-mapping/#comments</comments>
		<pubDate>Mon, 19 Dec 2011 17:43:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[hibernate]]></category>
		<category><![CDATA[ORM]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=2091</guid>
		<description><![CDATA[This initial video explains the the mismatch between object and relational models and what  Object/Relational Mapping (ORM) is. ORM is the concept that Hibernate uses to facilitate the storage and retrieval of Java domain objects in relational databases.
 
Video Producer: http://javabrains.koushik.org
]]></description>
		<wfw:commentRss>http://www.java-tv.com/2011/12/19/hibernate-tutorial-01-introduction-to-objectrelational-mapping/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hibernate Should be to Programmers what Cake Mixes are to Bakers</title>
		<link>http://www.java-tv.com/2011/11/03/hibernate-should-be-to-programmers-what-cake-mixes-are-to-bakers/</link>
		<comments>http://www.java-tv.com/2011/11/03/hibernate-should-be-to-programmers-what-cake-mixes-are-to-bakers/#comments</comments>
		<pubDate>Thu, 03 Nov 2011 19:26:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[hibernate]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=2008</guid>
		<description><![CDATA[Cake mixes consist of a mix of things you already have in your cupboard plus a load of unnecessary, potentially harmful preservatives. They cost more than making cake from scratch, the resulting cake tastes worse, they take away people&#8217;s confidence in their ability to make their own cakes, and they don&#8217;t even save you any time. Hibernate has the same misperceived benefits and the same draw-backs. Gordon Ramsay wouldn&#8217;t be caught dead using any cake mix. As professional programmers, we should be more skeptical of generic frameworks like Hibernate. 

Video ...]]></description>
		<wfw:commentRss>http://www.java-tv.com/2011/11/03/hibernate-should-be-to-programmers-what-cake-mixes-are-to-bakers/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Java Hibernate Tutorial Part 7 &#8211; Insert Record</title>
		<link>http://www.java-tv.com/2011/05/09/java-hibernate-tutorial-part-7-insert-record/</link>
		<comments>http://www.java-tv.com/2011/05/09/java-hibernate-tutorial-part-7-insert-record/#comments</comments>
		<pubDate>Mon, 09 May 2011 19:27:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[hibernate]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=1859</guid>
		<description><![CDATA[This episode of the Hibernate tutorial shows how to insert a record.
 
]]></description>
		<wfw:commentRss>http://www.java-tv.com/2011/05/09/java-hibernate-tutorial-part-7-insert-record/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java Hibernate Tutorial Part 6 &#8211; Schema Change</title>
		<link>http://www.java-tv.com/2011/03/07/java-hibernate-tutorial-part-6-schema-change/</link>
		<comments>http://www.java-tv.com/2011/03/07/java-hibernate-tutorial-part-6-schema-change/#comments</comments>
		<pubDate>Mon, 07 Mar 2011 13:46:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[hibernate]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=1797</guid>
		<description><![CDATA[This episode of the Java Hibernate tutorial discusses schema change.
 
]]></description>
		<wfw:commentRss>http://www.java-tv.com/2011/03/07/java-hibernate-tutorial-part-6-schema-change/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java Hibernate Tutorial Part 5 &#8211; Create table from Class</title>
		<link>http://www.java-tv.com/2011/01/24/java-hibernate-tutorial-part-5-create-table-from-class/</link>
		<comments>http://www.java-tv.com/2011/01/24/java-hibernate-tutorial-part-5-create-table-from-class/#comments</comments>
		<pubDate>Mon, 24 Jan 2011 17:05:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[hibernate]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=1756</guid>
		<description><![CDATA[This episode of the Hibernate tutorial shows how to create a table from a class.
  
]]></description>
		<wfw:commentRss>http://www.java-tv.com/2011/01/24/java-hibernate-tutorial-part-5-create-table-from-class/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java Hibernate Tutorial Part 4 &#8211; Our First Class!</title>
		<link>http://www.java-tv.com/2010/11/29/java-hibernate-tutorial-part-4-our-first-class/</link>
		<comments>http://www.java-tv.com/2010/11/29/java-hibernate-tutorial-part-4-our-first-class/#comments</comments>
		<pubDate>Mon, 29 Nov 2010 13:32:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[hibernate]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=1710</guid>
		<description><![CDATA[We develop our first class in this Hibernate tutorial using Java JPA annotations.
 
]]></description>
		<wfw:commentRss>http://www.java-tv.com/2010/11/29/java-hibernate-tutorial-part-4-our-first-class/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java Hibernate Tutorial Part 3 &#8211; Customise cfg.xml</title>
		<link>http://www.java-tv.com/2010/11/15/java-hibernate-tutorial-part-3-customise-cfg-xml/</link>
		<comments>http://www.java-tv.com/2010/11/15/java-hibernate-tutorial-part-3-customise-cfg-xml/#comments</comments>
		<pubDate>Mon, 15 Nov 2010 18:36:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[hibernate]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=1690</guid>
		<description><![CDATA[This episode of the Hibernate Tutorial using Java JPA Annotations discuss the Eclipse Hibernate Database setup instructions.
 
]]></description>
		<wfw:commentRss>http://www.java-tv.com/2010/11/15/java-hibernate-tutorial-part-3-customise-cfg-xml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java Hibernate Tutorial Part 2 &#8211; Setup</title>
		<link>http://www.java-tv.com/2010/11/02/java-hibernate-tutorial-part-2-setup/</link>
		<comments>http://www.java-tv.com/2010/11/02/java-hibernate-tutorial-part-2-setup/#comments</comments>
		<pubDate>Tue, 02 Nov 2010 12:42:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[hibernate]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=1677</guid>
		<description><![CDATA[This is an easy to follow Hibernate Tutorial using Java JPA Annotations. This part presents the Eclipse Hibernate Database setup instructions.
 
]]></description>
		<wfw:commentRss>http://www.java-tv.com/2010/11/02/java-hibernate-tutorial-part-2-setup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java Hibernate Tutorial Part 1 &#8211; Setup</title>
		<link>http://www.java-tv.com/2010/10/20/java-hibernate-tutorial-part-1-setup/</link>
		<comments>http://www.java-tv.com/2010/10/20/java-hibernate-tutorial-part-1-setup/#comments</comments>
		<pubDate>Wed, 20 Oct 2010 19:25:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[hibernate]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=1666</guid>
		<description><![CDATA[This is an Hibernate Tutorial using Java JPA Annotations. The first part provides Eclipse Hibernate Database setup instructions.
 
]]></description>
		<wfw:commentRss>http://www.java-tv.com/2010/10/20/java-hibernate-tutorial-part-1-setup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Querydsl In Eclipse</title>
		<link>http://www.java-tv.com/2010/10/13/using-querydsl-in-eclipse/</link>
		<comments>http://www.java-tv.com/2010/10/13/using-querydsl-in-eclipse/#comments</comments>
		<pubDate>Wed, 13 Oct 2010 14:01:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[hibernate]]></category>
		<category><![CDATA[jpa]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=1660</guid>
		<description><![CDATA[Querydsl is a framework which enables the construction of type-safe SQL-like queries for multiple backends including JPA, JDO and SQL. The screencast uses the Querydsl JPA module in combination with Hibernate and shows the creation of a Java project, the creation of two simple domain types and the creation of a minimal demo service which presents the simplicity of Querydsl query usage.
 
More information
]]></description>
		<wfw:commentRss>http://www.java-tv.com/2010/10/13/using-querydsl-in-eclipse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GWT, Spring and Hibernate Integration</title>
		<link>http://www.java-tv.com/2010/08/30/gwt-spring-and-hibernate-integration/</link>
		<comments>http://www.java-tv.com/2010/08/30/gwt-spring-and-hibernate-integration/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 11:09:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[GWT]]></category>
		<category><![CDATA[hibernate]]></category>
		<category><![CDATA[services]]></category>
		<category><![CDATA[spring]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=1614</guid>
		<description><![CDATA[This video show how to integrate GWT with Spring and Hibernate ORM. In addition to the standard Spring+Hibernate integration (transactions, exception handling, DAO templates, etc.), it also discuss how to access spring beans via GWT&#8217;s RPC facilities. Next it presents client side remote interfaces and service proxies, exception handling, domain object serialization to GWT, etc. 
 
Video producer: SF Java Group
]]></description>
		<wfw:commentRss>http://www.java-tv.com/2010/08/30/gwt-spring-and-hibernate-integration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SEAM Hibernator/Validator</title>
		<link>http://www.java-tv.com/2010/08/19/seam-hibernatorvalidator/</link>
		<comments>http://www.java-tv.com/2010/08/19/seam-hibernatorvalidator/#comments</comments>
		<pubDate>Thu, 19 Aug 2010 10:47:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[hibernate]]></category>
		<category><![CDATA[javabeans]]></category>
		<category><![CDATA[seam]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=1591</guid>
		<description><![CDATA[Hibernate Validator 4.x is the reference implementation for JSR 303 &#8211; Bean Validation.JSR 303 defines a metadata model and API for JavaBean validation. The default metadata source is annotations, with the ability to override and extend the meta-data through the use of XML validation descriptors. The API is not tied to a specific application tier or programming model. It is specifically not tied to either the web tier or the persistence tier, and is available for both server-side application programming, as well as rich client Swing application developer. This podcast ...]]></description>
		<wfw:commentRss>http://www.java-tv.com/2010/08/19/seam-hibernatorvalidator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What&#8217;s new in Hibernate: a JPA 2 perspective</title>
		<link>http://www.java-tv.com/2010/08/11/whats-new-in-hibernate-a-jpa-2-perspective/</link>
		<comments>http://www.java-tv.com/2010/08/11/whats-new-in-hibernate-a-jpa-2-perspective/#comments</comments>
		<pubDate>Wed, 11 Aug 2010 13:28:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[hibernate]]></category>
		<category><![CDATA[ORM]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=1572</guid>
		<description><![CDATA[This Jazoon 2010 session presents the new features of Hibernate and in particular the one coming from Java Persistence 2. Itl explores the new type-safe Criteria API as well as its close brother the new Hibernate Static metamodel generator;  the new locking options and their consequences for your applications; Infinispan&#8217;s new second level cache and the fetch profile. This session will also briefly describe what&#8217;s beyond Hibernate Core: Hibernate has slowly grown from the ORM to a set of domain model centric tools like validation, full-text search and so ...]]></description>
		<wfw:commentRss>http://www.java-tv.com/2010/08/11/whats-new-in-hibernate-a-jpa-2-perspective/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Scaling Hibernate</title>
		<link>http://www.java-tv.com/2009/07/16/scaling-hibernate/</link>
		<comments>http://www.java-tv.com/2009/07/16/scaling-hibernate/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 15:05:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[configuration management]]></category>
		<category><![CDATA[hibernate]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=1002</guid>
		<description><![CDATA[Emmanuel Bernard and Max Ross talk about patterns and practices to be used in  order to achieve high volume and scale with Hibernate. The presentation also  explains the use of Hibernate Shards and Hibernate Search to push the  scalability limits.
http://www.infoq.com/presentations/Scaling-Hibernate-Emmanuel-Bernard-Max-Ross
]]></description>
		<wfw:commentRss>http://www.java-tv.com/2009/07/16/scaling-hibernate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spring and Spring MVC in Production</title>
		<link>http://www.java-tv.com/2009/05/19/spring-and-spring-mvc-in-production/</link>
		<comments>http://www.java-tv.com/2009/05/19/spring-and-spring-mvc-in-production/#comments</comments>
		<pubDate>Tue, 19 May 2009 11:05:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[hibernate]]></category>
		<category><![CDATA[spring]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=934</guid>
		<description><![CDATA[This session presents an in depth discussion of a real world production application using Spring. The presentation will cover the business reasons for the application, how the application architecture was designed, packaged and deployed. The technologies discussed will include Spring, Hibernate, Spring MVC, FreeMarker, DWR, jQuery and many more. Attendees will learn production tips and tricks to help ease their applications into a production ready state.

]]></description>
		<wfw:commentRss>http://www.java-tv.com/2009/05/19/spring-and-spring-mvc-in-production/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Seam and Hibernate Development with JBoss</title>
		<link>http://www.java-tv.com/2009/04/30/seam-and-hibernate-development-with-jboss/</link>
		<comments>http://www.java-tv.com/2009/04/30/seam-and-hibernate-development-with-jboss/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 11:51:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[hibernate]]></category>
		<category><![CDATA[jboss]]></category>
		<category><![CDATA[seam]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=910</guid>
		<description><![CDATA[In this demonstration Jim Tyrrell, JBoss Solutions Architect, will show you exactly how easy it is to use JBoss Developer Studio to reverse engineer a database into a complete web application.
 
]]></description>
		<wfw:commentRss>http://www.java-tv.com/2009/04/30/seam-and-hibernate-development-with-jboss/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hibernate Search: Search Engine for the Masses</title>
		<link>http://www.java-tv.com/2009/03/16/hibernate-search-search-engine-for-the-masses/</link>
		<comments>http://www.java-tv.com/2009/03/16/hibernate-search-search-engine-for-the-masses/#comments</comments>
		<pubDate>Mon, 16 Mar 2009 12:35:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[hibernate]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=847</guid>
		<description><![CDATA[During this talk at Grails eXchange 2007,  Emmanuel Bernard, presented the Hibernate Search architecture and its common  usages.
 
]]></description>
		<wfw:commentRss>http://www.java-tv.com/2009/03/16/hibernate-search-search-engine-for-the-masses/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Working with Hibernate with Spring 2.5</title>
		<link>http://www.java-tv.com/2009/02/17/working-with-hibernate-with-spring-25/</link>
		<comments>http://www.java-tv.com/2009/02/17/working-with-hibernate-with-spring-25/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 13:41:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[hibernate]]></category>
		<category><![CDATA[spring]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=783</guid>
		<description><![CDATA[The talk begins with a brief discussion of the distinguishing features of ORM  specifically Hibernate. We&#8217;ll compare Hibernate to other approaches such as  straight JDBC and we&#8217;ll try to clarify when Hibernate is a good choice. Then we&#8217;ll  move on to review the main pieces of Spring&#8217;s Hibernate integration, which  among other things will help us understand the value Spring adds for Hibernate  applications. If you&#8217;re using Hibernate today you may wonder why you should use  Spring&#8217;s Hibernate integration. My hope is you&#8217;ll get ...]]></description>
		<wfw:commentRss>http://www.java-tv.com/2009/02/17/working-with-hibernate-with-spring-25/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Horizontal Data Partitioning with HiveDB &amp; Hibernate Shards</title>
		<link>http://www.java-tv.com/2008/12/12/horizontal-data-partitioning-with-hivedb-hibernate-shards/</link>
		<comments>http://www.java-tv.com/2008/12/12/horizontal-data-partitioning-with-hivedb-hibernate-shards/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 09:04:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[hibernate]]></category>
		<category><![CDATA[hivedb]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=639</guid>
		<description><![CDATA[HiveDB is an open source framework for partitioning MySQL that implements  horizontal partitioning in as clear and concise a way as possible.

]]></description>
		<wfw:commentRss>http://www.java-tv.com/2008/12/12/horizontal-data-partitioning-with-hivedb-hibernate-shards/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hibernate &amp; JPA Annotations &#8211; Windows Environment Setup</title>
		<link>http://www.java-tv.com/2008/12/03/hibernate-jpa-annotations-windows-environment-setup/</link>
		<comments>http://www.java-tv.com/2008/12/03/hibernate-jpa-annotations-windows-environment-setup/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 07:40:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[hibernate]]></category>
		<category><![CDATA[jpa]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=613</guid>
		<description><![CDATA[This tutorial takes you through the various steps involved in  installing MySQL and the MySQL GUI tools. Then I install the Java Development  Toolkit v 1.6 Update 10 (JDK). After JDK installation, I then extract the  Hibernate Core and Hibernate Annotations modules, plucking out the pertinent JAR  files, and placing them in a C:\_hiblib folder that will be made part of the  runtime and compile time classpath.
 
]]></description>
		<wfw:commentRss>http://www.java-tv.com/2008/12/03/hibernate-jpa-annotations-windows-environment-setup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Object Caching 1268/1467 objects using disk: basic

Served from: www.java-tv.com @ 2012-02-07 03:18:10 -->
