Error Hibernate-Core: InvalidDataAccessApiUsageException (Parameter value) #30563
Labels
for: external-project
For an external project and not something we can fix
status: duplicate
A duplicate of another issue
Hi,
Spring boot 2.6.5 and 2.6.6 cause error in hibernate-core:
org.springframework.dao.InvalidDataAccessApiUsageException: Parameter value [\] did not match expected type [com.domain.User (n/a)]; nested exception is java.lang.IllegalArgumentException: Parameter value [\] did not match expected type [com.domain.User (n/a)]
If in Spring boot 2.6.6 set version hibernate-core 5.6.5 in pom.xml
The error does not appear. The problem is in the 5.6.6.Final and 5.6.7.Final
The text was updated successfully, but these errors were encountered: