public class R2dbcXMLConfigBuilder
extends org.apache.ibatis.builder.BaseBuilder
| Constructor and Description |
|---|
R2dbcXMLConfigBuilder(InputStream inputStream)
Instantiates a new R2dbc xml config builder.
|
R2dbcXMLConfigBuilder(InputStream inputStream,
String environment)
Instantiates a new R2dbc xml config builder.
|
R2dbcXMLConfigBuilder(InputStream inputStream,
String environment,
Properties props)
Instantiates a new R2dbc xml config builder.
|
R2dbcXMLConfigBuilder(Reader reader)
Instantiates a new R2dbc xml config builder.
|
R2dbcXMLConfigBuilder(Reader reader,
String environment)
Instantiates a new R2dbc xml config builder.
|
R2dbcXMLConfigBuilder(Reader reader,
String environment,
Properties props)
Instantiates a new R2dbc xml config builder.
|
| Modifier and Type | Method and Description |
|---|---|
R2dbcMybatisConfiguration |
parse()
Parse R2dbc mybatis configuration.
|
public R2dbcXMLConfigBuilder(Reader reader)
reader - the readerpublic R2dbcXMLConfigBuilder(Reader reader, String environment)
reader - the readerenvironment - the environmentpublic R2dbcXMLConfigBuilder(Reader reader, String environment, Properties props)
reader - the readerenvironment - the environmentprops - the propspublic R2dbcXMLConfigBuilder(InputStream inputStream)
inputStream - the input streampublic R2dbcXMLConfigBuilder(InputStream inputStream, String environment)
inputStream - the input streamenvironment - the environmentpublic R2dbcXMLConfigBuilder(InputStream inputStream, String environment, Properties props)
inputStream - the input streamenvironment - the environmentprops - the propspublic R2dbcMybatisConfiguration parse()
Copyright © 2022. All rights reserved.