But the different adaptors all had non-standard LOB apis. For instance, PostgreSQL required you to create a BLOB object from a byte[], then you (I think) get the id from it and insert that into the row. It was few extra lines of code and you had to cast types down to the concrete class to call the added api.

Huge hole they should have filled years ago.