open fun setJpaPropertyMap(@Nullable jpaProperties: MutableMap<String, Any>): Unit
Specify JPA properties as a Map, to be passed into EntityManagerFactory.createEntityManager(Map) (if any).
Can be populated with a "map" or "props" element in XML bean definitions.
See Also
javax.persistence.EntityManagerFactory#createEntityManager(java.util.Map)