ScalaPrimavera ver 0.1.5
Categories: Development | Tags: Spring, Scala, Scalaprimavera
We`re pleased to announce the release of the 0.1.5 version of ScalaPrimavera
In this release we include a new class: DSLjdbcTemplate.
With this class you can make funny things like:
- .parameters("id" -> 4567)
- .mappedWith((set, i) => {
- })
Or if you prefer you can use infix notation:
- val user = template queryForObject "select * from users where id = :id" parameters "id" -> 4567 mappedWith {
- (set, i) => {
- }
- }
Grab you copy, check the docs on GitHub, have fun
November 9, 2011 | Share:






