sql : "select * from json where id in (:paramName)";sql
在使用Hibernate时,sql in的预编译语句为query.setParameterList("paramName", paramValue);json