Hi, I'd like to migrate my project to JPA using OpenJPA. I use two kinds of custom classes for fields: - classes that encapsulate java.lang.String in some specific way, like PhoneNumber.class etc. - classes that work over special PostgreSQL types inet and macaddr (Inet4Address.class, Inet4Network.class and MACAddress.class)
I found out that OpenJPA is easily extensible so it should be possible to support my custom classes, but I am not that experienced so I'd appreciate if someone more experienced could tell me what exactly should I do to make my field classes persistable. Thank you for any hint. Miroslav
