Anscheinend verwendet Ihre Verbindung nicht UTF8
Ändern Sie
app_persistance.connection.url=jdbc:mysql://localhost:3306/dentapp
zu
app_persistance.connection.url=jdbc:mysql://localhost:3306/dentapp?useUnicode=true&characterEncoding=utf-8
Anscheinend verwendet Ihre Verbindung nicht UTF8
Ändern Sie
app_persistance.connection.url=jdbc:mysql://localhost:3306/dentapp
zu
app_persistance.connection.url=jdbc:mysql://localhost:3306/dentapp?useUnicode=true&characterEncoding=utf-8