Class HibernateSettings
java.lang.Object
org.springframework.boot.autoconfigure.orm.jpa.HibernateSettings
Settings to apply when configuring Hibernate.
- Since:
- 2.0.0
- Author:
- Andy Wilkinson
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionhibernatePropertiesCustomizers
(Collection<HibernatePropertiesCustomizer> hibernatePropertiesCustomizers)
-
Constructor Details
-
HibernateSettings
public HibernateSettings()
-
-
Method Details
-
ddlAuto
-
getDdlAuto
-
hibernatePropertiesCustomizers
public HibernateSettings hibernatePropertiesCustomizers(Collection<HibernatePropertiesCustomizer> hibernatePropertiesCustomizers) -
getHibernatePropertiesCustomizers
-