BaseDao.findByHql(String hql, Object[] params)方法的使用:
findByHql("from User_dsl where user_name=?", new String[]{userName});
本文出自 “dslzc” 博客,请务必保留此出处http://dslzc921029.blog.51cto.com/10187165/1656660
原文地址:http://dslzc921029.blog.51cto.com/10187165/1656660