public class NoKeyR2dbcKeyGenerator extends Object implements R2dbcKeyGenerator
| Modifier and Type | Method and Description |
|---|---|
static NoKeyR2dbcKeyGenerator |
getInstance()
Gets instance.
|
KeyGeneratorType |
keyGeneratorType()
Key generator type key generator type.
|
Integer |
processGeneratedKeyResult(RowResultWrapper rowResultWrapper,
Object parameter)
Process generated key result mono.
|
reactor.core.publisher.Mono<Boolean> |
processSelectKey(KeyGeneratorType keyGeneratorType,
org.apache.ibatis.mapping.MappedStatement ms,
Object parameter)
Process select key mono.
|
public static NoKeyR2dbcKeyGenerator getInstance()
public KeyGeneratorType keyGeneratorType()
R2dbcKeyGeneratorkeyGeneratorType in interface R2dbcKeyGeneratorpublic reactor.core.publisher.Mono<Boolean> processSelectKey(KeyGeneratorType keyGeneratorType, org.apache.ibatis.mapping.MappedStatement ms, Object parameter)
R2dbcKeyGeneratorprocessSelectKey in interface R2dbcKeyGeneratorkeyGeneratorType - the KeyGeneratorTypems - the msparameter - the parameterpublic Integer processGeneratedKeyResult(RowResultWrapper rowResultWrapper, Object parameter)
R2dbcKeyGeneratorprocessGeneratedKeyResult in interface R2dbcKeyGeneratorrowResultWrapper - the row result wrapperparameter - the parameterCopyright © 2022. All rights reserved.