spring-boot/spring-boot-docs
Dave Syer a5543f18b9 Add callback for modifying or inspecting LocalContainerEntityManagerFactoryBean
A callback is added in autoconfig, so that if users inject the EntityManagerFactoryBuilder
into their app and use it to create multiple EntityManagerFactories, they all get the
same deferred DDL behaviour. The deferred DDL can also be disabled by setting
spring.jpa.hibernate.deferDdl=true.

Fixes gh-894
2014-05-19 11:08:11 +01:00
..
src/main Add callback for modifying or inspecting LocalContainerEntityManagerFactoryBean 2014-05-19 11:08:11 +01:00
pom.xml Harmonized maven dependency management 2014-05-05 14:29:01 +01:00