Archimedes Trajano
Archimedes Trajano
I guess there should be an overload to support: 1. bind(Map.of(...)) 2. bind("param", param) 3. bind(TypedParam, param) Though the third one like I said I am not certain how that...
The problem with the third item is how do you know what the bind parameters are? They need to be parsed from the JPQL which is just a string inside...
I'm saying JPQL as in the string in createQuery is JPQL. But for you to get the `:param` text and generate a type-safe variable I don't think is possible. For...
@gavinking it's more the established name in the database community at large I guess.
@gavinking I still vote `bind` as it is the established term in the database community and that `setParameter` was a bad name to begin with ^_^