@ConfigurationProperties(prefix="spring.jpa") public class JpaProperties extends ObjectSE
| コンストラクターと説明 |
|---|
JpaProperties() |
| 修飾子と型 | メソッドと説明 |
|---|---|
org.springframework.orm.jpa.vendor.Database | determineDatabase(DataSourceSE dataSource) この構成とプライマリ DataSourceSE に基づいて、使用する Database を決定します。 |
org.springframework.orm.jpa.vendor.Database | getDatabase() |
StringSE | getDatabasePlatform() |
ListSE<StringSE> | getMappingResources() |
BooleanSE | getOpenInView() |
MapSE<StringSE, StringSE> | getProperties() |
boolean | isGenerateDdl() |
boolean | isShowSql() |
void | setDatabase(org.springframework.orm.jpa.vendor.Database database) |
void | setDatabasePlatform(StringSE databasePlatform) |
void | setGenerateDdl(boolean generateDdl) |
void | setOpenInView(BooleanSE openInView) |
void | setProperties(MapSE<StringSE, StringSE> properties) |
void | setShowSql(boolean showSql) |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic StringSE getDatabasePlatform()
public void setDatabasePlatform(StringSE databasePlatform)
public org.springframework.orm.jpa.vendor.Database getDatabase()
public void setDatabase(org.springframework.orm.jpa.vendor.Database database)
public boolean isGenerateDdl()
public void setGenerateDdl(boolean generateDdl)
public boolean isShowSql()
public void setShowSql(boolean showSql)
public BooleanSE getOpenInView()
public void setOpenInView(BooleanSE openInView)
public org.springframework.orm.jpa.vendor.Database determineDatabase(DataSourceSE dataSource)
DataSourceSE に基づいて、使用する Database を決定します。dataSource - 自動構成されたデータソース DatabaseCopyright © 2019 Pivotal Software, Inc.. All rights reserved.