クラス ParameterAdapter
java.lang.ObjectSE
org.springframework.data.r2dbc.mapping.ParameterAdapter
- 実装済みのインターフェース一覧:
io.r2dbc.spi.Parameter
Parameter を Parameter に変換するアダプター。- 導入:
- 4.1
- 作成者:
- Christoph Strobl
ネストされたクラスの概要
インターフェース io.r2dbc.spi.Parameter から継承されたネストクラス / インターフェース
io.r2dbc.spi.Parameter.In, io.r2dbc.spi.Parameter.Outコンストラクター概要
コンストラクター方法の概要
コンストラクターの詳細
ParameterAdapter
方法の詳細
wrap
ParameterをParameterにラップします。- パラメーター:
parameter-- 戻り値:
ParameterAdapterの新しいインスタンス。
getType
public io.r2dbc.spi.Type getType()- 次で指定:
- インターフェース
io.r2dbc.spi.Parameter内のgetType
getValue
- 次で指定:
- インターフェース
io.r2dbc.spi.Parameter内のgetValue
equals
hashCode
public int hashCode()toString