org.hibernate.QueryParameterException: could not locate named

org.hibernate.QueryParameterException: could not locate named parameter

其实自己去检查一下SQL语句就可以了

①:参数不正确,基本上是" 实体属性=:参数属性 "(尤其是冒号:这个大家会经常丢掉)

②:画蛇添足,没有这个参数,自己认为新增的参数,导致找不到

 

 

你可能感兴趣的:(java,hibernate,entiy)