随笔分类 -  hibernate

摘要:问题: 我的程序是这样的 String querySql="select A.name,B.name " + " from A inner join B on A.id=B.id " + " where A.s='q' "; Session session = this.getSession(); 阅读全文
posted @ 2016-04-07 15:15 trypretty 阅读(4721) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2015-12-30 21:36 trypretty 阅读(1) 评论(0) 推荐(0)