Uses of Class
org.springframework.boot.autoconfigure.orm.jpa.HibernateSettings
Package
Description
Auto-configuration for JPA and Spring ORM.
-
Uses of HibernateSettings in org.springframework.boot.autoconfigure.orm.jpa
Modifier and TypeMethodDescriptionHibernateSettings.hibernatePropertiesCustomizers
(Collection<HibernatePropertiesCustomizer> hibernatePropertiesCustomizers) Modifier and TypeMethodDescriptionHibernateProperties.determineHibernateProperties
(Map<String, String> jpaProperties, HibernateSettings settings) Determine the configuration properties for the initialization of the main Hibernate EntityManagerFactory based on standard JPA properties andHibernateSettings
.