I have generic jdbc code that works with all kinds of databases. I have some apis that work with transactions and savepoints.
The problem is that some databases req
If you can pass a DB vendor parameter into your class then you can simply map this behaviour for each vendor.