hibernated icon indicating copy to clipboard operation
hibernated copied to clipboard

please add support for @Enumerated

Open SingingBush opened this issue 10 years ago • 1 comments

I can map an enum from a number but what about mapping an enum from a string? It would be nice to be able to do:

@Enumerated(EnumType.ORDINAL)

or

@Enumerated(EnumType.STRING)

SingingBush avatar Dec 09 '15 13:12 SingingBush

Is there any work going on on this? I am using enumerations quite a lot, and no support in Hibernated makes the software a lot less useful.

ximion avatar Jan 06 '18 03:01 ximion