String picPath = request.getSession().getAttribute("picPath").toString(); picPath = request.getSession().getServletContext().getRealPath(File.separator) +picPath; FileInputStream fileInputStream = new FileInputStream(picPath); xhcxGrsqEntity.setGrsqIdph(Hibernate.createBlob(fileInputStream)); //其中bean对应的字段类型定义为: //java.sql.Blob