|
HHH-4699
was specifically for using CHAR (w/ extra whitespace) as the enum column type (somewhat incorrectly). In Oracle, it seems that using CHAR, instead of VARCHAR, will not work for the following query unless you manually trim() it.
"select e from EntityEnum e where e.trimmed=?"
|