Package io.ebean.annotation
Annotation Type DbMap
-
@Retention(RUNTIME) @Target(FIELD) public @interface DbMap
Used for mapping a Maptype property to Postgres HSTORE data type. The Map property should have keys and values of type String.
Example:
{@code