hibernated
hibernated copied to clipboard
please add support for @Enumerated
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)
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.