<?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>Andrew Eells dot com &#187; Hibernate</title>
	<atom:link href="http://www.andrew-eells.com/tag/hibernate/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.andrew-eells.com</link>
	<description>Java, Agile, Web comments</description>
	<lastBuildDate>Wed, 01 Feb 2012 13:45:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Hibernate&#8217;s @FilterJoinTable</title>
		<link>http://www.andrew-eells.com/2009/07/28/hibernate-filter-join-table/</link>
		<comments>http://www.andrew-eells.com/2009/07/28/hibernate-filter-join-table/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 15:16:37 +0000</pubDate>
		<dc:creator>Andrew Eells</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Hibernate]]></category>

		<guid isPermaLink="false">http://www.andrew-eells.com/?p=229</guid>
		<description><![CDATA[Couldn&#8217;t find a completely articulate example or full documentation of how to add a filter to a Hibernate Many-to-Many collection association mapping, so thought I&#8217;d would post a complete example here. It&#8217;s possible to apply the filter to the target entity table which is reasonably well documented, or at least you can have an educated [...]]]></description>
		<wfw:commentRss>http://www.andrew-eells.com/2009/07/28/hibernate-filter-join-table/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hibernate StatelessSession with Transactional Annotation</title>
		<link>http://www.andrew-eells.com/2009/07/20/hibernate-statelesssession-transactional-annotation/</link>
		<comments>http://www.andrew-eells.com/2009/07/20/hibernate-statelesssession-transactional-annotation/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 11:35:42 +0000</pubDate>
		<dc:creator>Andrew Eells</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Hibernate]]></category>

		<guid isPermaLink="false">http://www.andrew-eells.com/?p=217</guid>
		<description><![CDATA[I have a bi-directional collection mapping in Java which I thought was causing me problems when persisting using Hibernate&#8217;s StatelessSession API. However, it looks as though the issue was being caused by the fact I was using the @Transactional annotation instead. The API states: &#8220;Operations performed via a stateless session bypass Hibernate&#8217;s event model and [...]]]></description>
		<wfw:commentRss>http://www.andrew-eells.com/2009/07/20/hibernate-statelesssession-transactional-annotation/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: www.andrew-eells.com @ 2012-02-05 17:45:10 -->
