| Package | Description |
|---|---|
| pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.key |
| Modifier and Type | Method and Description |
|---|---|
KeyGeneratorType |
DefaultR2dbcKeyGenerator.keyGeneratorType() |
KeyGeneratorType |
SelectR2dbcKeyGenerator.keyGeneratorType() |
KeyGeneratorType |
NoKeyR2dbcKeyGenerator.keyGeneratorType() |
KeyGeneratorType |
R2dbcKeyGenerator.keyGeneratorType()
Key generator type key generator type.
|
static KeyGeneratorType |
KeyGeneratorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyGeneratorType[] |
KeyGeneratorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<Boolean> |
DefaultR2dbcKeyGenerator.processSelectKey(KeyGeneratorType keyGeneratorType,
org.apache.ibatis.mapping.MappedStatement ms,
Object parameter) |
reactor.core.publisher.Mono<Boolean> |
SelectR2dbcKeyGenerator.processSelectKey(KeyGeneratorType keyGeneratorType,
org.apache.ibatis.mapping.MappedStatement ms,
Object parameter) |
reactor.core.publisher.Mono<Boolean> |
NoKeyR2dbcKeyGenerator.processSelectKey(KeyGeneratorType keyGeneratorType,
org.apache.ibatis.mapping.MappedStatement ms,
Object parameter) |
reactor.core.publisher.Mono<Boolean> |
R2dbcKeyGenerator.processSelectKey(KeyGeneratorType keyGeneratorType,
org.apache.ibatis.mapping.MappedStatement ms,
Object parameter)
Process select key mono.
|
Copyright © 2022. All rights reserved.