• Stephane Nicoll's avatar
    Add support for advanced customization of Hibernate settings · 59d5ed58
    Stephane Nicoll authored
    As HibernateJpaConfiguration is package private, it is no longer
    possible to extend the default Spring Boot configuration to apply
    advanced settings. The most notable use case for this is the
    customization of Hibernate properties using instance value vs. string
    value that can be set using the "spring.jpa.properties" namespace.
    
    This commit adds a HibernatePropertiesCustomizer callback interface that
    can be implemented to tune Hibernate properties at will.
    
    Closes gh-11211
    59d5ed58
Name
Last commit
Last update
.github Loading commit data...
.mvn Loading commit data...
ci Loading commit data...
eclipse Loading commit data...
spring-boot-project Loading commit data...
spring-boot-samples Loading commit data...
spring-boot-samples-invoker Loading commit data...
spring-boot-tests Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
.settings-template.xml Loading commit data...
CODE_OF_CONDUCT.adoc Loading commit data...
CONTRIBUTING.adoc Loading commit data...
LICENSE.txt Loading commit data...
README.adoc Loading commit data...
SUPPORT.adoc Loading commit data...
mvnw Loading commit data...
mvnw.cmd Loading commit data...
pom.xml Loading commit data...