public static interface MybatisBeanComponentBuilderFactory.MybatisBeanComponentBuilder extends ComponentBuilder<org.apache.camel.component.mybatis.MyBatisBeanComponent>
| Modifier and Type | Method and Description |
|---|---|
default MybatisBeanComponentBuilderFactory.MybatisBeanComponentBuilder |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
default MybatisBeanComponentBuilderFactory.MybatisBeanComponentBuilder |
configurationUri(String configurationUri)
Location of MyBatis xml configuration file.
|
default MybatisBeanComponentBuilderFactory.MybatisBeanComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default MybatisBeanComponentBuilderFactory.MybatisBeanComponentBuilder |
sqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory sqlSessionFactory)
To use the SqlSessionFactory.
|
build, build, doSetProperty, registerdefault MybatisBeanComponentBuilderFactory.MybatisBeanComponentBuilder configurationUri(String configurationUri)
configurationUri - the value to setdefault MybatisBeanComponentBuilderFactory.MybatisBeanComponentBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault MybatisBeanComponentBuilderFactory.MybatisBeanComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setdefault MybatisBeanComponentBuilderFactory.MybatisBeanComponentBuilder sqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory sqlSessionFactory)
sqlSessionFactory - the value to setApache Camel