Hibernate exception on encountering mysql := operator

前端 未结 2 961
说谎
说谎 2021-01-21 03:45

When I execute the following code the exception occurs:

Exception: org.springframework.orm.hibernate3.HibernateQueryException: 
Not all named parameters have bee         


        
2条回答
  •  一生所求
    2021-01-21 04:32

    you can create a named query and then use it in spring jpa repository or hibernate. This link helped me from similar problem.

提交回复
热议问题