Hibernate query: positioned parameter and named parameter

Posted by zhongshu on Stack Overflow See other posts from Stack Overflow or by zhongshu
Published on 2010-03-20T10:54:49Z Indexed on 2010/03/20 11:01 UTC
Read the original article Hit count: 241

Filed under:
|
|

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?

© Stack Overflow or respective owner

Related posts about hibernate

Related posts about java