Uses of Interface
org.apache.camel.builder.endpoint.dsl.MyBatisBeanEndpointBuilderFactory.MyBatisBeanEndpointBuilder
Packages that use MyBatisBeanEndpointBuilderFactory.MyBatisBeanEndpointBuilder
-
Uses of MyBatisBeanEndpointBuilderFactory.MyBatisBeanEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return MyBatisBeanEndpointBuilderFactory.MyBatisBeanEndpointBuilderModifier and TypeMethodDescriptionStaticEndpointBuilders.mybatisBean(String path) MyBatis Bean (camel-mybatis) Perform queries, inserts, updates or deletes in a relational database using MyBatis.StaticEndpointBuilders.mybatisBean(String componentName, String path) MyBatis Bean (camel-mybatis) Perform queries, inserts, updates or deletes in a relational database using MyBatis. -
Uses of MyBatisBeanEndpointBuilderFactory.MyBatisBeanEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return MyBatisBeanEndpointBuilderFactory.MyBatisBeanEndpointBuilderModifier and TypeMethodDescriptionMyBatisBeanEndpointBuilderFactory.AdvancedMyBatisBeanEndpointBuilder.basic()MyBatisBeanEndpointBuilderFactory.endpointBuilder(String componentName, String path) MyBatisBeanEndpointBuilderFactory.MyBatisBeanEndpointBuilder.executorType(String executorType) The executor type to be used while executing statements.MyBatisBeanEndpointBuilderFactory.MyBatisBeanEndpointBuilder.executorType(org.apache.ibatis.session.ExecutorType executorType) The executor type to be used while executing statements.MyBatisBeanEndpointBuilderFactory.MyBatisBeanEndpointBuilder.inputHeader(String inputHeader) User the header value for input parameters instead of the message body.MyBatisBeanEndpointBuilderFactory.MyBatisBeanBuilders.mybatisBean(String path) MyBatis Bean (camel-mybatis) Perform queries, inserts, updates or deletes in a relational database using MyBatis.MyBatisBeanEndpointBuilderFactory.MyBatisBeanBuilders.mybatisBean(String componentName, String path) MyBatis Bean (camel-mybatis) Perform queries, inserts, updates or deletes in a relational database using MyBatis.MyBatisBeanEndpointBuilderFactory.MyBatisBeanEndpointBuilder.outputHeader(String outputHeader) Store the query result in a header instead of the message body.