Class JpaProperties
java.lang.Object
org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
External configuration properties for a JPA EntityManagerFactory created by Spring.
- Since:
- 1.1.0
- Author:
- Dave Syer, Andy Wilkinson, Stephane Nicoll, EddĂș MelĂ©ndez, Madhura Bhave
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
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)
-
Constructor Details
-
JpaProperties
public JpaProperties()
-
-
Method Details
-
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
-