Mapping enum types with Hibernate Annotations

Posted by Thiago on Stack Overflow See other posts from Stack Overflow or by Thiago
Published on 2010-04-02T20:35:40Z Indexed on 2010/05/09 13:48 UTC
Read the original article Hit count: 250

Filed under:
|
|
|
|

Hi there,

I have an enum type on my Java model which I'd like to map to a table on the database. I'm working with Hibernate Annotations and I don't know how to do that. Since the answers I search were rather old, I wonder which way is the best?

Thanks in advance

© Stack Overflow or respective owner

Related posts about hibernate

Related posts about annotations