Yes - if you wait a bit, we'll be publishing jOOQ 3.5.0 soon, where you can take full control of all interaction at the JDBC level for your data types via the new org.jooq.Binding SPI. This includes types like JSON, HSTORE and many more.
2014-11-21 0:10 GMT+01:00 Andrey Antukh <[email protected]>: > Hi folks! > > I'm relatively new in jOOQ and I have one question. > > I'm currently working in some kind of "integration" or adding support for > custom types (concretely postgresql native types) to suricatta (clojure > library of jOOQ). > > I have some ideas of how handle the input, implementing custom > field/querypart: > http://www.jooq.org/doc/3.4/manual-single-page/#custom-queryparts. It is > pretty clear for me. > > But I don't know the way for transform values that comes from the database > to specific types. One example can be json string to hash map or arrays, > convert from jdbc4Array to List. > > Is jOOQ offers some way to help in this task? > > Thank you very much. > > Regards. > Andrey > > -- > Andrey Antukh - Андрей Антух - <[email protected]> / < > [email protected]> > http://www.niwi.be <http://www.niwi.be/page/about/> > https://github.com/niwibe > > -- > You received this message because you are subscribed to the Google Groups > "jOOQ User Group" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "jOOQ User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
