You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user-java@ibatis.apache.org by "Rafiq, Adnan" <ar...@carreker.com> on 2006/01/19 20:56:27 UTC

Special Characters Encoding

We have a requirement where we want to encode special characters in string fields right before saving to the database. And, vice versa, decode special characters after returning them from the DB. What classes do I need to extend/implement in iBatis to provide our own encoding/decoding hook in the appropriate place?