【发布时间】:2017-10-24 22:05:44
【问题描述】:
我需要获取从 NamedParameterJdbcTemplate 发送到数据库的最终 sql 查询。例如:
Select * from tbl where name = :name
我需要这样的东西:
Select * from tbl where name ='mark'
非常感谢
【问题讨论】:
-
请提供更多上下文信息,尝试minimal reproducible example。
标签: sql spring-data spring-jdbc jdbctemplate