Skip navigation links
A B C D E G H I K L M N O P Q R S T U V W Z 

A

AbstractReactiveMybatisExecutor - Class in pro.chenggang.project.reactive.mybatis.support.r2dbc.executor
The type Abstract reactive mybatis executor.
AbstractReactiveMybatisExecutor(R2dbcMybatisConfiguration, ConnectionFactory) - Constructor for class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.AbstractReactiveMybatisExecutor
Instantiates a new Abstract reactive mybatis executor.
adaptClazz() - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.type.defaults.ByteArrayR2dbcTypeHandlerAdapter
 
adaptClazz() - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.type.defaults.ByteObjectArrayR2dbcTypeHandlerAdapter
 
adaptClazz() - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.type.defaults.OffsetDateTimeR2dbcTypeHandlerAdapter
 
adaptClazz() - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.type.defaults.OffsetTimeR2dbcTypeHandlerAdapter
 
adaptClazz() - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.type.defaults.SqlDateR2dbcTypeHandlerAdapter
 
adaptClazz() - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.type.defaults.SqlTimeR2dbcTypeHandlerAdapter
 
adaptClazz() - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.type.defaults.TimestampR2dbcTypeHandlerAdapter
 
adaptClazz() - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.type.defaults.ZonedDateTimeR2dbcTypeHandlerAdapter
 
adaptClazz() - Method in interface pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.type.R2dbcTypeHandlerAdapter
adapted class
addMappedStatement(MappedStatement) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.delegate.R2dbcMybatisConfiguration
 
addMapper(Class<T>) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.delegate.R2dbcMapperRegistry
 
addMapper(Class<T>) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.delegate.R2dbcMybatisConfiguration
 
addMappers(String, Class<?>) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.delegate.R2dbcMybatisConfiguration
 
addMappers(String) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.delegate.R2dbcMybatisConfiguration
 
addPlaceholderDialect(PlaceholderDialect) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.delegate.R2dbcMybatisConfiguration
Add placeholder dialect.
addR2dbcTypeHandlerAdapter(R2dbcTypeHandlerAdapter) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.delegate.R2dbcMybatisConfiguration
Add R2dbc type handler adapter.
addR2dbcTypeHandlerAdapter(String) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.delegate.R2dbcMybatisConfiguration
Add R2dbc type handler adapter.
applyAsInt(T, U) - Method in interface pro.chenggang.project.reactive.mybatis.support.r2dbc.dynamic.ToMonoIntBiFunction
Applies this function to the given arguments.
applyAsInt(T) - Method in interface pro.chenggang.project.reactive.mybatis.support.r2dbc.dynamic.ToMonoIntFunction
Applies this function to the given argument.
applyAsLong(T) - Method in interface pro.chenggang.project.reactive.mybatis.support.r2dbc.dynamic.ToMonoLongFunction
Applies this function to the given argument.

B

bindConnection(Connection) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.support.ReactiveExecutorContext
Bind connection boolean.
build() - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.defaults.DefaultReactiveSqlSessionFactory.Builder
build DefaultReactiveSqlSessionFactory
Builder() - Constructor for class pro.chenggang.project.reactive.mybatis.support.r2dbc.defaults.DefaultReactiveSqlSessionFactory.Builder
 
ByteArrayR2dbcTypeHandlerAdapter - Class in pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.type.defaults
The type Byte array r2dbc type handler adapter.
ByteArrayR2dbcTypeHandlerAdapter() - Constructor for class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.type.defaults.ByteArrayR2dbcTypeHandlerAdapter
 
ByteObjectArrayR2dbcTypeHandlerAdapter - Class in pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.type.defaults
The type Byte object array r2dbc type handler adapter.
ByteObjectArrayR2dbcTypeHandlerAdapter() - Constructor for class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.type.defaults.ByteObjectArrayR2dbcTypeHandlerAdapter
 

C

clearConnection() - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.support.ReactiveExecutorContext
Clear connection optional.
close() - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.connection.ConnectionCloseHolder
close
close() - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.connection.DefaultTransactionSupportConnectionFactory
close connection factory
close() - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.defaults.DefaultReactiveSqlSession
 
close() - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.defaults.DefaultReactiveSqlSessionFactory
 
close(boolean) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.AbstractReactiveMybatisExecutor
 
close(boolean) - Method in interface pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.ReactiveMybatisExecutor
close session
close() - Method in interface pro.chenggang.project.reactive.mybatis.support.r2dbc.ReactiveSqlSession
close session
closeConnection(Connection) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.AbstractReactiveMybatisExecutor
Release the Connection.
commit(boolean) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.defaults.DefaultReactiveSqlSession
 
commit(boolean) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.AbstractReactiveMybatisExecutor
 
commit(boolean) - Method in interface pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.ReactiveMybatisExecutor
commit transaction
commit() - Method in interface pro.chenggang.project.reactive.mybatis.support.r2dbc.ReactiveSqlSession
Perform commits database connection.
commit(boolean) - Method in interface pro.chenggang.project.reactive.mybatis.support.r2dbc.ReactiveSqlSession
Perform commits database connection.
CommonCountMapper - Interface in pro.chenggang.project.reactive.mybatis.support.r2dbc.dynamic
This is a general purpose MyBatis mapper for count statements.
CommonDeleteMapper - Interface in pro.chenggang.project.reactive.mybatis.support.r2dbc.dynamic
This is a general purpose MyBatis mapper for delete statements.
CommonInsertMapper<T> - Interface in pro.chenggang.project.reactive.mybatis.support.r2dbc.dynamic
This is a general purpose mapper for executing various types of insert statements.
CommonSelectMapper - Interface in pro.chenggang.project.reactive.mybatis.support.r2dbc.dynamic
This is a general purpose MyBatis mapper for select statements.
CommonUpdateMapper - Interface in pro.chenggang.project.reactive.mybatis.support.r2dbc.dynamic
This is a general purpose MyBatis mapper for update statements.
configuration - Variable in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.AbstractReactiveMybatisExecutor
The Configuration.
ConnectionCloseHolder - Class in pro.chenggang.project.reactive.mybatis.support.r2dbc.connection
Holder for a connection that makes sure the close action is invoked atomically only once.
ConnectionCloseHolder(Connection, Function<Connection, Publisher<Void>>) - Constructor for class pro.chenggang.project.reactive.mybatis.support.r2dbc.connection.ConnectionCloseHolder
Instantiates a new Connection close holder.
connectionFactory - Variable in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.AbstractReactiveMybatisExecutor
The Connection factory.
contextWith(TypeHandler, RowResultWrapper) - Method in interface pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.result.TypeHandleContext
set delegated type handler
convertArgsToSqlCommandParam(Object[]) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.binding.MapperMethod.MethodSignature
Convert args to sql command param object.
count(SelectStatementProvider) - Method in interface pro.chenggang.project.reactive.mybatis.support.r2dbc.dynamic.CommonCountMapper
Execute a select statement that returns a long (typically a select(count(*)) statement).
count(ToMonoLongFunction<SelectStatementProvider>, BasicColumn, SqlTable, CountDSLCompleter) - Static method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.dynamic.ReactiveMyBatis3Utils
 
count(BasicColumn, SqlTable, CountDSLCompleter) - Static method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.dynamic.ReactiveMyBatis3Utils
 
countDistinct(ToMonoLongFunction<SelectStatementProvider>, BasicColumn, SqlTable, CountDSLCompleter) - Static method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.dynamic.ReactiveMyBatis3Utils
 
countDistinct(BasicColumn, SqlTable, CountDSLCompleter) - Static method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.dynamic.ReactiveMyBatis3Utils
 
countFrom(SqlTable, CountDSLCompleter) - Static method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.dynamic.ReactiveMyBatis3Utils
 
countFrom(ToMonoLongFunction<SelectStatementProvider>, SqlTable, CountDSLCompleter) - Static method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.dynamic.ReactiveMyBatis3Utils
 
countFrom(CountDSL<SelectModel>, CountDSLCompleter) - Static method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.dynamic.ReactiveMyBatis3Utils
 
