クラス JpaProperties

java.lang.ObjectSE
org.springframework.boot.autoconfigure.orm.jpa.JpaProperties

@ConfigurationProperties(prefix="spring.jpa") public class JpaProperties extends ObjectSE
Spring によって作成された JPA EntityManagerFactory の外部構成プロパティ。
導入:
1.1.0
作成者:
Dave Syer, Andy Wilkinson, Stephane Nicoll, Edd ú Mel é ndez, Madhura Bhave
  • コンストラクターの詳細

    • JpaProperties

      public JpaProperties()
  • メソッドの詳細

    • getProperties

      public MapSE<StringSE,StringSE> getProperties()
    • setProperties

      public void setProperties(MapSE<StringSE,StringSE> properties)
    • getMappingResources

      public ListSE<StringSE> getMappingResources()
    • getDatabasePlatform

      public StringSE getDatabasePlatform()
    • setDatabasePlatform

      public void setDatabasePlatform(StringSE databasePlatform)
    • getDatabase

      public Database getDatabase()
    • setDatabase

      public void setDatabase(Database database)
    • isGenerateDdl

      public boolean isGenerateDdl()
    • setGenerateDdl

      public void setGenerateDdl(boolean generateDdl)
    • isShowSql

      public boolean isShowSql()
    • setShowSql

      public void setShowSql(boolean showSql)
    • getOpenInView

      public BooleanSE getOpenInView()
    • setOpenInView

      public void setOpenInView(BooleanSE openInView)