• Dave Syer's avatar
    Use Hibernate native APIs to defer processing DDL · f2e3d94f
    Dave Syer authored
    The EntityManagerFactory will happily process the DDL on startup, but
    that happens too early (because of LoadtimeWeaverAware processing). We
    can defer it to a more civilised stage, e.g. ContextRefreshedEvent by
    using the Hibernate native APIs directly.
    
    It makes the JpaProperties slightly more complex because they need
    to distinguish between the early init and late processing versions
    of the Hibernate properties.
    
    Not ready for prime time yet because there is no way to deal with
    multiple EntityManagers.
    
    Fixes gh-894
    f2e3d94f
Name
Last commit
Last update
docs Loading commit data...
eclipse Loading commit data...
spring-boot Loading commit data...
spring-boot-actuator Loading commit data...
spring-boot-autoconfigure Loading commit data...
spring-boot-cli Loading commit data...
spring-boot-dependencies Loading commit data...
spring-boot-docs Loading commit data...
spring-boot-full-build Loading commit data...
spring-boot-integration-tests Loading commit data...
spring-boot-parent Loading commit data...
spring-boot-samples Loading commit data...
spring-boot-starters Loading commit data...
spring-boot-tools Loading commit data...
.gitignore Loading commit data...
.settings-template.xml Loading commit data...
.travis.yml Loading commit data...
CONTRIBUTING.adoc Loading commit data...
README.adoc Loading commit data...
pom.xml Loading commit data...