Grails 3 and Java 8 time support
In grails 3 application, I see that new java.time classes are persisted to database. Dynamic queries and create criteria works. However, I am wondering if there is some better way how to store these time data to database. When I look to database I see some binary data, it seems it just serialize the time objects. Is there any similar plugin as joda-time-plugin or is there any way how to configure database mapping for java.time classes? Edit : Grails 3.1.1 has hibernate 5 so this is not an issue anymore... Grails I finally found a solution. First of all hibernate 5 implements persistent for