Uses of Interface
pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.ReactiveMybatisExecutor
-
-
Uses of ReactiveMybatisExecutor in pro.chenggang.project.reactive.mybatis.support.r2dbc.defaults
Methods in pro.chenggang.project.reactive.mybatis.support.r2dbc.defaults with parameters of type ReactiveMybatisExecutor Modifier and Type Method Description DefaultReactiveSqlSessionFactory.BuilderDefaultReactiveSqlSessionFactory.Builder. withReactiveMybatisExecutor(ReactiveMybatisExecutor reactiveMybatisExecutor)Specific ReactiveMybatisExecutorConstructors in pro.chenggang.project.reactive.mybatis.support.r2dbc.defaults with parameters of type ReactiveMybatisExecutor Constructor Description DefaultReactiveSqlSession(R2dbcMybatisConfiguration configuration, ReactiveMybatisExecutor reactiveMybatisExecutor)Instantiates a new Default reactive sql session. -
Uses of ReactiveMybatisExecutor in pro.chenggang.project.reactive.mybatis.support.r2dbc.executor
Classes in pro.chenggang.project.reactive.mybatis.support.r2dbc.executor that implement ReactiveMybatisExecutor Modifier and Type Class Description classAbstractReactiveMybatisExecutorThe type Abstract reactive mybatis executor.classDefaultReactiveMybatisExecutorThe type Default reactive mybatis executor. -
Uses of ReactiveMybatisExecutor in pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.key
Constructors in pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.key with parameters of type ReactiveMybatisExecutor Constructor Description SelectR2dbcKeyGenerator(org.apache.ibatis.executor.keygen.SelectKeyGenerator selectKeyGenerator, R2dbcMybatisConfiguration r2dbcMybatisConfiguration, ReactiveMybatisExecutor reactiveMybatisExecutor)Instantiates a new Select r2dbc key generator.
-