<?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: ADF Business Components, Resfresh After Insert/Update and Instead Of triggers</title>
	<atom:link href="http://technology.amis.nl/2006/12/22/adf-business-components-resfresh-after-insertupdate-and-instead-of-triggers/feed/" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/2006/12/22/adf-business-components-resfresh-after-insertupdate-and-instead-of-triggers/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=adf-business-components-resfresh-after-insertupdate-and-instead-of-triggers</link>
	<description></description>
	<lastBuildDate>Tue, 11 Jun 2013 22:09:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Peter Koletzke</title>
		<link>http://technology.amis.nl/2006/12/22/adf-business-components-resfresh-after-insertupdate-and-instead-of-triggers/#comment-4192</link>
		<dc:creator>Peter Koletzke</dc:creator>
		<pubDate>Tue, 10 Apr 2007 23:08:06 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1447#comment-4192</guid>
		<description><![CDATA[Thanks Lucas and Steve. That helps. To add to the content of this web page, the section Steve points to in the Developer&#039;s Guide indicates that if you are returning a primary key value (such as one loaded by a trigger querying a sequence), you need to mark one or more attributes as a unique key so the SELECT that occurs afterwards can find the record. This technique works regardless of whether you base the primary key attribute on a DBSequence or Number. Last comment: if you have more than one INSTEAD OF trigger view entity object in your project, it might be worthwhile to create a framework class that contains this simple method. Then base all your DefImpl files on that (use the project properties setting to automate that subclassing).]]></description>
		<content:encoded><![CDATA[<p>Thanks Lucas and Steve. That helps. To add to the content of this web page, the section Steve points to in the Developer&#8217;s Guide indicates that if you are returning a primary key value (such as one loaded by a trigger querying a sequence), you need to mark one or more attributes as a unique key so the SELECT that occurs afterwards can find the record. This technique works regardless of whether you base the primary key attribute on a DBSequence or Number. Last comment: if you have more than one INSTEAD OF trigger view entity object in your project, it might be worthwhile to create a framework class that contains this simple method. Then base all your DefImpl files on that (use the project properties setting to automate that subclassing).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Muench</title>
		<link>http://technology.amis.nl/2006/12/22/adf-business-components-resfresh-after-insertupdate-and-instead-of-triggers/#comment-4191</link>
		<dc:creator>Steve Muench</dc:creator>
		<pubDate>Fri, 22 Dec 2006 14:45:10 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1447#comment-4191</guid>
		<description><![CDATA[The same tip above holds for building entities against some complex join views as well as against synonyms for TABLE@DBLINK. Section 26.5 &quot;Basing an Entity Object on a Join View or Remote DBLink&quot; in the ADF Developer&#039;s Guide for Forms/4GL Developers on the ADF Learning Center at http://www.oracle.com/technology/products/adf/learnadf.html provides some additional information.]]></description>
		<content:encoded><![CDATA[<p>The same tip above holds for building entities against some complex join views as well as against synonyms for TABLE@DBLINK. Section 26.5 &#8220;Basing an Entity Object on a Join View or Remote DBLink&#8221; in the ADF Developer&#8217;s Guide for Forms/4GL Developers on the ADF Learning Center at <a href="http://www.oracle.com/technology/products/adf/learnadf.html" rel="nofollow">http://www.oracle.com/technology/products/adf/learnadf.html</a> provides some additional information.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
