public interface R2dbcKeyGenerator
| Modifier and Type | Method and Description |
|---|---|
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.
|
KeyGeneratorType keyGeneratorType()
reactor.core.publisher.Mono<Boolean> processSelectKey(KeyGeneratorType keyGeneratorType, org.apache.ibatis.mapping.MappedStatement ms, Object parameter)
keyGeneratorType - the KeyGeneratorTypems - the msparameter - the parameterInteger processGeneratedKeyResult(RowResultWrapper rowResultWrapper, Object parameter)
rowResultWrapper - the row result wrapperparameter - the parameterCopyright © 2022. All rights reserved.