<?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>Javablog &#187; Hibernate</title>
	<atom:link href="http://javablog.co.uk/category/hibernate/feed/" rel="self" type="application/rss+xml" />
	<link>http://javablog.co.uk</link>
	<description>by Java coders, for Java coders</description>
	<lastBuildDate>Mon, 04 Jan 2010 15:20:57 +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>Creating an Index with Hibernate</title>
		<link>http://javablog.co.uk/2010/01/04/creating-an-index-with-hibernate/</link>
		<comments>http://javablog.co.uk/2010/01/04/creating-an-index-with-hibernate/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 15:20:57 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[EJB3]]></category>
		<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[J2EE]]></category>
		<category><![CDATA[Java 6]]></category>
		<category><![CDATA[Persistence]]></category>

		<guid isPermaLink="false">http://javablog.co.uk/?p=214</guid>
		<description><![CDATA[The job of creating a SQL Index is rightly the job of a DBA. However, sometimes the need for an index is blindingly obvious and only a mad DBA would miss the opportunity to create a lookup. Unfortunately, annotations for index hinting did not make it into the JPA 2 specification. In this post we&#8217;re [...]]]></description>
		<wfw:commentRss>http://javablog.co.uk/2010/01/04/creating-an-index-with-hibernate/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>@OneToMany Fixes in JPA 2</title>
		<link>http://javablog.co.uk/2009/12/27/onetomany-fixes-in-jpa-2/</link>
		<comments>http://javablog.co.uk/2009/12/27/onetomany-fixes-in-jpa-2/#comments</comments>
		<pubDate>Sun, 27 Dec 2009 18:20:23 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[Java 6]]></category>
		<category><![CDATA[JPA]]></category>

		<guid isPermaLink="false">http://javablog.co.uk/?p=205</guid>
		<description><![CDATA[JPA 2 has been released as a part of J2EE 6. Along with many welcome new features, JPA2 has addressed several oversights in @OneToMany Collection mapping, including:- Delete Orphans - where mappedBy entities would persist when deleted. Collections of primitive, core or @Embeddable types - not allowed in JPA 1. This post shows how Hibernate [...]]]></description>
		<wfw:commentRss>http://javablog.co.uk/2009/12/27/onetomany-fixes-in-jpa-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Tomcat is Dead, Long Live Glassfish!</title>
		<link>http://javablog.co.uk/2009/12/26/tomcat-is-dead-long-live-glassfish/</link>
		<comments>http://javablog.co.uk/2009/12/26/tomcat-is-dead-long-live-glassfish/#comments</comments>
		<pubDate>Sat, 26 Dec 2009 22:12:08 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[deployment]]></category>
		<category><![CDATA[EJB3]]></category>
		<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[J2EE]]></category>
		<category><![CDATA[Java 6]]></category>
		<category><![CDATA[JPA]]></category>
		<category><![CDATA[PostgreSQL]]></category>

		<guid isPermaLink="false">http://javablog.co.uk/?p=201</guid>
		<description><![CDATA[SUN finished off 2009 with a release of Glassfish v3 - a high visibility Open Source implementation of Java Enterprise 6 - and the NetBeans 6.8 IDE. Combined, these releases significantly reduce the barrier to entry for writing and deploying Java Enterprise applications. However, the documentation is sparse at best, and misleading at worst (some [...]]]></description>
		<wfw:commentRss>http://javablog.co.uk/2009/12/26/tomcat-is-dead-long-live-glassfish/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Persistence Options in Java, Part 3 &#8212;- JPA</title>
		<link>http://javablog.co.uk/2008/01/23/persistence-options-in-java-part-3-jpa/</link>
		<comments>http://javablog.co.uk/2008/01/23/persistence-options-in-java-part-3-jpa/#comments</comments>
		<pubDate>Tue, 22 Jan 2008 23:02:59 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Annotations]]></category>
		<category><![CDATA[EJB3]]></category>
		<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[J2EE]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[JPA]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Persistence]]></category>
		<category><![CDATA[PostgreSQL]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://javablog.co.uk/2008/01/23/persistence-options-in-java-part-3-jpa/</guid>
		<description><![CDATA[This is the final post of a series where we have looked at persistence options in Java. In part 1 we looked at rolling your own lightweight solution and in part 2 we visited BerkeleyDB as an embeddable non-SQL solution. In this final piece, we look at the Java Persistence API (JPA) which was accepted [...]]]></description>
		<wfw:commentRss>http://javablog.co.uk/2008/01/23/persistence-options-in-java-part-3-jpa/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Persistence Options in Java, Part 2 – BerkeleyDB</title>
		<link>http://javablog.co.uk/2007/11/10/persistence-options-in-java-part-2-berkeleydb/</link>
		<comments>http://javablog.co.uk/2007/11/10/persistence-options-in-java-part-2-berkeleydb/#comments</comments>
		<pubDate>Sat, 10 Nov 2007 00:17:03 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[BerkeleyDB]]></category>
		<category><![CDATA[Collections]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Persistence]]></category>
		<category><![CDATA[Serializable]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://javablog.co.uk/2007/11/10/persistence-options-in-java-part-2-%e2%80%93-berkeleydb/</guid>
		<description><![CDATA[In the previous post of this series, we looked at local persistence using Serializable and writing files to disc. A lot of issues were brought to light&#8230; in this post, we&#8217;ll look at BerkeleyDB as a very lightweight (1MB) yet high performance, embedded database library which addresses most (but not all) of the previous issues. [...]]]></description>
		<wfw:commentRss>http://javablog.co.uk/2007/11/10/persistence-options-in-java-part-2-berkeleydb/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Persistence Options in Java, Part 1 &#8212;- Local Filesystem</title>
		<link>http://javablog.co.uk/2007/10/25/persistence-options-in-java-part-1-local-filesystem/</link>
		<comments>http://javablog.co.uk/2007/10/25/persistence-options-in-java-part-1-local-filesystem/#comments</comments>
		<pubDate>Thu, 25 Oct 2007 21:34:08 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[BerkeleyDB]]></category>
		<category><![CDATA[Concurrency]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Persistence]]></category>
		<category><![CDATA[Serializable]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://javablog.co.uk/2007/10/25/persistence-options-in-java-part-1-local-filesystem/</guid>
		<description><![CDATA[There are many ways to save your data across sessions in Java ranging from saving Serializable objects to files all the way to enterprise SQL frameworks. In this series of 3 blog posts you&#8217;ll get an idea of the options, with some simple usage examples. This is part 1, where we review a simple non-scalable [...]]]></description>
		<wfw:commentRss>http://javablog.co.uk/2007/10/25/persistence-options-in-java-part-1-local-filesystem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

