|
|
|
|
|
by royjacobs
2654 days ago
|
|
If you're going this way I would still recommend a library like jOOQ. It gets out of the way and is very low-level, but it still allows you to build type-safe SQL instead of having to randomly concatenate strings in order to build your query. This is especially useful if you have dynamic joins and things like that, which can get hairy fast if you're building them manually. |
|