Even better, you can now use the hibernate-types project and get support for JSON types right out of the box.
All you need to do is to add one extra dependency:
<dependency> <groupId>com.vladmihalcea</groupId> <artifactId>hibernate-types-52</artifactId> <version>1.2.0</version> </dependency>