Environment:
MySQL 5.0.x (4.0 in persistence view),
Java 1.5.x
Eclipse 3.1.1
jsr220-orm 0.9.4
Problem:
I have an annotated entity pojo that is an enumerated type. The DDL
generated for this resulted in a varchar(255) database column.
JBoss/Hibernate created an int(11) when the schema was automatically
created on JBoss started.