open fun getJpaPropertyMap(): MutableMap<String, Any>
Allow Map access to the JPA properties to be passed to the persistence provider, with the option to add or override specific entries.
Useful for specifying entries directly, for example via "jpaPropertyMap[myKey]".