Ensure JPA vendor properties are period separated
If you bind to Map<String,Object> you get a nested Map instead of period-separated keys. This change just makes JpaProperties expose a Map<String,String> so the keys are sane. Fixes gh-988
Showing
Please register or sign in to comment