java.lang.Object
org.apache.camel.quarkus.component.mybatis.deployment.MybatisProcessor

class MybatisProcessor extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    (package private) io.quarkus.deployment.builditem.FeatureBuildItem
     
    (package private) org.apache.camel.quarkus.core.deployment.spi.CamelBeanBuildItem
    mybatisBeanComponent(List<io.quarkiverse.mybatis.deployment.SqlSessionFactoryBuildItem> sqlSessionFactoryBuildItems, org.apache.camel.quarkus.component.mybatis.runtime.CamelMyBatisRecorder recorder)
     
    (package private) org.apache.camel.quarkus.core.deployment.spi.CamelBeanBuildItem
    mybatisComponent(List<io.quarkiverse.mybatis.deployment.SqlSessionFactoryBuildItem> sqlSessionFactoryBuildItems, org.apache.camel.quarkus.component.mybatis.runtime.CamelMyBatisRecorder recorder)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MybatisProcessor

      MybatisProcessor()
  • Method Details

    • feature

      io.quarkus.deployment.builditem.FeatureBuildItem feature()
    • mybatisComponent

      org.apache.camel.quarkus.core.deployment.spi.CamelBeanBuildItem mybatisComponent(List<io.quarkiverse.mybatis.deployment.SqlSessionFactoryBuildItem> sqlSessionFactoryBuildItems, org.apache.camel.quarkus.component.mybatis.runtime.CamelMyBatisRecorder recorder) throws Throwable
      Throws:
      Throwable
    • mybatisBeanComponent

      org.apache.camel.quarkus.core.deployment.spi.CamelBeanBuildItem mybatisBeanComponent(List<io.quarkiverse.mybatis.deployment.SqlSessionFactoryBuildItem> sqlSessionFactoryBuildItems, org.apache.camel.quarkus.component.mybatis.runtime.CamelMyBatisRecorder recorder) throws Throwable
      Throws:
      Throwable