countFrom(ToMonoLongFunction<SelectStatementProvider>, CountDSL<SelectModel>, CountDSLCompleter) - Static method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.dynamic.ReactiveMyBatis3Utils
 
create() - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.connection.DefaultTransactionSupportConnectionFactory
 
currentContext() - Static method in interface pro.chenggang.project.reactive.mybatis.support.r2dbc.MybatisReactiveContextManager
read current context.
currentContextAttribute() - Static method in interface pro.chenggang.project.reactive.mybatis.support.r2dbc.MybatisReactiveContextManager
read current context attribute.

D

DEFAULT_PLACEHOLDER - Static variable in interface pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.placeholder.PlaceholderDialect
The constant DEFAULT_PLACEHOLDER
DefaultPlaceholderDialectRegistry - Class in pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.placeholder.defaults
Default placeholder dialect factory
DefaultPlaceholderDialectRegistry() - Constructor for class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.placeholder.defaults.DefaultPlaceholderDialectRegistry
 
DefaultPlaceholderFormatter - Class in pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.placeholder.defaults
Default placeholder formatter
DefaultPlaceholderFormatter(PlaceholderDialectRegistry) - Constructor for class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.placeholder.defaults.DefaultPlaceholderFormatter
 
DefaultR2dbcKeyGenerator - Class in pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.key
The type Default r2dbc key generator.
DefaultR2dbcKeyGenerator(MappedStatement, R2dbcMybatisConfiguration) - Constructor for class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.key.DefaultR2dbcKeyGenerator
Instantiates a new Default R2dbc key generator.
DefaultReactiveMybatisExecutor - Class in pro.chenggang.project.reactive.mybatis.support.r2dbc.executor
The type Default reactive mybatis executor.
DefaultReactiveMybatisExecutor(R2dbcMybatisConfiguration) - Constructor for class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.DefaultReactiveMybatisExecutor
Instantiates a new Default reactive mybatis executor.
DefaultReactiveResultHandler - Class in pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.result.handler
The type Default reactive result handler.
DefaultReactiveResultHandler(R2dbcMybatisConfiguration, MappedStatement) - Constructor for class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.result.handler.DefaultReactiveResultHandler
Instantiates a new Default reactive result handler.
DefaultReactiveSqlSession - Class in pro.chenggang.project.reactive.mybatis.support.r2dbc.defaults
The type Default reactive sql session.
DefaultReactiveSqlSession(R2dbcMybatisConfiguration, ReactiveMybatisExecutor) - Constructor for class pro.chenggang.project.reactive.mybatis.support.r2dbc.defaults.DefaultReactiveSqlSession
Instantiates a new Default reactive sql session.
DefaultReactiveSqlSessionFactory - Class in pro.chenggang.project.reactive.mybatis.support.r2dbc.defaults
The type Default reactive sql session factory.
DefaultReactiveSqlSessionFactory.Builder - Class in pro.chenggang.project.reactive.mybatis.support.r2dbc.defaults
The type Builder.
DefaultReactiveSqlSessionOperator - Class in pro.chenggang.project.reactive.mybatis.support.r2dbc.defaults
The type Default reactive sql session operator.
DefaultReactiveSqlSessionOperator(ReactiveSqlSessionFactory) - Constructor for class pro.chenggang.project.reactive.mybatis.support.r2dbc.defaults.DefaultReactiveSqlSessionOperator
Instantiates a new Default reactive sql session operator.
DefaultReactiveSqlSessionOperator(ReactiveSqlSessionFactory, boolean) - Constructor for class pro.chenggang.project.reactive.mybatis.support.r2dbc.defaults.DefaultReactiveSqlSessionOperator
Instantiates a new Default reactive sql session operator.
DefaultTransactionSupportConnectionFactory - Class in pro.chenggang.project.reactive.mybatis.support.r2dbc.connection
The type Default transaction support connection factory.
DefaultTransactionSupportConnectionFactory(ConnectionFactory) - Constructor for class pro.chenggang.project.reactive.mybatis.support.r2dbc.connection.DefaultTransactionSupportConnectionFactory
Instantiates a new Default transaction support connection factory.
DEFERRED - Static variable in interface pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.result.handler.ReactiveResultHandler
deferred object
DelegateR2dbcParameterHandler - Class in pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.parameter
The type Delegate R2dbc parameter handler.
DelegateR2dbcParameterHandler(R2dbcMybatisConfiguration, ParameterHandler, Statement, R2dbcStatementLog) - Constructor for class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.parameter.DelegateR2dbcParameterHandler
Instantiates a new Delegate R2dbc parameter handler.
DelegateR2dbcResultRowDataHandler - Class in pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.result.handler
The type Delegate R2dbc result row data handler.
DelegateR2dbcResultRowDataHandler(Set<Class<?>>, Map<Class<?>, R2dbcTypeHandlerAdapter>) - Constructor for class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.result.handler.DelegateR2dbcResultRowDataHandler
Instantiates a new Delegate R2dbc result row data handler.
delete(String, Object) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.defaults.DefaultReactiveSqlSession
 
delete(DeleteStatementProvider) - Method in interface pro.chenggang.project.reactive.mybatis.support.r2dbc.dynamic.CommonDeleteMapper
Execute a delete statement.
delete(String) - Method in interface pro.chenggang.project.reactive.mybatis.support.r2dbc.ReactiveSqlSession
Execute a delete statement.
delete(String, Object) - Method in interface pro.chenggang.project.reactive.mybatis.support.r2dbc.ReactiveSqlSession
Execute a delete statement.
deleteFrom(SqlTable, DeleteDSLCompleter) - Static method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.dynamic.ReactiveMyBatis3Utils
 
deleteFrom(ToMonoIntFunction<DeleteStatementProvider>, SqlTable, DeleteDSLCompleter) - Static method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.dynamic.ReactiveMyBatis3Utils
 
DIALECT_NAME - Static variable in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.placeholder.dialect.H2PlaceholderDialect
The dialect name
DIALECT_NAME - Static variable in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.placeholder.dialect.MariaDBPlaceholderDialect
The dialect name.
DIALECT_NAME - Static variable in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.placeholder.dialect.MySQLPlaceholderDialect
The dialect name.
DIALECT_NAME - Static variable in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.placeholder.dialect.OraclePlaceholderDialect
The dialect name
DIALECT_NAME - Static variable in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.placeholder.dialect.PostgreSQLPlaceholderDialect
The dialect name
DIALECT_NAME - Static variable in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.placeholder.dialect.SQLServerPlaceholderDialect
The dialect name
doQueryWithConnection(Connection, MappedStatement, Object, RowBounds) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.AbstractReactiveMybatisExecutor
do query with connection actually
doQueryWithConnection(Connection, MappedStatement, Object, RowBounds) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.DefaultReactiveMybatisExecutor
 
doUpdateWithConnection(Connection, MappedStatement, Object) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.AbstractReactiveMybatisExecutor
do update with connection actually
doUpdateWithConnection(Connection, MappedStatement, Object) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.DefaultReactiveMybatisExecutor
 

E

execute(ReactiveSqlSession, Object[]) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.binding.MapperMethod
Execute object.
execute(Mono<T>) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.defaults.DefaultReactiveSqlSessionOperator
 
execute(Mono<T>) - Method in interface pro.chenggang.project.reactive.mybatis.support.r2dbc.ReactiveSqlSessionOperator
execute with Mono
executeAndCommit(Mono<T>) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.defaults.DefaultReactiveSqlSessionOperator
 
executeAndCommit(Mono<T>) - Method in interface pro.chenggang.project.reactive.mybatis.support.r2dbc.ReactiveSqlSessionOperator
execute with Mono then commit
executeAndRollback(Mono<T>) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.defaults.DefaultReactiveSqlSessionOperator
 
executeAndRollback(Mono<T>) - Method in interface pro.chenggang.project.reactive.mybatis.support.r2dbc.ReactiveSqlSessionOperator
execute with Mono then rollback
executeMany(Flux<T>) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.defaults.DefaultReactiveSqlSessionOperator
 
