public class AutoFullSqlJdbcTemplate extends Object
AutoFullSqlJdbcTemplate()
<T> List<T>
queryList(String sql, org.springframework.jdbc.core.RowMapper<T> resultType, Object... params)
<T> T
queryObj(String sql, Class<T> resultType, Object... params)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public AutoFullSqlJdbcTemplate()
public <T> T queryObj(String sql, Class<T> resultType, Object... params)
public <T> List<T> queryList(String sql, org.springframework.jdbc.core.RowMapper<T> resultType, Object... params)
Copyright © 2023. All rights reserved.