Class MybatisProcessor
- java.lang.Object
-
- org.apache.camel.quarkus.component.mybatis.deployment.MybatisProcessor
-
class MybatisProcessor extends Object
-
-
Constructor Summary
Constructors Constructor Description MybatisProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) io.quarkus.deployment.builditem.FeatureBuildItemfeature()(package private) org.apache.camel.quarkus.core.deployment.spi.CamelBeanBuildItemmybatisBeanComponent(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.CamelBeanBuildItemmybatisComponent(List<io.quarkiverse.mybatis.deployment.SqlSessionFactoryBuildItem> sqlSessionFactoryBuildItems, org.apache.camel.quarkus.component.mybatis.runtime.CamelMyBatisRecorder recorder)
-
-
-
Method Detail
-
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
-
-