How does this differ from the standard enum support in Hibernate? See org.hibernate.type.EnumType. This class was significantly improved for 4.1.7 (apprently the javadocs did not get uploaded for 4.1.7). You can see its current state: https://github.com/hibernate/hibernate-orm/blob/master/hibernate-core/src/main/java/org/hibernate/type/EnumType.java The only difference I see is the ability to name identifierMethod/valueMethod, which is questionable IMHO. Am I missing any other differences?
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
How does this differ from the standard enum support in Hibernate? See org.hibernate.type.EnumType. This class was significantly improved for 4.1.7 (apprently the javadocs did not get uploaded for 4.1.7). You can see its current state: https://github.com/hibernate/hibernate-orm/blob/master/hibernate-core/src/main/java/org/hibernate/type/EnumType.java The only difference I see is the ability to name identifierMethod/valueMethod, which is questionable IMHO. Am I missing any other differences?