com.pugwoo.dbhelper.utils.NamedParameterUtils Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of nimble-orm Show documentation
Show all versions of nimble-orm Show documentation
nimble-orm an ORM based on Spring jdbcTemplate.
package com.pugwoo.dbhelper.utils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.util.*;
/**
* 2015年8月24日 18:37:48
* 因为jdbcTemplate不支持 in (?)传入list的方式
* 只支持NamedParameterJdbcTemplate,所以需要把?的方式换成:param的方式
* 【重要】约定替换后的参数为 paramN, N从1开始
*/
public class NamedParameterUtils {
private static final Logger LOGGER = LoggerFactory.getLogger(NamedParameterUtils.class);
@SuppressWarnings("unchecked")
public static Map transParam(List