In my MySQL database, there\'s the column \"gender enum(\'male\',\'female\')\"
I\'ve created my enum \"com.mydomain.myapp.enums.Gender\", and in my Person
Person
not sure why it is not in Hibernate documentation but you can do this
com.a.b.MyEnum 12