<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Calling Stored Procedures in JPA</title>
	<atom:link href="http://objectopia.com/2009/06/26/calling-stored-procedures-in-jpa/feed/" rel="self" type="application/rss+xml" />
	<link>http://objectopia.com/2009/06/26/calling-stored-procedures-in-jpa/</link>
	<description></description>
	<lastBuildDate>Tue, 06 Dec 2011 08:48:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Java Developers: Make the Database Work for You! &#171; AMIS Technology blog</title>
		<link>http://objectopia.com/2009/06/26/calling-stored-procedures-in-jpa/#comment-72</link>
		<dc:creator><![CDATA[Java Developers: Make the Database Work for You! &#171; AMIS Technology blog]]></dc:creator>
		<pubDate>Wed, 12 Jan 2011 09:43:25 +0000</pubDate>
		<guid isPermaLink="false">http://objectopia.wordpress.com/?p=8#comment-72</guid>
		<description><![CDATA[[...] http://objectopia.com/2009/06/26/calling-stored-procedures-in-jpa/ [...]]]></description>
		<content:encoded><![CDATA[<p>[...] <a href="http://objectopia.com/2009/06/26/calling-stored-procedures-in-jpa/" rel="nofollow">http://objectopia.com/2009/06/26/calling-stored-procedures-in-jpa/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Clark</title>
		<link>http://objectopia.com/2009/06/26/calling-stored-procedures-in-jpa/#comment-11</link>
		<dc:creator><![CDATA[Chris Clark]]></dc:creator>
		<pubDate>Sun, 12 Jul 2009 11:35:11 +0000</pubDate>
		<guid isPermaLink="false">http://objectopia.wordpress.com/?p=8#comment-11</guid>
		<description><![CDATA[Hi Mike,

I was lucky enough to use the stored proc for updates so I wasn&#039;t to interested in the results however you can use the @SqlResultSetMapping which details can be found &lt;a href=&quot;http://java.sun.com/javaee/5/docs/api/javax/persistence/SqlResultSetMapping.html&quot; rel=&quot;nofollow&quot;&gt; here &lt;/a&gt; and &lt;a href=&quot;http://docs.jboss.org/hibernate/stable/entitymanager/reference/en/html/query_native.html&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.

Good luck.

Chris]]></description>
		<content:encoded><![CDATA[<p>Hi Mike,</p>
<p>I was lucky enough to use the stored proc for updates so I wasn&#8217;t to interested in the results however you can use the @SqlResultSetMapping which details can be found <a href="http://java.sun.com/javaee/5/docs/api/javax/persistence/SqlResultSetMapping.html" rel="nofollow"> here </a> and <a href="http://docs.jboss.org/hibernate/stable/entitymanager/reference/en/html/query_native.html" rel="nofollow">here</a>.</p>
<p>Good luck.</p>
<p>Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://objectopia.com/2009/06/26/calling-stored-procedures-in-jpa/#comment-10</link>
		<dc:creator><![CDATA[Mike]]></dc:creator>
		<pubDate>Sat, 11 Jul 2009 16:45:43 +0000</pubDate>
		<guid isPermaLink="false">http://objectopia.wordpress.com/?p=8#comment-10</guid>
		<description><![CDATA[Hi Chris,
I got the same surpise myself, Were you able to suck up the data coming back from the stored procedure, and cache it as an EJB 3.0 Entity? even though the data in the proc may have been coming from multiple tables?

I have a similiar problem with a lot of EJB 2.1 BMP Entity beans which need replacing, that call stored proc&#039;s and native JDBC.]]></description>
		<content:encoded><![CDATA[<p>Hi Chris,<br />
I got the same surpise myself, Were you able to suck up the data coming back from the stored procedure, and cache it as an EJB 3.0 Entity? even though the data in the proc may have been coming from multiple tables?</p>
<p>I have a similiar problem with a lot of EJB 2.1 BMP Entity beans which need replacing, that call stored proc&#8217;s and native JDBC.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