executeMany(Flux<T>) - Method in interface pro.chenggang.project.reactive.mybatis.support.r2dbc.ReactiveSqlSessionOperator
execute with Mono then commit
executeManyAndCommit(Flux<T>) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.defaults.DefaultReactiveSqlSessionOperator
 
executeManyAndCommit(Flux<T>) - Method in interface pro.chenggang.project.reactive.mybatis.support.r2dbc.ReactiveSqlSessionOperator
execute with Flux
executeManyAndRollback(Flux<T>) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.defaults.DefaultReactiveSqlSessionOperator
 
executeManyAndRollback(Flux<T>) - Method in interface pro.chenggang.project.reactive.mybatis.support.r2dbc.ReactiveSqlSessionOperator
execute with Flux then rollback
extractJdbcPlaceholderIndex(String) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.placeholder.defaults.DefaultPlaceholderFormatter
extract jdbc placeholder index
extractResultHandler(Object[]) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.binding.MapperMethod.MethodSignature
Extract result handler result handler.
extractRowBounds(Object[]) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.binding.MapperMethod.MethodSignature
Extract row bounds row bounds.

G

generalInsert(GeneralInsertStatementProvider) - Method in interface pro.chenggang.project.reactive.mybatis.support.r2dbc.dynamic.CommonInsertMapper
Execute an insert statement with input fields supplied directly.
generalInsert(SqlTable, UnaryOperator<GeneralInsertDSL>) - Static method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.dynamic.ReactiveMyBatis3Utils
 
generalInsert(ToMonoIntFunction<GeneralInsertStatementProvider>, SqlTable, UnaryOperator<GeneralInsertDSL>) - Static method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.dynamic.ReactiveMyBatis3Utils
 
getAllR2dbcStatementLog() - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.support.R2dbcStatementLogFactory
get all r2dbc statement logs
getAttribute() - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.support.ReactiveExecutorContextAttribute
Gets attribute.
getClassNames() - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.result.RowResultWrapper
Gets class names.
getColumnNames() - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.result.RowResultWrapper
Gets column names.
getConfiguration() - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.defaults.DefaultReactiveSqlSession
 
getConfiguration() - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.defaults.DefaultReactiveSqlSessionFactory
 
getConfiguration() - Method in interface pro.chenggang.project.reactive.mybatis.support.r2dbc.ReactiveSqlSession
Retrieves current configuration.
getConfiguration() - Method in interface pro.chenggang.project.reactive.mybatis.support.r2dbc.ReactiveSqlSessionFactory
get R2dbcMybatisConfiguration
getConnection() - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.support.ReactiveExecutorContext
Gets connection.
getConnectionFactory() - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.delegate.R2dbcMybatisConfiguration
Gets connection factory.
getIndex() - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.parameter.ParameterHandlerContext
Gets index.
getInstance() - Static method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.key.NoKeyR2dbcKeyGenerator
Gets instance.
getIsolationLevel() - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.support.ReactiveExecutorContext
Gets isolation level.
getJavaType() - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.parameter.ParameterHandlerContext
Gets java type.
getJavaTypes() - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.result.RowResultWrapper
Gets java types.
getJdbcType() - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.parameter.ParameterHandlerContext
Gets jdbc type.
getMappedColumnNames(ResultMap, String) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.result.RowResultWrapper
Gets mapped column names.
getMapper(Class<T>) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.defaults.DefaultReactiveSqlSession
 
getMapper(Class<T>, ReactiveSqlSession) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.delegate.R2dbcMapperRegistry
Gets mapper.
getMapper(Class<T>, ReactiveSqlSession) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.delegate.R2dbcMybatisConfiguration
Gets mapper.
getMapper(Class<T>) - Method in interface pro.chenggang.project.reactive.mybatis.support.r2dbc.ReactiveSqlSession
Retrieves a mapper.
getMapperInterface() - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.binding.MapperProxyFactory
Gets mapper interface.
getMappers() - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.delegate.R2dbcMapperRegistry
 
getMarker() - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.placeholder.dialect.OraclePlaceholderDialect
 
getMarker() - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.placeholder.dialect.PostgreSQLPlaceholderDialect
 
getMarker() - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.placeholder.dialect.SQLServerPlaceholderDialect
 
getMarker() - Method in interface pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.placeholder.PlaceholderDialect
Get marker string.
getMetadata() - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.connection.DefaultTransactionSupportConnectionFactory
 
getMethodCache() - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.binding.MapperProxyFactory
Gets method cache.
getName() - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.binding.MapperMethod.SqlCommand
Gets name.
getNotSupportedDataTypes() - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.delegate.R2dbcMybatisConfiguration
Gets not supported data types.
getPlaceholderDialect(ConnectionFactory, ReactiveExecutorContextAttribute) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.placeholder.defaults.DefaultPlaceholderDialectRegistry
 
getPlaceholderDialect(ConnectionFactory, ReactiveExecutorContextAttribute) - Method in interface pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.placeholder.PlaceholderDialectRegistry
Gets placeholder dialect.
getPlaceholderDialectRegistry() - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.delegate.R2dbcMybatisConfiguration
Get placeholder dialect registry
getR2dbcStatementLog(MappedStatement) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.delegate.R2dbcMybatisConfiguration
get r2dbc statement log
getR2dbcStatementLog(MappedStatement) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.support.R2dbcStatementLogFactory
Get r2dbc statement log optional.
getR2dbcStatementLog() - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.support.ReactiveExecutorContext
Gets r2dbc statement log.
getR2dbcStatementLogFactory() - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.delegate.R2dbcMybatisConfiguration
get r2dbc statement log factory
getR2dbcTypeHandlerAdapterRegistry() - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.delegate.R2dbcMybatisConfiguration
Gets R2dbc type handler adapter registry.
getR2dbcTypeHandlerAdapters() - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.type.R2dbcTypeHandlerAdapterRegistry
Get r2dbc type handler adapters map.
getResult(Row, RowMetadata, String) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.type.defaults.ByteArrayR2dbcTypeHandlerAdapter
 
getResult(Row, RowMetadata, int) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.type.defaults.ByteArrayR2dbcTypeHandlerAdapter
 
getResult(Row, RowMetadata, String) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.type.defaults.ByteObjectArrayR2dbcTypeHandlerAdapter
 
getResult(Row, RowMetadata, int) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.type.defaults.ByteObjectArrayR2dbcTypeHandlerAdapter
 
getResult(Row, RowMetadata, String) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.type.defaults.OffsetDateTimeR2dbcTypeHandlerAdapter
 
getResult(Row, RowMetadata, int) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.type.defaults.OffsetDateTimeR2dbcTypeHandlerAdapter
 
getResult(Row, RowMetadata, String) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.type.defaults.OffsetTimeR2dbcTypeHandlerAdapter
 
getResult(Row, RowMetadata, int) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.type.defaults.OffsetTimeR2dbcTypeHandlerAdapter
 
getResult(Row, RowMetadata, String) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.type.defaults.SqlDateR2dbcTypeHandlerAdapter
 
getResult(Row, RowMetadata, int) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.type.defaults.SqlDateR2dbcTypeHandlerAdapter
 
getResult(Row, RowMetadata, String) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.type.defaults.SqlTimeR2dbcTypeHandlerAdapter
 
getResult(Row, RowMetadata, int) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.type.defaults.SqlTimeR2dbcTypeHandlerAdapter
 
getResult(Row, RowMetadata, String) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.type.defaults.TimestampR2dbcTypeHandlerAdapter
 
getResult(Row, RowMetadata, int) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.type.defaults.TimestampR2dbcTypeHandlerAdapter
 
getResult(Row, RowMetadata, String) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.type.defaults.ZonedDateTimeR2dbcTypeHandlerAdapter
 
getResult(Row, RowMetadata, int) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.type.defaults.ZonedDateTimeR2dbcTypeHandlerAdapter
 
getResult(Row, RowMetadata, String) - Method in interface pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.type.R2dbcTypeHandlerAdapter
get result by columnName
getResult(Row, RowMetadata, int) - Method in interface pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.type.R2dbcTypeHandlerAdapter
get result by columnIndex
getResultRowTotalCount() - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.result.handler.DefaultReactiveResultHandler
 
