devxlogo

March 10, 2017

Using a JDBC Template

Spring provides a nice abstraction on top of the JDBC API using JdbcTemplate and also provides great transaction management capabilities using annotation-based approach. By using the JdbcTemplate and NamedParameterjdbcTemplate classes,

Booter; Optional Parameter in SQL

Tip: Add an Optional Parameter in SQL

You may not know this, but you can have an optional Parameter in SQL. It took me forever to figure it out. In any case, you can implement an optional

Optional Parameters in SQL

You may not know this but you can have optional Parameters in SQL. It took me forever to figure it out. In any case, you can implement an optional parameter