笔记 java.lang.IllegalArgumentException: Parameter with that position [1] did not exist (oracle库)

ava.lang.IllegalArgumentException: Parameter with that position [1] did not exist
	at org.hibernate.jpa.spi.BaseQueryImpl.findParameterRegistration(BaseQueryImpl.java:502) ~[hibernate-entitymanager-5.0.12.Final.jar:5.0.12.Final]
	at org.hibernate.jpa.spi.BaseQueryImpl.setParameter(BaseQueryImpl.java:692) ~[hibernate-entitymanager-5.0.12.Final.jar:5.0.12.Final]
	at org.hibernate.jpa.spi.AbstractQueryImpl.setParameter(AbstractQueryImpl.java:181) ~[hibernate-entitymanager-5.0.12.Final.jar:5.0.12.Final]
	at org.hibernate.jpa.spi.AbstractQueryImpl.setParameter(AbstractQueryImpl.java:32) ~[hibernate-entitymanager-5.0.12.Final.jar:5.0.12.Final]

笔记 java.lang.IllegalArgumentException: Parameter with that position [1] did not exist (oracle库)_第1张图片
将 ‘?1’
改为 ?1
就ok 了

你可能感兴趣的:(笔记 java.lang.IllegalArgumentException: Parameter with that position [1] did not exist (oracle库))