标签: java hibernate
org.hibernate.Query hQuery = session.createQuery (String); hQuery.setParameter(i,data);
在使用工具扫描代码时,它显示此行易受SQL注入攻击。如何解决它。