sql : "select * from json where id in (:paramName)";sql
在使用Hibernate時,sql in的預編譯語句爲query.setParameterList("paramName", paramValue);json