I am using JPA and this named query with IN doesn't work. The following message is shown:
"You have attempted to set a value of type class java.util.ArrayList for parameter codigos with expected type of class java.lang.String from query string SELECT b FROM Banco b WHERE b.nr_banco IN (:codigos)."
View All Comments
| View Tutorial