[hibernate-dev] Native SQL Queries and Parameters

Steve Ebersole steve at hibernate.org
Sat Jun 16 13:14:12 EDT 2018


While working on 6.0 I am wondering whether it makes sense to support
parameters of anything other than basic types.  Personally I am thinking
not, but wanted to get other's opinions.

The idea being that neither SQL nor JDBC define support for bind parameters
of multiple values.  So expecting to bind non-simple values is not strictly
"native SQL" support.


More information about the hibernate-dev mailing list