String sql = "...... from Tabal where col in (:colList)"; SQLQuery query = getCurrentSession().createSQLQuery(sql); query.setParameterList("colList", String[] colValue); query.list()
文章標籤
全站熱搜
String sql = "...... from Tabal where col in (:colList)"; SQLQuery query = getCurrentSession().createSQLQuery(sql); query.setParameterList("colList", String[] colValue); query.list()
留言列表