getResultRowTotalCount() - Method in interface pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.result.handler.ReactiveResultHandler
get result row total count
getReturnInferredType() - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.binding.MapperMethod.MethodSignature
Gets return inferred type.
getReturnType() - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.binding.MapperMethod.MethodSignature
Gets return type.
getRow() - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.result.RowResultWrapper
Gets row.
getRowMetadata() - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.result.RowResultWrapper
Gets row metadata.
getTarget() - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.connection.ConnectionCloseHolder
get target
getType() - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.binding.MapperMethod.SqlCommand
Gets type.
getTypeHandler(Class<?>, String) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.result.RowResultWrapper
Gets the type handler to use when reading the result set.
getUnmappedColumnNames(ResultMap, String) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.result.RowResultWrapper
Gets unmapped column names.

H

H2PlaceholderDialect - Class in pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.placeholder.dialect
H2 placeholder dialect
H2PlaceholderDialect() - Constructor for class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.placeholder.dialect.H2PlaceholderDialect
 
handleResult(RowResultWrapper) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.result.handler.DefaultReactiveResultHandler
 
handleResult(RowResultWrapper) - Method in interface pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.result.handler.ReactiveResultHandler
handle result
hasMapper(Class<T>) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.delegate.R2dbcMapperRegistry
 
hasMapper(Class<?>) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.delegate.R2dbcMybatisConfiguration
 
hasResultHandler() - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.binding.MapperMethod.MethodSignature
Has result handler boolean.
hasRowBounds() - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.binding.MapperMethod.MethodSignature
Has row bounds boolean.

I

inConnection(ConnectionFactory, Function<Connection, Mono<T>>) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.AbstractReactiveMybatisExecutor
in connection
inConnectionMany(ConnectionFactory, Function<Connection, Flux<T>>) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.AbstractReactiveMybatisExecutor
in connection many
initR2dbcStatementLog(MappedStatement) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.support.R2dbcStatementLogFactory
Init r2dbc statement log.
initReactiveExecutorContext(Context, R2dbcStatementLog) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.defaults.DefaultReactiveSqlSession
 
initReactiveExecutorContext(Context) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.defaults.DefaultReactiveSqlSession
 
initReactiveExecutorContext(Context, R2dbcStatementLog) - Method in interface pro.chenggang.project.reactive.mybatis.support.r2dbc.MybatisReactiveContextManager
init reactive executor context with R2dbcStatementLog
initReactiveExecutorContext(Context) - Method in interface pro.chenggang.project.reactive.mybatis.support.r2dbc.MybatisReactiveContextManager
init reactive executor context
initReactiveExecutorContextAttribute(Context, Consumer<ReactiveExecutorContextAttribute>) - Static method in interface pro.chenggang.project.reactive.mybatis.support.r2dbc.MybatisReactiveContextManager
Init reactive executor context attribute.
initReactiveExecutorContextAttribute(Context) - Static method in interface pro.chenggang.project.reactive.mybatis.support.r2dbc.MybatisReactiveContextManager
Init reactive executor context attribute.
insert(String, Object) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.defaults.DefaultReactiveSqlSession
 
insert(InsertStatementProvider<T>) - Method in interface pro.chenggang.project.reactive.mybatis.support.r2dbc.dynamic.CommonInsertMapper
Execute an insert statement with input fields mapped to values in a POJO.
insert(R, SqlTable, UnaryOperator<InsertDSL<R>>) - Static method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.dynamic.ReactiveMyBatis3Utils
 
insert(ToMonoIntFunction<InsertStatementProvider<R>>, R, SqlTable, UnaryOperator<InsertDSL<R>>) - Static method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.dynamic.ReactiveMyBatis3Utils
 
insert(String) - Method in interface pro.chenggang.project.reactive.mybatis.support.r2dbc.ReactiveSqlSession
Execute an insert statement.
insert(String, Object) - Method in interface pro.chenggang.project.reactive.mybatis.support.r2dbc.ReactiveSqlSession
Execute an insert statement with the given parameter object.
insertMultiple(MultiRowInsertStatementProvider<T>) - Method in interface pro.chenggang.project.reactive.mybatis.support.r2dbc.dynamic.CommonInsertMapper
Execute an insert statement that inserts multiple rows.
insertMultiple(Collection<R>, SqlTable, UnaryOperator<MultiRowInsertDSL<R>>) - Static method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.dynamic.ReactiveMyBatis3Utils
 
insertMultiple(ToMonoIntFunction<MultiRowInsertStatementProvider<R>>, Collection<R>, SqlTable, UnaryOperator<MultiRowInsertDSL<R>>) - Static method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.dynamic.ReactiveMyBatis3Utils
 
insertMultipleWithGeneratedKeys(ToMonoIntBiFunction<String, List<R>>, Collection<R>, SqlTable, UnaryOperator<MultiRowInsertDSL<R>>) - Static method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.dynamic.ReactiveMyBatis3Utils
 
insertSelect(InsertSelectStatementProvider) - Method in interface pro.chenggang.project.reactive.mybatis.support.r2dbc.dynamic.CommonInsertMapper
Execute an insert statement with input fields supplied by a select statement.
invoke(Object, Method, Object[]) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.binding.MapperProxy
 
invoke(Object, Method, Object[]) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.parameter.DelegateR2dbcParameterHandler
 
invoke(Object, Method, Object[]) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.result.handler.DelegateR2dbcResultRowDataHandler
 
isAutoCommit() - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.support.ReactiveExecutorContext
Is auto commit boolean.
isClosed() - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.connection.ConnectionCloseHolder
Is closed boolean.
isDirty() - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.support.ReactiveExecutorContext
Is dirty boolean.
isForceCommit() - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.support.ReactiveExecutorContext
Is force commit boolean.
isForceRollback() - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.support.ReactiveExecutorContext
Is force rollback boolean.
isRequireClosed() - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.support.ReactiveExecutorContext
Is require closed boolean.
isWithTransaction() - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.support.ReactiveExecutorContext
Is with transaction boolean.

K

keyGeneratorType() - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.key.DefaultR2dbcKeyGenerator
 
KeyGeneratorType - Enum in pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.key
The enum Key generator type.
keyGeneratorType() - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.key.NoKeyR2dbcKeyGenerator
 
keyGeneratorType() - Method in interface pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.key.R2dbcKeyGenerator
Key generator type key generator type.
keyGeneratorType() - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.key.SelectR2dbcKeyGenerator
 

L

logParameters(List<Object>) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.support.R2dbcStatementLog
Log parameters.
logSql(String) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.support.R2dbcStatementLog
Log sql.
logTotal(Integer) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.support.R2dbcStatementLog
Log total.
logUpdates(Integer) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.support.R2dbcStatementLog
Log updates.

M

MapperMethod - Class in pro.chenggang.project.reactive.mybatis.support.r2dbc.binding
The type Mapper method.
MapperMethod(Class<?>, Method, Configuration) - Constructor for class pro.chenggang.project.reactive.mybatis.support.r2dbc.binding.MapperMethod
Instantiates a new Mapper method.
MapperMethod.MethodSignature - Class in pro.chenggang.project.reactive.mybatis.support.r2dbc.binding
The type Method signature.
MapperMethod.SqlCommand - Class in pro.chenggang.project.reactive.mybatis.support.r2dbc.binding
The type Sql command.
MapperProxy<T> - Class in pro.chenggang.project.reactive.mybatis.support.r2dbc.binding
The type Mapper proxy.
MapperProxy(ReactiveSqlSession, Class<T>, Map<Method, MapperProxy.MapperMethodInvoker>) - Constructor for class pro.chenggang.project.reactive.mybatis.support.r2dbc.binding.MapperProxy
Instantiates a new Mapper proxy.
MapperProxyFactory<T> - Class in pro.chenggang.project.reactive.mybatis.support.r2dbc.binding
The type Mapper proxy factory.
MapperProxyFactory(Class<T>) - Constructor for class pro.chenggang.project.reactive.mybatis.support.r2dbc.binding.MapperProxyFactory
Instantiates a new Mapper proxy factory.
MariaDBPlaceholderDialect - Class in pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.placeholder.dialect
MariaDB placeholder dialect
MariaDBPlaceholderDialect() - Constructor for class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.placeholder.dialect.MariaDBPlaceholderDialect
 
