Hibernate Native Query problem with named parameters

后端 未结 4 1269
后悔当初
后悔当初 2020-12-16 22:12

I have a problem with Hibernate Native Query. I have one SELECT that selects array slice (PostgreSQL database).

The problem is that hibernate recognizes the followin

4条回答
  •  臣服心动
    2020-12-16 22:45

    MyInterceptor extends EmptyInterceptor works as mentioned by cherouvim.

    don't forget

    
    

    in persistence.xml

提交回复
热议问题