クラス ParameterAdapter

java.lang.ObjectSE
org.springframework.data.r2dbc.mapping.ParameterAdapter
実装済みのインターフェース一覧:
io.r2dbc.spi.Parameter

public class ParameterAdapter extends ObjectSE implements io.r2dbc.spi.Parameter
Parameter を Parameter に変換するアダプター。
導入:
4.1
作成者:
Christoph Strobl
  • コンストラクターの詳細

    • ParameterAdapter

      public ParameterAdapter(@Nullable Parameter delegate)
  • 方法の詳細

    • wrap

      public static io.r2dbc.spi.Parameter wrap(Parameter parameter)
      Parameter を Parameter にラップします。
      パラメーター:
      parameter -
      戻り値:
      ParameterAdapter の新しいインスタンス。
    • getType

      public io.r2dbc.spi.Type getType()
      次で指定:
      インターフェース io.r2dbc.spi.Parameter 内の getType 
    • getValue

      public @Nullable ObjectSE getValue()
      次で指定:
      インターフェース io.r2dbc.spi.Parameter 内の getValue 
    • equals

      public boolean equals(ObjectSE o)
      オーバーライド:
      クラス ObjectSEequalsSE 
    • hashCode

      public int hashCode()
      オーバーライド:
      クラス ObjectSEhashCode 
    • toString

      public StringSE toString()
      オーバーライド:
      クラス ObjectSEtoString