Uses of Interface
pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.type.R2dbcTypeHandlerAdapter
-
-
Uses of R2dbcTypeHandlerAdapter in pro.chenggang.project.reactive.mybatis.support.r2dbc.delegate
Methods in pro.chenggang.project.reactive.mybatis.support.r2dbc.delegate with parameters of type R2dbcTypeHandlerAdapter Modifier and Type Method Description voidR2dbcMybatisConfiguration. addR2dbcTypeHandlerAdapter(R2dbcTypeHandlerAdapter<?> r2dbcTypeHandlerAdapter)Add R2dbc type handler adapter. -
Uses of R2dbcTypeHandlerAdapter in pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.result.handler
Constructor parameters in pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.result.handler with type arguments of type R2dbcTypeHandlerAdapter Constructor Description DelegateR2dbcResultRowDataHandler(Set<Class<?>> notSupportedDataTypes, Map<Class<?>,R2dbcTypeHandlerAdapter> r2dbcTypeHandlerAdapters)Instantiates a new Delegate R2dbc result row data handler. -
Uses of R2dbcTypeHandlerAdapter in pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.type
Methods in pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.type that return types with arguments of type R2dbcTypeHandlerAdapter Modifier and Type Method Description Map<Class<?>,R2dbcTypeHandlerAdapter>R2dbcTypeHandlerAdapterRegistry. getR2dbcTypeHandlerAdapters()Get r2dbc type handler adapters map.Methods in pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.type with parameters of type R2dbcTypeHandlerAdapter Modifier and Type Method Description voidR2dbcTypeHandlerAdapterRegistry. register(R2dbcTypeHandlerAdapter r2dbcTypeHandlerAdapter)Register with r2dbcTypeHandlerAdapterMethod parameters in pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.type with type arguments of type R2dbcTypeHandlerAdapter Modifier and Type Method Description voidR2dbcTypeHandlerAdapterRegistry. register(Class<? extends R2dbcTypeHandlerAdapter> r2dbcTypeHandlerAdapterClass)Register with r2dbcTypeHandlerAdapter's Class -
Uses of R2dbcTypeHandlerAdapter in pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.type.defaults
Classes in pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.type.defaults that implement R2dbcTypeHandlerAdapter Modifier and Type Class Description classByteArrayR2dbcTypeHandlerAdapterThe type Byte array r2dbc type handler adapter.classByteObjectArrayR2dbcTypeHandlerAdapterThe type Byte object array r2dbc type handler adapter.classOffsetDateTimeR2dbcTypeHandlerAdapterThe type Offset date time r2dbc type handler adapter.classOffsetTimeR2dbcTypeHandlerAdapterThe type Offset time r2dbc type handler adapter.classSqlDateR2dbcTypeHandlerAdapterThe type Sql date r2dbc type handler adapter.classSqlTimeR2dbcTypeHandlerAdapterThe type Sql time r2dbc type handler adapter.classTimestampR2dbcTypeHandlerAdapterThe type Timestamp r2dbc type handler adapter.classZonedDateTimeR2dbcTypeHandlerAdapterThe type Zoned date time r2dbc type handler adapter.
-