クラス JpaProperties
java.lang.ObjectSE
org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
Spring によって作成された JPA EntityManagerFactory の外部構成プロパティ。
- 導入:
- 1.1.0
- 作成者:
- Dave Syer, Andy Wilkinson, Stephane Nicoll, Edd ú Mel é ndez, Madhura Bhave
コンストラクターの概要
コンストラクターメソッドのサマリー
修飾子と型メソッド説明boolean
boolean
void
setDatabase
(Database database) void
setDatabasePlatform
(StringSE databasePlatform) void
setGenerateDdl
(boolean generateDdl) void
setOpenInView
(BooleanSE openInView) void
setProperties
(MapSE<StringSE, StringSE> 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