I'm using Postgres with a custom type extension (visible as Type.OTHER), and I want to be able to utilise the type without casting in native queries. My Java type is EmbVector, and my custom type is...