MethodSignature(Configuration, Class<?>, Method) - Constructor for class pro.chenggang.project.reactive.mybatis.support.r2dbc.binding.MapperMethod.MethodSignature
Instantiates a new Method signature.
MybatisReactiveContextManager - Interface in pro.chenggang.project.reactive.mybatis.support.r2dbc
The interface Mybatis reactive context helper.
MySQLPlaceholderDialect - Class in pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.placeholder.dialect
MySQL placeholder dialect
MySQLPlaceholderDialect() - Constructor for class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.placeholder.dialect.MySQLPlaceholderDialect
 

N

name() - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.placeholder.dialect.H2PlaceholderDialect
 
name() - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.placeholder.dialect.MariaDBPlaceholderDialect
 
name() - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.placeholder.dialect.MySQLPlaceholderDialect
 
name() - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.placeholder.dialect.OraclePlaceholderDialect
 
name() - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.placeholder.dialect.PostgreSQLPlaceholderDialect
 
name() - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.placeholder.dialect.SQLServerPlaceholderDialect
 
name() - Method in interface pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.placeholder.PlaceholderDialect
Dialect name.
NamePlaceholderDialect - Interface in pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.placeholder.dialect
Name placeholder dialect
newBuilder() - Static method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.defaults.DefaultReactiveSqlSessionFactory
New default reactive sql session factory builder.
newInstance(MapperProxy<T>) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.binding.MapperProxyFactory
New instance t.
newInstance(ReactiveSqlSession) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.binding.MapperProxyFactory
New instance t.
newInstanceOfInterfaces(Class<T>, Supplier<InvocationHandler>, Class<?>...) - Static method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.support.ProxyInstanceFactory
new instance of target class
NoKeyR2dbcKeyGenerator - Class in pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.key
The type No key r 2 dbc key generator.

O

OffsetDateTimeR2dbcTypeHandlerAdapter - Class in pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.type.defaults
The type Offset date time r2dbc type handler adapter.
OffsetDateTimeR2dbcTypeHandlerAdapter() - Constructor for class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.type.defaults.OffsetDateTimeR2dbcTypeHandlerAdapter
 
OffsetTimeR2dbcTypeHandlerAdapter - Class in pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.type.defaults
The type Offset time r2dbc type handler adapter.
OffsetTimeR2dbcTypeHandlerAdapter() - Constructor for class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.type.defaults.OffsetTimeR2dbcTypeHandlerAdapter
 
openSession() - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.defaults.DefaultReactiveSqlSessionFactory
 
openSession() - Method in interface pro.chenggang.project.reactive.mybatis.support.r2dbc.ReactiveSqlSessionFactory
open session
OraclePlaceholderDialect - Class in pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.placeholder.dialect
Oracle placeholder dialect
OraclePlaceholderDialect() - Constructor for class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.placeholder.dialect.OraclePlaceholderDialect
 

P

ParameterHandlerContext - Class in pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.parameter
The type Parameter handler context.
ParameterHandlerContext() - Constructor for class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.parameter.ParameterHandlerContext
 
parse() - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.builder.R2dbcMapperAnnotationBuilder
 
parse() - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.builder.R2dbcXMLConfigBuilder
Parse R2dbc mybatis configuration.
parseInferredClass(Type) - Static method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.binding.MapperMethod
Parse inferred class class.
PLACEHOLDER_DIALECT_NAME_ATTRIBUTE_KEY - Static variable in interface pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.placeholder.PlaceholderDialect
The constant PLACEHOLDER_DIALECT_NAME_ATTRIBUTE_KEY.
PlaceholderDialect - Interface in pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.placeholder
Placeholder dialect
PlaceholderDialectRegistry - Interface in pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.placeholder
The Placeholder dialect registry.
placeholderFormatter - Variable in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.DefaultReactiveMybatisExecutor
The Placeholder formatter.
PlaceholderFormatter - Interface in pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.placeholder
The Placeholder formatter.
PostgreSQLPlaceholderDialect - Class in pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.placeholder.dialect
PostgreSQL placeholder dialect
PostgreSQLPlaceholderDialect() - Constructor for class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.placeholder.dialect.PostgreSQLPlaceholderDialect
 
pro.chenggang.project.reactive.mybatis.support.r2dbc - package pro.chenggang.project.reactive.mybatis.support.r2dbc
 
pro.chenggang.project.reactive.mybatis.support.r2dbc.binding - package pro.chenggang.project.reactive.mybatis.support.r2dbc.binding
 
pro.chenggang.project.reactive.mybatis.support.r2dbc.builder - package pro.chenggang.project.reactive.mybatis.support.r2dbc.builder
 
pro.chenggang.project.reactive.mybatis.support.r2dbc.connection - package pro.chenggang.project.reactive.mybatis.support.r2dbc.connection
 
pro.chenggang.project.reactive.mybatis.support.r2dbc.defaults - package pro.chenggang.project.reactive.mybatis.support.r2dbc.defaults
 
pro.chenggang.project.reactive.mybatis.support.r2dbc.delegate - package pro.chenggang.project.reactive.mybatis.support.r2dbc.delegate
 
pro.chenggang.project.reactive.mybatis.support.r2dbc.dynamic - package pro.chenggang.project.reactive.mybatis.support.r2dbc.dynamic
 
pro.chenggang.project.reactive.mybatis.support.r2dbc.exception - package pro.chenggang.project.reactive.mybatis.support.r2dbc.exception
 
pro.chenggang.project.reactive.mybatis.support.r2dbc.executor - package pro.chenggang.project.reactive.mybatis.support.r2dbc.executor
 
pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.key - package pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.key
 
pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.parameter - package pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.parameter
 
pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.placeholder - package pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.placeholder
 
pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.placeholder.defaults - package pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.placeholder.defaults
 
pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.placeholder.dialect - package pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.placeholder.dialect
 
pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.result - package pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.result
 
pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.result.handler - package pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.result.handler
 
pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.support - package pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.support
 
pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.type - package pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.type
 
pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.type.defaults - package pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.type.defaults
 
pro.chenggang.project.reactive.mybatis.support.r2dbc.support - package pro.chenggang.project.reactive.mybatis.support.r2dbc.support
 
processGeneratedKeyResult(RowResultWrapper, Object) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.key.DefaultR2dbcKeyGenerator
 
processGeneratedKeyResult(RowResultWrapper, Object) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.key.NoKeyR2dbcKeyGenerator
 
processGeneratedKeyResult(RowResultWrapper, Object) - Method in interface pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.key.R2dbcKeyGenerator
Process generated key result mono.
processGeneratedKeyResult(RowResultWrapper, Object) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.key.SelectR2dbcKeyGenerator
 
processSelectKey(KeyGeneratorType, MappedStatement, Object) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.key.DefaultR2dbcKeyGenerator
 
processSelectKey(KeyGeneratorType, MappedStatement, Object) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.key.NoKeyR2dbcKeyGenerator
 
processSelectKey(KeyGeneratorType, MappedStatement, Object) - Method in interface pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.key.R2dbcKeyGenerator
Process select key mono.
processSelectKey(KeyGeneratorType, MappedStatement, Object) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.key.SelectR2dbcKeyGenerator
 
ProxyInstanceFactory - Class in pro.chenggang.project.reactive.mybatis.support.r2dbc.support
The type Proxy instance factory.
ProxyInstanceFactory() - Constructor for class pro.chenggang.project.reactive.mybatis.support.r2dbc.support.ProxyInstanceFactory
 

Q

query(MappedStatement, Object, RowBounds) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.AbstractReactiveMybatisExecutor
 
query(MappedStatement, Object, RowBounds) - Method in interface pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.ReactiveMybatisExecutor
execute query

