Uses of Interface
org.apache.camel.builder.component.dsl.MybatisComponentBuilderFactory.MybatisComponentBuilder
Packages that use MybatisComponentBuilderFactory.MybatisComponentBuilder
-
Uses of MybatisComponentBuilderFactory.MybatisComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return MybatisComponentBuilderFactory.MybatisComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.mybatis()MyBatis (camel-mybatis) Performs a query, poll, insert, update or delete in a relational database using MyBatis. -
Uses of MybatisComponentBuilderFactory.MybatisComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement MybatisComponentBuilderFactory.MybatisComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return MybatisComponentBuilderFactory.MybatisComponentBuilderModifier and TypeMethodDescriptionMybatisComponentBuilderFactory.MybatisComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.MybatisComponentBuilderFactory.MybatisComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions (if possible) occurred while the Camel consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.MybatisComponentBuilderFactory.MybatisComponentBuilder.configurationUri(String configurationUri) Location of MyBatis xml configuration file.MybatisComponentBuilderFactory.MybatisComponentBuilder.healthCheckConsumerEnabled(boolean healthCheckConsumerEnabled) Used for enabling or disabling all consumer based health checks from this component.MybatisComponentBuilderFactory.MybatisComponentBuilder.healthCheckProducerEnabled(boolean healthCheckProducerEnabled) Used for enabling or disabling all producer based health checks from this component.MybatisComponentBuilderFactory.MybatisComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).MybatisComponentBuilderFactory.mybatis()MyBatis (camel-mybatis) Performs a query, poll, insert, update or delete in a relational database using MyBatis.MybatisComponentBuilderFactory.MybatisComponentBuilder.sqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory sqlSessionFactory) To use the SqlSessionFactory.