踩坑日记:java.lang.IllegalStateException: For queries with named parameters you need to use provide ...

Posted Jeff~李

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了踩坑日记:java.lang.IllegalStateException: For queries with named parameters you need to use provide ...相关的知识,希望对你有一定的参考价值。

今天的错误是这个:java.lang.IllegalStateException: For queries with named parameters you need to use provide names for method parameters. Use @Param for query method parameters, or when on Java 8+ use the javac flag -parameters.
 

大致的意思是:对于带有命名参数的查询,需要为方法参数提供名称。使用@Param作为查询方法参数,或者在Java 8+上使用javac标志-parameters。

解决方案就是:你在使用sql的时候 Dao层,没有使用@Param进行参数 参数命名。

以上是关于踩坑日记:java.lang.IllegalStateException: For queries with named parameters you need to use provide ...的主要内容,如果未能解决你的问题,请参考以下文章

米忽悠踩坑日记-1

Android 踩坑日记 - RecyclerView 布局问题

CentOS 7 安装 RabbitMQ 踩坑日记

CentOS 7 安装 RabbitMQ 踩坑日记

CentOS 7 安装 RabbitMQ 踩坑日记

CentOS 7 安装 RabbitMQ 踩坑日记