R

R2dbcKeyGenerator - Interface in pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.key
The interface R2dbc key generator.
R2dbcMapperAnnotationBuilder - Class in pro.chenggang.project.reactive.mybatis.support.r2dbc.builder
The type R2dbc mapper annotation builder.
R2dbcMapperAnnotationBuilder(Configuration, Class<?>) - Constructor for class pro.chenggang.project.reactive.mybatis.support.r2dbc.builder.R2dbcMapperAnnotationBuilder
Instantiates a new R2dbc mapper annotation builder.
R2dbcMapperMethodResolver - Class in pro.chenggang.project.reactive.mybatis.support.r2dbc.builder
The type R2dbc mapper method resolver.
R2dbcMapperMethodResolver(R2dbcMapperAnnotationBuilder, Method) - Constructor for class pro.chenggang.project.reactive.mybatis.support.r2dbc.builder.R2dbcMapperMethodResolver
Instantiates a new R2dbc mapper method resolver.
R2dbcMapperRegistry - Class in pro.chenggang.project.reactive.mybatis.support.r2dbc.delegate
The type R2dbc mapper registry.
R2dbcMapperRegistry(R2dbcMybatisConfiguration) - Constructor for class pro.chenggang.project.reactive.mybatis.support.r2dbc.delegate.R2dbcMapperRegistry
Instantiates a new R2dbc mapper registry.
R2dbcMybatisConfiguration - Class in pro.chenggang.project.reactive.mybatis.support.r2dbc.delegate
The type R2dbc mybatis configuration.
R2dbcMybatisConfiguration() - Constructor for class pro.chenggang.project.reactive.mybatis.support.r2dbc.delegate.R2dbcMybatisConfiguration
Instantiates a new R2dbc mybatis configuration.
R2dbcMybatisConfiguration(Environment) - Constructor for class pro.chenggang.project.reactive.mybatis.support.r2dbc.delegate.R2dbcMybatisConfiguration
Instantiates a new R2dbc mybatis configuration.
R2dbcParameterException - Exception in pro.chenggang.project.reactive.mybatis.support.r2dbc.exception
The type R2dbc parameter exception.
R2dbcParameterException() - Constructor for exception pro.chenggang.project.reactive.mybatis.support.r2dbc.exception.R2dbcParameterException
Instantiates a new R2dbc parameter exception.
R2dbcParameterException(String) - Constructor for exception pro.chenggang.project.reactive.mybatis.support.r2dbc.exception.R2dbcParameterException
Instantiates a new R2dbc parameter exception.
R2dbcParameterException(String, Throwable) - Constructor for exception pro.chenggang.project.reactive.mybatis.support.r2dbc.exception.R2dbcParameterException
Instantiates a new R2dbc parameter exception.
R2dbcParameterException(Throwable) - Constructor for exception pro.chenggang.project.reactive.mybatis.support.r2dbc.exception.R2dbcParameterException
Instantiates a new R2dbc parameter exception.
R2dbcResultException - Exception in pro.chenggang.project.reactive.mybatis.support.r2dbc.exception
The type R2dbc result exception.
R2dbcResultException() - Constructor for exception pro.chenggang.project.reactive.mybatis.support.r2dbc.exception.R2dbcResultException
Instantiates a new R2dbc result exception.
R2dbcResultException(String) - Constructor for exception pro.chenggang.project.reactive.mybatis.support.r2dbc.exception.R2dbcResultException
Instantiates a new R2dbc result exception.
R2dbcResultException(String, Throwable) - Constructor for exception pro.chenggang.project.reactive.mybatis.support.r2dbc.exception.R2dbcResultException
Instantiates a new R2dbc result exception.
R2dbcResultException(Throwable) - Constructor for exception pro.chenggang.project.reactive.mybatis.support.r2dbc.exception.R2dbcResultException
Instantiates a new R2dbc result exception.
R2dbcStatementLog - Class in pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.support
The type Statement log helper.
R2dbcStatementLog(Log) - Constructor for class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.support.R2dbcStatementLog
Instantiates a new Statement log helper.
R2dbcStatementLogFactory - Class in pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.support
The type R2dbc statement log factory.
R2dbcStatementLogFactory(R2dbcMybatisConfiguration) - Constructor for class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.support.R2dbcStatementLogFactory
Instantiates a new r2dbc statement log factory.
R2dbcTypeHandlerAdapter<T> - Interface in pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.type
The interface R2dbc type handler adapter.
R2dbcTypeHandlerAdapterRegistry - Class in pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.type
The type R2dbc type handler adapter registry.
R2dbcTypeHandlerAdapterRegistry(R2dbcMybatisConfiguration) - Constructor for class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.type.R2dbcTypeHandlerAdapterRegistry
Instantiates a new R2dbc type handler adapter registry.
R2dbcXMLConfigBuilder - Class in pro.chenggang.project.reactive.mybatis.support.r2dbc.builder
The type R2dbc xml config builder.
R2dbcXMLConfigBuilder(Reader) - Constructor for class pro.chenggang.project.reactive.mybatis.support.r2dbc.builder.R2dbcXMLConfigBuilder
Instantiates a new R2dbc xml config builder.
R2dbcXMLConfigBuilder(Reader, String) - Constructor for class pro.chenggang.project.reactive.mybatis.support.r2dbc.builder.R2dbcXMLConfigBuilder
Instantiates a new R2dbc xml config builder.
R2dbcXMLConfigBuilder(Reader, String, Properties) - Constructor for class pro.chenggang.project.reactive.mybatis.support.r2dbc.builder.R2dbcXMLConfigBuilder
Instantiates a new R2dbc xml config builder.
R2dbcXMLConfigBuilder(InputStream) - Constructor for class pro.chenggang.project.reactive.mybatis.support.r2dbc.builder.R2dbcXMLConfigBuilder
Instantiates a new R2dbc xml config builder.
R2dbcXMLConfigBuilder(InputStream, String) - Constructor for class pro.chenggang.project.reactive.mybatis.support.r2dbc.builder.R2dbcXMLConfigBuilder
Instantiates a new R2dbc xml config builder.
R2dbcXMLConfigBuilder(InputStream, String, Properties) - Constructor for class pro.chenggang.project.reactive.mybatis.support.r2dbc.builder.R2dbcXMLConfigBuilder
Instantiates a new R2dbc xml config builder.
ReactiveExecutorContext - Class in pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.support
The type Reactive executor context.
ReactiveExecutorContext(boolean, IsolationLevel) - Constructor for class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.support.ReactiveExecutorContext
Instantiates a new Reactive executor context.
ReactiveExecutorContextAttribute - Class in pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.support
Reactive executor context attribute
ReactiveExecutorContextAttribute() - Constructor for class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.support.ReactiveExecutorContextAttribute
 
ReactiveMyBatis3Utils - Class in pro.chenggang.project.reactive.mybatis.support.r2dbc.dynamic
Utility functions for building MyBatis3 mappers.
ReactiveMybatisExecutor - Interface in pro.chenggang.project.reactive.mybatis.support.r2dbc.executor
The interface Reactive mybatis executor.
ReactiveResultHandler - Interface in pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.result.handler
The interface Reactive result handler.
ReactiveSqlSession - Interface in pro.chenggang.project.reactive.mybatis.support.r2dbc
The interface Reactive sql session.
ReactiveSqlSessionFactory - Interface in pro.chenggang.project.reactive.mybatis.support.r2dbc
The interface Reactive sql session factory.
ReactiveSqlSessionOperator - Interface in pro.chenggang.project.reactive.mybatis.support.r2dbc
The interface Reactive sql session operator.
register(PlaceholderDialect) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.placeholder.defaults.DefaultPlaceholderDialectRegistry
 
register(PlaceholderDialect) - Method in interface pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.placeholder.PlaceholderDialectRegistry
Register PlaceholderDialect
register(R2dbcTypeHandlerAdapter) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.type.R2dbcTypeHandlerAdapterRegistry
Register with r2dbcTypeHandlerAdapter
register(String) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.type.R2dbcTypeHandlerAdapterRegistry
Register from package
replaceSqlPlaceholder(ConnectionFactory, BoundSql, ReactiveExecutorContextAttribute) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.placeholder.defaults.DefaultPlaceholderFormatter
 
