Skip to content
Advertisement

Tag: multiset

jooq multiset jsonb column fails with Cannot construct instance of `org.jooq.JSONB`

i’m having my first hands on experience with jooqs new multiset feature. There is a product table, each product can be assigned a variable number of storages. Each storage may have a storage_coordinate_instance, whereas a storage_coordinate_instance has a column hierarchy which holds the resolved recursive representation of the storage location. (Updates are very rare, and the stored hierarchy avoids resolving

Advertisement