insert
into
product
(pname, price)
values
(?, ?)
Hibernate:
在数据库插入null
查看一下,Product.hbm.xml中配置的name与实体类中的属性名称是否对应(要一样)。