Hibernate mysql čć
问题 Im having problem when i try to save Patient with familyname = 'Lučić' in MYSQL database using hibernate + jpa. When i do regular INSERT INTO, letter č and ć are displayed correctly in database and on my jsf form, so im sure that charset on my form is correct and in database. Here is my hibernate configuration: app_persistance.dialect=org.hibernate.dialect.MySQLDialect app_persistance.show_sql=true app_persistance.generateDdl=true app_persistance.minPoolSize=1 app_persistance.maxPoolSize=10