public class SimpleJsonbConverter extends Object implements javax.persistence.AttributeConverter<Map<String,String>,String>
Please note that you'll need to switch to pgjdbc-ng from https://github.com/impossibl/pgjdbc-ng instead of using the standard postgres driver.
Please also note that if you want optimal performance you'll need to add an index manually, hibernate can only create btree indexes.
| Constructor and Description |
|---|
SimpleJsonbConverter() |
| Modifier and Type | Method and Description |
|---|---|
String |
convertToDatabaseColumn(Map<String,String> attribute) |
Map<String,String> |
convertToEntityAttribute(String dbData) |
Copyright © 2020 terrestris GmbH & Co. KG. All rights reserved.