Class R2dbcMapperAnnotationBuilder
- java.lang.Object
-
- org.apache.ibatis.builder.annotation.MapperAnnotationBuilder
-
- pro.chenggang.project.reactive.mybatis.support.r2dbc.builder.R2dbcMapperAnnotationBuilder
-
public class R2dbcMapperAnnotationBuilder extends org.apache.ibatis.builder.annotation.MapperAnnotationBuilderThe type R2dbc mapper annotation builder.- Author:
- Clinton Begin, Kazuki Shimizu, Gang Cheng
-
-
Constructor Summary
Constructors Constructor Description R2dbcMapperAnnotationBuilder(org.apache.ibatis.session.Configuration configuration, Class<?> type)Instantiates a new R2dbc mapper annotation builder.
-
-
-
Constructor Detail
-
R2dbcMapperAnnotationBuilder
public R2dbcMapperAnnotationBuilder(org.apache.ibatis.session.Configuration configuration, Class<?> type)Instantiates a new R2dbc mapper annotation builder.- Parameters:
configuration- the configurationtype- the type
-
-