Uses of Class
pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.key.KeyGeneratorType
-
Packages that use KeyGeneratorType Package Description pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.key -
-
Uses of KeyGeneratorType in pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.key
Methods in pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.key that return KeyGeneratorType Modifier and Type Method Description KeyGeneratorTypeDefaultR2dbcKeyGenerator. keyGeneratorType()KeyGeneratorTypeNoKeyR2dbcKeyGenerator. keyGeneratorType()KeyGeneratorTypeR2dbcKeyGenerator. keyGeneratorType()Key generator type key generator type.KeyGeneratorTypeSelectR2dbcKeyGenerator. keyGeneratorType()static KeyGeneratorTypeKeyGeneratorType. 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.Methods in pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.key with parameters of type KeyGeneratorType Modifier and Type Method Description reactor.core.publisher.Mono<Boolean>DefaultR2dbcKeyGenerator. 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.reactor.core.publisher.Mono<Boolean>SelectR2dbcKeyGenerator. processSelectKey(KeyGeneratorType keyGeneratorType, org.apache.ibatis.mapping.MappedStatement ms, Object parameter)
-