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?

Reply via email to