列挙型クラス JpaProperties.Bootstrap

java.lang.ObjectSE
java.lang.EnumSE<JpaProperties.Bootstrap>
org.springframework.boot.jpa.autoconfigure.JpaProperties.Bootstrap
実装済みのインターフェース一覧:
SerializableSE, ComparableSE<JpaProperties.Bootstrap>, ConstableSE
含まれているクラス:
JpaProperties

public static enum JpaProperties.Bootstrap extends EnumSE<JpaProperties.Bootstrap>
JPA で使用できるブートストラップメソッド。
導入:
4.0.0
作成者:
Dave Syer, Andy Wilkinson, Stephane Nicoll, Edd ú Mel é ndez, Madhura Bhave
  • 列挙型定数の詳細

    • DEFAULT

      public static final JpaProperties.Bootstrap DEFAULT
      デフォルトの JPA ブートストラップ。
    • ASYNC

      public static final JpaProperties.Bootstrap ASYNC
      非同期 JPA ブートストラップ。ApplicationContext は、単一の AsyncTaskExecutor Bean を持つか、"applicationTaskExecutor" という名前の AsyncTaskExecutor Bean を持つ必要があります。
  • 方法の詳細

    • values

      public static JpaProperties.Bootstrap[] values()
      この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
      戻り値:
      この列挙型クラスの定数を宣言された順序で含む配列
    • valueOf

      public static JpaProperties.Bootstrap valueOf(StringSE name)
      指定された名前でこのクラスの列挙型定数を返します。文字列は、このクラスで列挙型定数を宣言するために使用される識別子と正確に一致する必要があります。(余分な空白文字は許可されません。)
      パラメーター:
      name - 返される列挙定数の名前。
      戻り値:
      指定された名前の列挙定数
      例外:
      IllegalArgumentExceptionSE - この列挙型クラスに指定された名前の定数がない場合
      NullPointerExceptionSE - 引数が null の場合