Hibernate query: positioned parameter and named parameter
- by zhongshu
There are two types of query parameters binding in the Hibernate Query. One is positioned parameter and another one is named parameter.
Can I use these two parameters in one Query?