Hi
Based on article
"UserType to persist ENUM as String" I've created version that persist ENUM to intiger. I've changed all references from String to integer (or Integer because part of classes use Map).
But I do not why my field are always maped to "varchar(xx) binary" (under MtSQL using schemeexport tool) but I think this field should mapped to integer. To be honest original version also mapped to "varchar(xx) binary" instead "varchar(xx).
But I do not know what is wrong.
All sources are available here: michal.szymanski.free.fr/tmp
Any sugestions ?
Michal