<?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>Persistency Archives - Timo Ernst</title>
	<atom:link href="https://www.timo-ernst.net/blog/tag/persistency/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.timo-ernst.net/blog/tag/persistency/</link>
	<description>Developer • YouTuber • Blogger</description>
	<lastBuildDate>Wed, 05 Sep 2018 13:44:19 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://www.timo-ernst.net/wp-content/uploads/2021/03/cropped-Timo-Ernst-Small-32x32.jpg</url>
	<title>Persistency Archives - Timo Ernst</title>
	<link>https://www.timo-ernst.net/blog/tag/persistency/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>.remove() and .contains() not working on your Java set?</title>
		<link>https://www.timo-ernst.net/blog/2011/06/08/remove-and-contains-not-working-on-your-java-set/</link>
					<comments>https://www.timo-ernst.net/blog/2011/06/08/remove-and-contains-not-working-on-your-java-set/#comments</comments>
		
		<dc:creator><![CDATA[Timo]]></dc:creator>
		<pubDate>Wed, 08 Jun 2011 18:36:36 +0000</pubDate>
				<category><![CDATA[Nerd stuff]]></category>
		<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[Persistency]]></category>
		<guid isPermaLink="false">http://www.timo-ernst.net/?p=2850</guid>

					<description><![CDATA[<p>If you suddenly experience problems callling set.remove() and set.contains() on your Java Set instances, you might be using Hibernate, which replaces your Set instance with its own version (PersistentSet), which uses a HashSet internally to store your data. For example, the problem I faced was the following: Person.java public class Person(){ String _name; public Person(String [&#8230;]</p>
<p>The post <a href="https://www.timo-ernst.net/blog/2011/06/08/remove-and-contains-not-working-on-your-java-set/">.remove() and .contains() not working on your Java set?</a> appeared first on <a href="https://www.timo-ernst.net">Timo Ernst</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h2>Related posts:</h2><ol>
<li><a href="https://www.timo-ernst.net/blog/2011/05/18/correct-naming-convention-for-boolean-values-in-hibernate-mapping-files/" rel="bookmark" title="Correct naming convention for boolean values in Hibernate mapping files">Correct naming convention for boolean values in Hibernate mapping files</a></li>
<li><a href="https://www.timo-ernst.net/blog/2011/04/24/quickfix-hibernate-integration-for-zk-applications/" rel="bookmark" title="Quickfix: Hibernate integration for ZK applications">Quickfix: Hibernate integration for ZK applications</a></li>
<li><a href="https://www.timo-ernst.net/blog/2010/04/04/flash-the-new-java/" rel="bookmark" title="Flash &#8211; The new Java?">Flash &#8211; The new Java?</a></li>
</ol>
</div>
]]></description>
		
					<wfw:commentRss>https://www.timo-ernst.net/blog/2011/06/08/remove-and-contains-not-working-on-your-java-set/feed/</wfw:commentRss>
			<slash:comments>10</slash:comments>
		
		
			</item>
	</channel>
</rss>