replaceSqlPlaceholder(ConnectionFactory, BoundSql, ReactiveExecutorContextAttribute) - Method in interface pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.placeholder.PlaceholderFormatter
Replace sql placeholder string.
resetDirty() - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.support.ReactiveExecutorContext
Reset dirty.
resetWithTransaction() - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.support.ReactiveExecutorContext
Reset with transaction.
resolve() - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.builder.R2dbcMapperMethodResolver
 
resolveDiscriminatedResultMap(RowResultWrapper, ResultMap, String) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.result.handler.DefaultReactiveResultHandler
resolve Discriminated ResultMap
returnsMany() - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.binding.MapperMethod.MethodSignature
Returns many boolean.
returnsVoid() - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.binding.MapperMethod.MethodSignature
Returns void boolean.
rollback(boolean) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.defaults.DefaultReactiveSqlSession
 
rollback(boolean) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.AbstractReactiveMybatisExecutor
 
rollback(boolean) - Method in interface pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.ReactiveMybatisExecutor
rollback transaction
rollback() - Method in interface pro.chenggang.project.reactive.mybatis.support.r2dbc.ReactiveSqlSession
Perform rollback database connection .
rollback(boolean) - Method in interface pro.chenggang.project.reactive.mybatis.support.r2dbc.ReactiveSqlSession
Discards pending batch statements and rolls database connection back.
RowResultWrapper - Class in pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.result
The type Row result wrapper.
RowResultWrapper(Row, RowMetadata, R2dbcMybatisConfiguration) - Constructor for class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.result.RowResultWrapper
Instantiates a new Row result wrapper.

S

select(BasicColumn[], SqlTable, SelectDSLCompleter) - Static method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.dynamic.ReactiveMyBatis3Utils
 
select(QueryExpressionDSL<SelectModel>, SelectDSLCompleter) - Static method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.dynamic.ReactiveMyBatis3Utils
 
selectDistinct(BasicColumn[], SqlTable, SelectDSLCompleter) - Static method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.dynamic.ReactiveMyBatis3Utils
 
selectDistinct(Function<SelectStatementProvider, Flux<R>>, BasicColumn[], SqlTable, SelectDSLCompleter) - Static method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.dynamic.ReactiveMyBatis3Utils
 
selectList(String, Object, RowBounds) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.defaults.DefaultReactiveSqlSession
 
selectList(Function<SelectStatementProvider, Flux<R>>, BasicColumn[], SqlTable, SelectDSLCompleter) - Static method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.dynamic.ReactiveMyBatis3Utils
 
selectList(Function<SelectStatementProvider, Flux<R>>, QueryExpressionDSL<SelectModel>, SelectDSLCompleter) - Static method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.dynamic.ReactiveMyBatis3Utils
 
selectList(String) - Method in interface pro.chenggang.project.reactive.mybatis.support.r2dbc.ReactiveSqlSession
Retrieve many mapped objects from the statement key.
selectList(String, Object) - Method in interface pro.chenggang.project.reactive.mybatis.support.r2dbc.ReactiveSqlSession
Retrieve many mapped objects from the statement key and parameter.
selectList(String, Object, RowBounds) - Method in interface pro.chenggang.project.reactive.mybatis.support.r2dbc.ReactiveSqlSession
Retrieve many mapped objects from the statement key and parameter, within the specified row bounds.
selectMany(SelectStatementProvider, Function<Map<String, Object>, R>) - Method in interface pro.chenggang.project.reactive.mybatis.support.r2dbc.dynamic.CommonSelectMapper
Select any number of rows and then convert the values to a custom type.
selectManyBigDecimals(SelectStatementProvider) - Method in interface pro.chenggang.project.reactive.mybatis.support.r2dbc.dynamic.CommonSelectMapper
Retrieve a List of BigDecimal from a result set.
selectManyDoubles(SelectStatementProvider) - Method in interface pro.chenggang.project.reactive.mybatis.support.r2dbc.dynamic.CommonSelectMapper
Retrieve a List of Double from a result set.
selectManyIntegers(SelectStatementProvider) - Method in interface pro.chenggang.project.reactive.mybatis.support.r2dbc.dynamic.CommonSelectMapper
Retrieve a List of Integer from a result set.
selectManyLongs(SelectStatementProvider) - Method in interface pro.chenggang.project.reactive.mybatis.support.r2dbc.dynamic.CommonSelectMapper
Retrieve a List of Long from a result set.
selectManyMappedRows(SelectStatementProvider) - Method in interface pro.chenggang.project.reactive.mybatis.support.r2dbc.dynamic.CommonSelectMapper
Select any number of rows and return a List of Maps containing row values (one Map for each row returned).
selectManyStrings(SelectStatementProvider) - Method in interface pro.chenggang.project.reactive.mybatis.support.r2dbc.dynamic.CommonSelectMapper
Retrieve a List of String from a result set.
selectOne(String, Object) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.defaults.DefaultReactiveSqlSession
 
selectOne(SelectStatementProvider, Function<Mono<Map<String, Object>>, Mono<R>>) - Method in interface pro.chenggang.project.reactive.mybatis.support.r2dbc.dynamic.CommonSelectMapper
Select a single row of values and then convert the values to a custom type.
selectOne(Function<SelectStatementProvider, Mono<R>>, BasicColumn[], SqlTable, SelectDSLCompleter) - Static method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.dynamic.ReactiveMyBatis3Utils
 
selectOne(Function<SelectStatementProvider, Mono<R>>, QueryExpressionDSL<SelectModel>, SelectDSLCompleter) - Static method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.dynamic.ReactiveMyBatis3Utils
 
selectOne(String) - Method in interface pro.chenggang.project.reactive.mybatis.support.r2dbc.ReactiveSqlSession
Retrieve a single row mapped from the statement key.
selectOne(String, Object) - Method in interface pro.chenggang.project.reactive.mybatis.support.r2dbc.ReactiveSqlSession
Retrieve a single row mapped from the statement key and parameter.
selectOneBigDecimal(SelectStatementProvider) - Method in interface pro.chenggang.project.reactive.mybatis.support.r2dbc.dynamic.CommonSelectMapper
Retrieve a single BigDecimal from a result set.
selectOneDouble(SelectStatementProvider) - Method in interface pro.chenggang.project.reactive.mybatis.support.r2dbc.dynamic.CommonSelectMapper
Retrieve a single Double from a result set.
selectOneInteger(SelectStatementProvider) - Method in interface pro.chenggang.project.reactive.mybatis.support.r2dbc.dynamic.CommonSelectMapper
Retrieve a single Integer from a result set.
selectOneLong(SelectStatementProvider) - Method in interface pro.chenggang.project.reactive.mybatis.support.r2dbc.dynamic.CommonSelectMapper
Retrieve a single Long from a result set.
selectOneMappedRow(SelectStatementProvider) - Method in interface pro.chenggang.project.reactive.mybatis.support.r2dbc.dynamic.CommonSelectMapper
Select a single row as a Map of values.
selectOneString(SelectStatementProvider) - Method in interface pro.chenggang.project.reactive.mybatis.support.r2dbc.dynamic.CommonSelectMapper
Retrieve a single String from a result set.
SelectR2dbcKeyGenerator - Class in pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.key
The type Default r2dbc key generator.
SelectR2dbcKeyGenerator(SelectKeyGenerator, R2dbcMybatisConfiguration, ReactiveMybatisExecutor) - Constructor for class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.key.SelectR2dbcKeyGenerator
Instantiates a new Select r2dbc key generator.
setActiveTransaction() - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.support.ReactiveExecutorContext
Set active transaction boolean.
setAutoCommit(boolean) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.defaults.DefaultReactiveSqlSession
 
