I want to map a table when ID is also an Enum:
code example:
        @Id
        @Column(name="Parameter_Name")  
        @Enumerated (value=EnumType.STRING)

I get :
org.hibernate.type.SerializationException: could not deserialize

what should I do ,that I will have ID which is also an enum

thanks in advance :)

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4010750#4010750

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4010750
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to