<?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: Coherence 3.5: POF Extractor/Updater</title>
	<atom:link href="http://blackbeanbag.net/wp/2009/07/21/coherence-3-5-pof-extractorupdater/feed/" rel="self" type="application/rss+xml" />
	<link>http://blackbeanbag.net/wp/2009/07/21/coherence-3-5-pof-extractorupdater/</link>
	<description>Thoughts on software development and other stuff</description>
	<lastBuildDate>Mon, 30 Aug 2010 17:16:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Patrick Peralta</title>
		<link>http://blackbeanbag.net/wp/2009/07/21/coherence-3-5-pof-extractorupdater/comment-page-1/#comment-4169</link>
		<dc:creator>Patrick Peralta</dc:creator>
		<pubDate>Fri, 30 Oct 2009 12:51:27 +0000</pubDate>
		<guid isPermaLink="false">http://blackbeanbag.net/wp/?p=287#comment-4169</guid>
		<description>Hi Bansi,

Using a POF extractor/updater implies that you will be querying or modifying a field inside of your object, and you desire to do so without deserializing the object.  For your example, you want to issue a query into the cache for the entire value itself (instead of just a field in the value.)  In this case you would issue a query like so:

cache.keySet(new EqualsFilter(IdentityExtractor.INSTANCE, object))

and you would get back a set of keys that contain this object.</description>
		<content:encoded><![CDATA[<p>Hi Bansi,</p>
<p>Using a POF extractor/updater implies that you will be querying or modifying a field inside of your object, and you desire to do so without deserializing the object.  For your example, you want to issue a query into the cache for the entire value itself (instead of just a field in the value.)  In this case you would issue a query like so:</p>
<p>cache.keySet(new EqualsFilter(IdentityExtractor.INSTANCE, object))</p>
<p>and you would get back a set of keys that contain this object.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bansi</title>
		<link>http://blackbeanbag.net/wp/2009/07/21/coherence-3-5-pof-extractorupdater/comment-page-1/#comment-4168</link>
		<dc:creator>bansi</dc:creator>
		<pubDate>Thu, 29 Oct 2009 16:06:25 +0000</pubDate>
		<guid isPermaLink="false">http://blackbeanbag.net/wp/?p=287#comment-4168</guid>
		<description>How would i query on object itself something similar to Hibernate detached criteria. addCriteria(object.class)</description>
		<content:encoded><![CDATA[<p>How would i query on object itself something similar to Hibernate detached criteria. addCriteria(object.class)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
