I have a Javabean which contains an enum. When I insert the object into my Oracle database everything works. The column for the enum is a varchar2, and the enum name is successfully stored. My...