类 JpaProperties
java.lang.Object
org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
External configuration properties for a JPA EntityManagerFactory created by Spring.
- 从以下版本开始:
- 1.1.0
- 作者:
- Dave Syer, Andy Wilkinson, Stephane Nicoll, Eddú Meléndez, Madhura Bhave
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明boolean
boolean
void
setDatabase
(Database database) void
setDatabasePlatform
(String databasePlatform) void
setGenerateDdl
(boolean generateDdl) void
setOpenInView
(Boolean openInView) void
setProperties
(Map<String, String> properties) void
setShowSql
(boolean showSql)
-
构造器详细资料
-
JpaProperties
public JpaProperties()
-
-
方法详细资料
-
getProperties
-
setProperties
-
getMappingResources
-
getDatabasePlatform
-
setDatabasePlatform
-
getDatabase
-
setDatabase
-
isGenerateDdl
public boolean isGenerateDdl() -
setGenerateDdl
public void setGenerateDdl(boolean generateDdl) -
isShowSql
public boolean isShowSql() -
setShowSql
public void setShowSql(boolean showSql) -
getOpenInView
-
setOpenInView
-