| Modifier and Type | Method and Description |
|---|---|
ReactiveSqlSession |
ReactiveSqlSessionFactory.openSession()
open session
|
ReactiveSqlSession |
ReactiveSqlSession.setAutoCommit(boolean autoCommit)
set auto commit
|
ReactiveSqlSession |
ReactiveSqlSession.setIsolationLevel(io.r2dbc.spi.IsolationLevel isolationLevel)
set isolation level
|
ReactiveSqlSession |
ReactiveSqlSession.usingTransaction(boolean usingTransactionSupport)
set transaction or not
|
| Modifier and Type | Method and Description |
|---|---|
Object |
MapperMethod.execute(ReactiveSqlSession sqlSession,
Object[] args)
Execute object.
|
T |
MapperProxyFactory.newInstance(ReactiveSqlSession reactiveSqlSession)
New instance t.
|
| Constructor and Description |
|---|
MapperProxy(ReactiveSqlSession reactiveSqlSession,
Class<T> mapperInterface,
Map<Method,pro.chenggang.project.reactive.mybatis.support.r2dbc.binding.MapperProxy.MapperMethodInvoker> methodCache)
Instantiates a new Mapper proxy.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultReactiveSqlSession
The type Default reactive sql session.
|
| Modifier and Type | Method and Description |
|---|---|
ReactiveSqlSession |
DefaultReactiveSqlSessionFactory.openSession() |
ReactiveSqlSession |
DefaultReactiveSqlSession.setAutoCommit(boolean autoCommit) |
ReactiveSqlSession |
DefaultReactiveSqlSession.setIsolationLevel(io.r2dbc.spi.IsolationLevel isolationLevel) |
ReactiveSqlSession |
DefaultReactiveSqlSession.usingTransaction(boolean usingTransactionSupport) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
R2dbcMapperRegistry.getMapper(Class<T> type,
ReactiveSqlSession reactiveSqlSession)
Gets mapper.
|
<T> T |
R2dbcMybatisConfiguration.getMapper(Class<T> type,
ReactiveSqlSession reactiveSqlSession)
Gets mapper.
|
Copyright © 2022. All rights reserved.