spring-framework / org.springframework.orm.jpa / EntityManagerFactoryAccessor / setJpaProperties

setJpaProperties

open fun setJpaProperties(jpaProperties: Properties): Unit

Specify JPA properties, to be passed into EntityManagerFactory.createEntityManager(Map) (if any).

Can be populated with a String "value" (parsed via PropertiesEditor) or a "props" element in XML bean definitions.

See Also
javax.persistence.EntityManagerFactory#createEntityManager(java.util.Map)