<?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>It's Only Software &#187; Quick Tip: JDBC ParameterizedSingleColumnRowMapper in Spring 2.5.2+ &#8211; It&#8217;s Only Software</title>
	<atom:link href="http://www.mularien.com/blog/category/jdbc/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mularien.com/blog</link>
	<description>Notes by Peter Mularien on Hibernate, Spring, CSS, Java, etc.</description>
	<lastBuildDate>Tue, 01 Mar 2011 11:26:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Quick Tip: JDBC ParameterizedSingleColumnRowMapper in Spring 2.5.2+</title>
		<link>http://www.mularien.com/blog/2008/05/19/quick-tip-jdbc-parameterizedsinglecolumnrowmapper-in-spring-252/</link>
		<comments>http://www.mularien.com/blog/2008/05/19/quick-tip-jdbc-parameterizedsinglecolumnrowmapper-in-spring-252/#comments</comments>
		<pubDate>Mon, 19 May 2008 09:51:06 +0000</pubDate>
		<dc:creator>pmularien</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[jdbc]]></category>
		<category><![CDATA[spring]]></category>

		<guid isPermaLink="false">http://www.mularien.com/blog/2008/05/19/quick-tip-jdbc-parameterizedsinglecolumnrowmapper-in-spring-252/</guid>
		<description><![CDATA[This simple change in Spring 2.5.2 and above lets you remove boilerplate code that you have probably written for simple JDBC queries performed with the generics-aware SimpleJdbcTemplate (read my earlier 5 Minute Guide to&#8230; if you don&#8217;t know what this is). Change this: new ParameterizedRowMapper&#60;String&#62;&#40;&#41; &#123; @Override public String mapRow&#40;ResultSet rs, int rowNum&#41; throws SQLException [...]]]></description>
		<wfw:commentRss>http://www.mularien.com/blog/2008/05/19/quick-tip-jdbc-parameterizedsinglecolumnrowmapper-in-spring-252/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Auto-Expanding Collections as JDBC Parameters with Spring SimpleJdbcTemplate</title>
		<link>http://www.mularien.com/blog/2008/03/10/auto-expanding-collections-as-jdbc-parameters-with-spring-simplejdbctemplate/</link>
		<comments>http://www.mularien.com/blog/2008/03/10/auto-expanding-collections-as-jdbc-parameters-with-spring-simplejdbctemplate/#comments</comments>
		<pubDate>Mon, 10 Mar 2008 12:54:58 +0000</pubDate>
		<dc:creator>pmularien</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[hibernate]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[jdbc]]></category>
		<category><![CDATA[spring]]></category>

		<guid isPermaLink="false">http://www.mularien.com/blog/2008/03/10/auto-expanding-collections-as-jdbc-parameters-with-spring-simplejdbctemplate/</guid>
		<description><![CDATA[One of the most irritating limitations of plain JDBC is that queries with a variable number of parameters are notoriously painful to deal with. The most common case of this is with the IN clause, which by definition is intended to accept a variable length argument list. JDBC, for those who don&#8217;t know, does not [...]]]></description>
		<wfw:commentRss>http://www.mularien.com/blog/2008/03/10/auto-expanding-collections-as-jdbc-parameters-with-spring-simplejdbctemplate/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>5 Minute Guide to Spring and Simple[r!] JDBC</title>
		<link>http://www.mularien.com/blog/2008/02/26/5-minute-guide-to-spring-and-simpler-jdbc/</link>
		<comments>http://www.mularien.com/blog/2008/02/26/5-minute-guide-to-spring-and-simpler-jdbc/#comments</comments>
		<pubDate>Tue, 26 Feb 2008 06:05:26 +0000</pubDate>
		<dc:creator>pmularien</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[jdbc]]></category>
		<category><![CDATA[spring]]></category>

		<guid isPermaLink="false">http://www.mularien.com/blog/2008/02/26/5-minute-guide-to-spring-and-simpler-jdbc/</guid>
		<description><![CDATA[I have noticed a trend recently among some folks in the Java world, where it is simply taken for granted that an ORM provider (usually Hibernate) will be automatically inserted in the technology stack of any new project. Quite often, this happens with little to no technical justification or analysis. If you&#8217;re reading this and [...]]]></description>
		<wfw:commentRss>http://www.mularien.com/blog/2008/02/26/5-minute-guide-to-spring-and-simpler-jdbc/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.952 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-04 14:58:07 -->

