摘要: String sql = null; SqlMapClientImpl sqlmap = (SqlMapClientImpl) this.getSqlMapClient(); MappedStatement stmt = sqlmap.getMappedStatement("Id"); Sql stmtSql = stmt.getSql(); SessionScope sessionScope = new SessionScope(); sessionScope.setSqlMapClient(this.getSqlMapClient()... 阅读全文
posted @ 2012-11-19 11:01 阿花 阅读(385) 评论(0) 推荐(0)