クラスの使用
org.springframework.boot.hibernate.autoconfigure.HibernateSettings
HibernateSettings を使用するパッケージ
org.springframework.boot.hibernate.autoconfigure 内の HibernateSettings 使用
修飾子と型メソッド説明HibernateSettings.ddlAuto(@Nullable SupplierSE<StringSE> ddlAuto) HibernateSettings.hibernatePropertiesCustomizers(CollectionSE<HibernatePropertiesCustomizer> hibernatePropertiesCustomizers) 型 HibernateSettings のパラメーターを持つ org.springframework.boot.hibernate.autoconfigure のメソッド修飾子と型メソッド説明HibernateProperties.determineHibernateProperties(MapSE<StringSE, StringSE> jpaProperties, HibernateSettings settings) 標準の JPA プロパティとHibernateSettingsに基づいて、メイン Hibernate EntityManagerFactory の初期化の構成プロパティを決定します。