POST QUESTIONS ON THE FORUM! COMMENTS HERE SHOULD ADD VALUE TO THE
PAGE!On 24 Feb 2005 06:19, revoltingdigits wrote:
>hi there , any hints on how to get this working with annotations /
>is there going to be support for enums when working with annotations ?
>Thanks
>Bryan
If you are using JPA annotations (at) Enumerated(EnumType (dot) STRING) should be
enought. No need for a usertype. |