Class CamelMyBatisRecorder
- java.lang.Object
-
- org.apache.camel.quarkus.component.mybatis.runtime.CamelMyBatisRecorder
-
public class CamelMyBatisRecorder extends Object
-
-
Constructor Summary
Constructors Constructor Description CamelMyBatisRecorder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.quarkus.runtime.RuntimeValue<org.apache.camel.component.mybatis.MyBatisBeanComponent>createMyBatisBeanComponent(io.quarkus.runtime.RuntimeValue<org.apache.ibatis.session.SqlSessionFactory> sqlSessionFactory)io.quarkus.runtime.RuntimeValue<org.apache.camel.component.mybatis.MyBatisComponent>createMyBatisComponent(io.quarkus.runtime.RuntimeValue<org.apache.ibatis.session.SqlSessionFactory> sqlSessionFactory)
-
-
-
Method Detail
-
createMyBatisComponent
public io.quarkus.runtime.RuntimeValue<org.apache.camel.component.mybatis.MyBatisComponent> createMyBatisComponent(io.quarkus.runtime.RuntimeValue<org.apache.ibatis.session.SqlSessionFactory> sqlSessionFactory)
-
createMyBatisBeanComponent
public io.quarkus.runtime.RuntimeValue<org.apache.camel.component.mybatis.MyBatisBeanComponent> createMyBatisBeanComponent(io.quarkus.runtime.RuntimeValue<org.apache.ibatis.session.SqlSessionFactory> sqlSessionFactory)
-
-