On 9 juin 2010, at 07:05, Steve Ebersole wrote:
Is it
really possible/desirable to map a given enum different ways within an
application?
It's possible to map it once as ordinal and once as string for a given enum class.
That's as far as it can legally go (in JPA).