类 HibernateProperties
java.lang.Object
org.springframework.boot.autoconfigure.orm.jpa.HibernateProperties
Configuration properties for Hibernate.
- 从以下版本开始:
- 2.1.0
- 作者:
- Stephane Nicoll, Chris Bono
- 另请参阅:
-
嵌套类概要
嵌套类 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明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
.void
setDdlAuto
(String ddlAuto)
-
构造器详细资料
-
HibernateProperties
public HibernateProperties()
-
-
方法详细资料
-
getDdlAuto
-
setDdlAuto
-
getNaming
-
determineHibernateProperties
public Map<String,Object> 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
.- 参数:
jpaProperties
- standard JPA propertiessettings
- the settings to apply when determining the configuration properties- 返回:
- the Hibernate properties to use
-