org.hibernate.MappingException: Unknown entity: java.lang.String<< how can i solve
Thanaphorn Thongthien
Greenhorn
Joined: Aug 03, 2010
Posts: 15
posted
0
i need to get the value from the radio type button and use controller to keep it in database again and i encounter this problem,,Could you help me or suggest me where to solve
With JPA 2.0 you can use @ElementCollection on a collection class to persist the Strings and hibernate (also?) supports @CollectionOfElements
"Any fool can write code that a computer can understand. Good programmers write code that humans can understand." --- Martin Fowler
Please correct my English.
subject: org.hibernate.MappingException: Unknown entity: java.lang.String<< how can i solve