1. JPA @Enumerated Error stackoverflow.comI have a Entity with a field which I want to be an Enum.
The Enum is defined as follows:
|
2. jaxws and EclipseLink refuses to use enums from lib stackoverflow.comThis might sound like a basic question, but I really don't understand why what I'm facing is a problem. I have a maven multimodule project with a ejb with a webservice, ... |
3. JPA Enum ORDINAL vs STRING stackoverflow.comIts is possible to define enumerations in JPA either using
or
I wonder what are advantages and disadvantages of those two definitions?
I heard that ORDINAL performs better (is faster) than STRING with ... |