I've tried using java.lang.String to map a java property that is a char (that maps a CHAR column in the MySQL db) and somehow it works okay. Is this the preferred way of mapping chars in iBatis? Or is there some other way? iBatis doesn't have a built in char type alias.


Reply With Quote