¡@

Home 

java Programming Glossary: teammemberstatus

Hibernate Enum mapping using annotaions

http://stackoverflow.com/questions/3396564/hibernate-enum-mapping-using-annotaions

false length 50 @Enumerated EnumType.STRING private TeamMemberStatus status I would REALLY like for application reasons to have this.. reasons to have this column mapped as a Java Enum TeamMemberStatus but due to the fact that 'new' is a keyword in Java I cannot.. UserType added content My Enum like this public enum TeamMemberStatus NEW MAILED IN OUT is a valid Java enum but not matching the..