I have a Java Web application running on GlassFish 3 and JPA (EclipseLink) on MySQL. The problem I\'m facing is that if I\'m saving entities to the database with the u
u
It's JDBC, not JPA that determines the encoding:
jdbc:mysql://localhost:3306/administer?characterEncoding=utf8