Class CamelMyBatisRecorder
java.lang.Object
org.apache.camel.quarkus.component.mybatis.runtime.CamelMyBatisRecorder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.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)
-
Constructor Details
-
CamelMyBatisRecorder
public CamelMyBatisRecorder()
-
-
Method Details
-
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)
-