Used for mapping a
Map<String,String> type property to Postgres HSTORE data type.
The Map property should have keys and values of type String.
Example:
@DbMap
Map<String, String> tags;
-
Optional Element Summary
Optional Elements
-
Element Details
-
name
String nameThe name of the column (Optional).- Default:
""
-
length
int lengthFor VARCHAR storage specify the column length (defaults to 1000).- Default:
0
-