类 HibernateSettings
java.lang.Object
org.springframework.boot.autoconfigure.orm.jpa.HibernateSettings
Settings to apply when configuring Hibernate.
- 从以下版本开始:
- 2.0.0
- 作者:
- Andy Wilkinson
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明hibernatePropertiesCustomizers
(Collection<HibernatePropertiesCustomizer> hibernatePropertiesCustomizers)
-
构造器详细资料
-
HibernateSettings
public HibernateSettings()
-
-
方法详细资料
-
ddlAuto
-
getDdlAuto
-
hibernatePropertiesCustomizers
public HibernateSettings hibernatePropertiesCustomizers(Collection<HibernatePropertiesCustomizer> hibernatePropertiesCustomizers) -
getHibernatePropertiesCustomizers
-