brettwooldridge / SansOrm

A "No-ORM" sane SQL ←→ Java object mapping library
Apache License 2.0
240 stars 41 forks source link

Any possibility to add Support for named parameter in SQL #4

Open sachin-walia opened 8 years ago

sachin-walia commented 8 years ago

JDBC doesn't support Named parameter in SQL natively. However some of the leading libraries do support this. Also it makes SQL much more readable. Something similar to Spring JDBC template:

http://docs.spring.io/spring/docs/2.5.x/reference/jdbc.html#jdbc-NamedParameterJdbcTemplate

Would be nice addition.

sergiorussia commented 6 years ago

:+1: however i think i will work on it soon, it is a bit painful to migrate from JPA :)