类 CamelMyBatisRecorder
java.lang.Object
org.apache.camel.quarkus.component.mybatis.runtime.CamelMyBatisRecorder
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明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)
-
构造器详细资料
-
CamelMyBatisRecorder
public CamelMyBatisRecorder()
-
-
方法详细资料
-
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)
-