Class CamelMyBatisRecorder

java.lang.Object
org.apache.camel.quarkus.component.mybatis.runtime.CamelMyBatisRecorder

public class CamelMyBatisRecorder extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    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)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)