<?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: Efficient Parameterized Queries in ScalaQuery</title>
	<atom:link href="http://szeiger.de/blog/2009/08/06/efficient-parameterized-queries-in-scala-query/feed/" rel="self" type="application/rss+xml" />
	<link>http://szeiger.de/blog/2009/08/06/efficient-parameterized-queries-in-scala-query/</link>
	<description>Stefan Zeiger's Software Development Weblog</description>
	<lastBuildDate>Fri, 16 Dec 2011 10:09:44 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Stefan Zeiger</title>
		<link>http://szeiger.de/blog/2009/08/06/efficient-parameterized-queries-in-scala-query/comment-page-1/#comment-120</link>
		<dc:creator>Stefan Zeiger</dc:creator>
		<pubDate>Fri, 16 Dec 2011 10:09:44 +0000</pubDate>
		<guid isPermaLink="false">http://szeiger.de/?p=32#comment-120</guid>
		<description>You can use an existing solution like Spring JdbcTemplate or Java EE for declarative transactions. You long as you can get an (injected) java.sql.Connection which has been configured for the transaction by the container, you can wrap it in an org.scalaquery.Session and use this container-managed session instead of ScalaQuery&#039;s own session management.</description>
		<content:encoded><![CDATA[<p>You can use an existing solution like Spring JdbcTemplate or Java EE for declarative transactions. You long as you can get an (injected) java.sql.Connection which has been configured for the transaction by the container, you can wrap it in an org.scalaquery.Session and use this container-managed session instead of ScalaQuery&#8217;s own session management.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: trucmuche</title>
		<link>http://szeiger.de/blog/2009/08/06/efficient-parameterized-queries-in-scala-query/comment-page-1/#comment-119</link>
		<dc:creator>trucmuche</dc:creator>
		<pubDate>Wed, 14 Dec 2011 23:33:25 +0000</pubDate>
		<guid isPermaLink="false">http://szeiger.de/?p=32#comment-119</guid>
		<description>What about transactions in app or business layer ??

How can i start a transaction in my app/business layer, in a declarative way or another not intrusive way ??

Thank&#039;s for reply.</description>
		<content:encoded><![CDATA[<p>What about transactions in app or business layer ??</p>
<p>How can i start a transaction in my app/business layer, in a declarative way or another not intrusive way ??</p>
<p>Thank&#8217;s for reply.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Sobral</title>
		<link>http://szeiger.de/blog/2009/08/06/efficient-parameterized-queries-in-scala-query/comment-page-1/#comment-54</link>
		<dc:creator>Daniel Sobral</dc:creator>
		<pubDate>Fri, 07 Aug 2009 14:27:59 +0000</pubDate>
		<guid isPermaLink="false">http://szeiger.de/?p=32#comment-54</guid>
		<description>I get the urge to go database-happy just for the sake of using ScalaQuery! Keep up with it, ScalaQuery is going to be a reference for what Scala libraries can do.</description>
		<content:encoded><![CDATA[<p>I get the urge to go database-happy just for the sake of using ScalaQuery! Keep up with it, ScalaQuery is going to be a reference for what Scala libraries can do.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

