Uses of Class
org.springframework.boot.jpa.autoconfigure.hibernate.HibernateSettings
Packages that use HibernateSettings
Package
Description
Auto-configuration for JPA and Spring ORM.
-
Uses of HibernateSettings in org.springframework.boot.jpa.autoconfigure.hibernate
Methods in org.springframework.boot.jpa.autoconfigure.hibernate that return HibernateSettingsModifier and TypeMethodDescriptionHibernateSettings.hibernatePropertiesCustomizers
(Collection<HibernatePropertiesCustomizer> hibernatePropertiesCustomizers) Methods in org.springframework.boot.jpa.autoconfigure.hibernate with parameters of type HibernateSettingsModifier 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
.