缘由:java
这个问题的解决方案很简单,主要是由于数据库中不存在相关的表或者列。spring
org.springframework.dao.InvalidDataAccessApiUsageException: Parameter with that position [1] did not exist; nested exception is java.lang.IllegalArgumentException: Parameter with that position [1] did not exist
org.springframework.dao.InvalidDataAccessResourceUsageException: could not execute query; SQL [select * from xxx]; nested exception is org.hibernate.exception.SQLGrammarException: could not execute query
org.springframework.dao.InvalidDataAccessResourceUsageException: could not extract ResultSet; SQL [n/a]; nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet
org.springframework.dao.InvalidDataAccessResourceUsageException: could not extract ResultSet; SQL [n/a]; nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet数据库
Caused by: javax.persistence.TransactionRequiredException: Executing an update/delete queryui
.TransactionRequiredException: Executing an update/delete queryspa
我想写update语句,可是一直报错因而加了三个两个东西hibernate
@Transactional @Modifying我那个帐号没有权限,我把表drop掉从新建也没仔细看哎,查了一个多小时