insert « Test « JPA Q&A





1. test (test with TradeMark symbol) inserting as 'test?'    forum.hibernate.org

Hi All, I am using Hibernate with MySQL. I have an object that holds field value test (test with TradeMark symbol), when I am trying to insert this object through saveorUpdate method, it is inserting value in the table as test? It is correctly working with simple jdbc call through Hibernate. Please suggest me the proper steps for the above problem ...