setAutoCommit(boolean) - Method in interface pro.chenggang.project.reactive.mybatis.support.r2dbc.ReactiveSqlSession
set auto commit
setConnectionFactory(ConnectionFactory) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.delegate.R2dbcMybatisConfiguration
Sets connection factory.
setDirty() - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.support.ReactiveExecutorContext
Set dirty.
setForceCommit(boolean) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.support.ReactiveExecutorContext
Set force commit.
setForceRollback(boolean) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.support.ReactiveExecutorContext
Set force rollback.
setIndex(int) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.parameter.ParameterHandlerContext
Sets index.
setIsolationLevel(IsolationLevel) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.defaults.DefaultReactiveSqlSession
 
setIsolationLevel(IsolationLevel) - Method in interface pro.chenggang.project.reactive.mybatis.support.r2dbc.ReactiveSqlSession
set isolation level
setJavaType(Class<?>) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.parameter.ParameterHandlerContext
Sets java type.
setJdbcType(JdbcType) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.parameter.ParameterHandlerContext
Sets jdbc type.
setNotSupportedJdbcType(Class<?>) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.delegate.R2dbcMybatisConfiguration
Sets not supported jdbc type.
setParameter(Statement, ParameterHandlerContext, byte[]) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.type.defaults.ByteArrayR2dbcTypeHandlerAdapter
 
setParameter(Statement, ParameterHandlerContext, Byte[]) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.type.defaults.ByteObjectArrayR2dbcTypeHandlerAdapter
 
setParameter(Statement, ParameterHandlerContext, OffsetDateTime) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.type.defaults.OffsetDateTimeR2dbcTypeHandlerAdapter
 
setParameter(Statement, ParameterHandlerContext, OffsetTime) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.type.defaults.OffsetTimeR2dbcTypeHandlerAdapter
 
setParameter(Statement, ParameterHandlerContext, Date) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.type.defaults.SqlDateR2dbcTypeHandlerAdapter
 
setParameter(Statement, ParameterHandlerContext, Time) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.type.defaults.SqlTimeR2dbcTypeHandlerAdapter
 
setParameter(Statement, ParameterHandlerContext, Timestamp) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.type.defaults.TimestampR2dbcTypeHandlerAdapter
 
setParameter(Statement, ParameterHandlerContext, ZonedDateTime) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.type.defaults.ZonedDateTimeR2dbcTypeHandlerAdapter
 
setParameter(Statement, ParameterHandlerContext, T) - Method in interface pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.type.R2dbcTypeHandlerAdapter
setParameter
setParameters(PreparedStatement) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.parameter.DelegateR2dbcParameterHandler
delegate set parameters
setR2dbcStatementLog(R2dbcStatementLog) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.support.ReactiveExecutorContext
Sets r2dbc statement log.
setRequireClosed(boolean) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.support.ReactiveExecutorContext
Set require closed.
setWithTransaction() - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.support.ReactiveExecutorContext
Set with transaction.
SqlCommand(Configuration, Class<?>, Method) - Constructor for class pro.chenggang.project.reactive.mybatis.support.r2dbc.binding.MapperMethod.SqlCommand
Instantiates a new Sql command.
SqlDateR2dbcTypeHandlerAdapter - Class in pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.type.defaults
The type Sql date r2dbc type handler adapter.
SqlDateR2dbcTypeHandlerAdapter() - Constructor for class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.type.defaults.SqlDateR2dbcTypeHandlerAdapter
 
SQLServerPlaceholderDialect - Class in pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.placeholder.dialect
Microsoft SQL Server placeholder dialect
SQLServerPlaceholderDialect() - Constructor for class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.placeholder.dialect.SQLServerPlaceholderDialect
 
SqlTimeR2dbcTypeHandlerAdapter - Class in pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.type.defaults
The type Sql time r2dbc type handler adapter.
SqlTimeR2dbcTypeHandlerAdapter() - Constructor for class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.type.defaults.SqlTimeR2dbcTypeHandlerAdapter
 
startIndex() - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.placeholder.dialect.PostgreSQLPlaceholderDialect
 
startIndex() - Method in interface pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.placeholder.PlaceholderDialect
Placeholder start index.
supported(ConnectionFactory, ReactiveExecutorContextAttribute) - Method in interface pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.placeholder.PlaceholderDialect
Supported boolean.

T

TimestampR2dbcTypeHandlerAdapter - Class in pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.type.defaults
The type Timestamp r2dbc type handler adapter.
TimestampR2dbcTypeHandlerAdapter() - Constructor for class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.type.defaults.TimestampR2dbcTypeHandlerAdapter
 
ToMonoIntBiFunction<T,U> - Interface in pro.chenggang.project.reactive.mybatis.support.r2dbc.dynamic
Represents a function that accepts two arguments and produces an int-valued result.
ToMonoIntFunction<T> - Interface in pro.chenggang.project.reactive.mybatis.support.r2dbc.dynamic
Represents a function that produces an int-valued result.
ToMonoLongFunction<T> - Interface in pro.chenggang.project.reactive.mybatis.support.r2dbc.dynamic
Represents a function that produces a long-valued result.
toString() - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.support.ReactiveExecutorContext
 
TypeHandleContext - Interface in pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.result
The interface Type handle context.

U

unwrap() - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.connection.DefaultTransactionSupportConnectionFactory
 
update(String, Object) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.defaults.DefaultReactiveSqlSession
 
update(UpdateStatementProvider) - Method in interface pro.chenggang.project.reactive.mybatis.support.r2dbc.dynamic.CommonUpdateMapper
Execute an update statement.
update(SqlTable, UpdateDSLCompleter) - Static method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.dynamic.ReactiveMyBatis3Utils
 
update(ToMonoIntFunction<UpdateStatementProvider>, SqlTable, UpdateDSLCompleter) - Static method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.dynamic.ReactiveMyBatis3Utils
 
update(MappedStatement, Object) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.AbstractReactiveMybatisExecutor
 
update(MappedStatement, Object) - Method in interface pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.ReactiveMybatisExecutor
execute update
update(String) - Method in interface pro.chenggang.project.reactive.mybatis.support.r2dbc.ReactiveSqlSession
Execute an update statement.
update(String, Object) - Method in interface pro.chenggang.project.reactive.mybatis.support.r2dbc.ReactiveSqlSession
Execute an update statement.
usingIndexMarker() - Method in interface pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.placeholder.dialect.NamePlaceholderDialect
 
usingIndexMarker() - Method in interface pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.placeholder.PlaceholderDialect
Using index marker.
usingTransaction(boolean) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.defaults.DefaultReactiveSqlSession
 
usingTransaction(boolean) - Method in interface pro.chenggang.project.reactive.mybatis.support.r2dbc.ReactiveSqlSession
set transaction or not

V

valueOf(String) - Static method in enum pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.key.KeyGeneratorType
Returns the enum constant of this type with the specified name.
values() - Static method in enum pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.key.KeyGeneratorType
Returns an array containing the constants of this enum type, in the order they are declared.

W

withConnectionFactory(ConnectionFactory) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.defaults.DefaultReactiveSqlSessionFactory.Builder
Specific ConnectionFactory Must Not Be Null
withDefaultConnectionFactoryProxy(boolean) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.defaults.DefaultReactiveSqlSessionFactory.Builder
whether using default connection factory proxy or not ,default is true
withR2dbcMybatisConfiguration(R2dbcMybatisConfiguration) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.defaults.DefaultReactiveSqlSessionFactory.Builder
Target R2dbcMybatisConfiguration Must Not Be Null
withReactiveMybatisExecutor(ReactiveMybatisExecutor) - Method in class pro.chenggang.project.reactive.mybatis.support.r2dbc.defaults.DefaultReactiveSqlSessionFactory.Builder
Specific ReactiveMybatisExecutor

Z

ZonedDateTimeR2dbcTypeHandlerAdapter - Class in pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.type.defaults
The type Zoned date time r2dbc type handler adapter.
ZonedDateTimeR2dbcTypeHandlerAdapter() - Constructor for class pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.type.defaults.ZonedDateTimeR2dbcTypeHandlerAdapter
 
A B C D E G H I K L M N O P Q R S T U V W Z 
Skip navigation links

Copyright © 2022. All rights reserved.