in reply to Re^3: Input on Lightweight SQL Query Templating?
in thread Input on Lightweight SQL Query Storage?
If you don't like writing the same pattern over and over again, use an object and inject/pass some behaviour. Take a look at Spring Dao Templating.
If you don't like writing set calc on your data, but rather write code, maybe you have a small point -- but you're gonna write something, be it SQL or ORM code.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Input on Lightweight SQL Query Templating?
by perrin (Chancellor) on Apr 28, 2009 at 13:42 UTC |