jdevelop
unread,Mar 14, 2013, 3:03:46 PM3/14/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to circumfl...@googlegroups.com
Hello!
Can somebody please point me to handling of custom data types? For example, in myBatis there is concept of 'type handler', which may convert custom domain objects from/to database primitive types like string, ints and byte arrays.
Now I have ObjectId type, which is just set of bytes. I want to use it in PostgreSQL as 'bytea' column, so I need some way to 'serialize' it to byte array / read from byte array.
How should I implement this?
Thanks!