|
Pull Up Method public setExecutorType(executorType String) : void from class org.apache.camel.component.mybatis.MyBatisEndpoint to public setExecutorType(executorType String) : void from class org.apache.camel.component.mybatis.BaseMyBatisEndpoint |
From |
To |
|
Pull Up Method public setProcessingStrategy(processingStrategy MyBatisProcessingStrategy) : void from class org.apache.camel.component.mybatis.MyBatisEndpoint to public setProcessingStrategy(processingStrategy MyBatisProcessingStrategy) : void from class org.apache.camel.component.mybatis.BaseMyBatisEndpoint |
From |
To |
|
Pull Up Method public setUseIterator(useIterator boolean) : void from class org.apache.camel.component.mybatis.MyBatisEndpoint to public setUseIterator(useIterator boolean) : void from class org.apache.camel.component.mybatis.BaseMyBatisEndpoint |
From |
To |
|
Pull Up Method public setInputHeader(inputHeader String) : void from class org.apache.camel.component.mybatis.MyBatisEndpoint to public setInputHeader(inputHeader String) : void from class org.apache.camel.component.mybatis.BaseMyBatisEndpoint |
From |
To |
|
Pull Up Method public getProcessingStrategy() : MyBatisProcessingStrategy from class org.apache.camel.component.mybatis.MyBatisEndpoint to public getProcessingStrategy() : MyBatisProcessingStrategy from class org.apache.camel.component.mybatis.BaseMyBatisEndpoint |
From |
To |
|
Pull Up Method public isRouteEmptyResultSet() : boolean from class org.apache.camel.component.mybatis.MyBatisEndpoint to public isRouteEmptyResultSet() : boolean from class org.apache.camel.component.mybatis.BaseMyBatisEndpoint |
From |
To |
|
Pull Up Method public getSqlSessionFactory() : SqlSessionFactory from class org.apache.camel.component.mybatis.MyBatisEndpoint to public getSqlSessionFactory() : SqlSessionFactory from class org.apache.camel.component.mybatis.BaseMyBatisEndpoint |
From |
To |
|
Pull Up Method public getOnConsume() : String from class org.apache.camel.component.mybatis.MyBatisEndpoint to public getOnConsume() : String from class org.apache.camel.component.mybatis.BaseMyBatisEndpoint |
From |
To |
|
Pull Up Method public setRouteEmptyResultSet(routeEmptyResultSet boolean) : void from class org.apache.camel.component.mybatis.MyBatisEndpoint to public setRouteEmptyResultSet(routeEmptyResultSet boolean) : void from class org.apache.camel.component.mybatis.BaseMyBatisEndpoint |
From |
To |
|
Pull Up Method public isSingleton() : boolean from class org.apache.camel.component.mybatis.MyBatisEndpoint to public isSingleton() : boolean from class org.apache.camel.component.mybatis.BaseMyBatisEndpoint |
From |
To |
|
Pull Up Method public getMaxMessagesPerPoll() : int from class org.apache.camel.component.mybatis.MyBatisEndpoint to public getMaxMessagesPerPoll() : int from class org.apache.camel.component.mybatis.BaseMyBatisEndpoint |
From |
To |
|
Pull Up Method public isUseIterator() : boolean from class org.apache.camel.component.mybatis.MyBatisEndpoint to public isUseIterator() : boolean from class org.apache.camel.component.mybatis.BaseMyBatisEndpoint |
From |
To |
|
Pull Up Method public setOnConsume(onConsume String) : void from class org.apache.camel.component.mybatis.MyBatisEndpoint to public setOnConsume(onConsume String) : void from class org.apache.camel.component.mybatis.BaseMyBatisEndpoint |
From |
To |
|
Pull Up Method public getComponent() : MyBatisComponent from class org.apache.camel.component.mybatis.MyBatisEndpoint to public getComponent() : MyBatisComponent from class org.apache.camel.component.mybatis.BaseMyBatisEndpoint |
From |
To |
|
Pull Up Method public getExecutorType() : ExecutorType from class org.apache.camel.component.mybatis.MyBatisEndpoint to public getExecutorType() : ExecutorType from class org.apache.camel.component.mybatis.BaseMyBatisEndpoint |
From |
To |
|
Pull Up Method public isTransacted() : boolean from class org.apache.camel.component.mybatis.MyBatisEndpoint to public isTransacted() : boolean from class org.apache.camel.component.mybatis.BaseMyBatisEndpoint |
From |
To |
|
Pull Up Method public getInputHeader() : String from class org.apache.camel.component.mybatis.MyBatisEndpoint to public getInputHeader() : String from class org.apache.camel.component.mybatis.BaseMyBatisEndpoint |
From |
To |
|
Pull Up Method public getOutputHeader() : String from class org.apache.camel.component.mybatis.MyBatisEndpoint to public getOutputHeader() : String from class org.apache.camel.component.mybatis.BaseMyBatisEndpoint |
From |
To |
|
Pull Up Method public setOutputHeader(outputHeader String) : void from class org.apache.camel.component.mybatis.MyBatisEndpoint to public setOutputHeader(outputHeader String) : void from class org.apache.camel.component.mybatis.BaseMyBatisEndpoint |
From |
To |
|
Pull Up Method public setExecutorType(executorType ExecutorType) : void from class org.apache.camel.component.mybatis.MyBatisEndpoint to public setExecutorType(executorType ExecutorType) : void from class org.apache.camel.component.mybatis.BaseMyBatisEndpoint |
From |
To |
|
Pull Up Method public setMaxMessagesPerPoll(maxMessagesPerPoll int) : void from class org.apache.camel.component.mybatis.MyBatisEndpoint to public setMaxMessagesPerPoll(maxMessagesPerPoll int) : void from class org.apache.camel.component.mybatis.BaseMyBatisEndpoint |
From |
To |
|
Pull Up Method public setTransacted(transacted boolean) : void from class org.apache.camel.component.mybatis.MyBatisEndpoint to public setTransacted(transacted boolean) : void from class org.apache.camel.component.mybatis.BaseMyBatisEndpoint |
From |
To |
|
Pull Up Attribute private inputHeader : String from class org.apache.camel.component.mybatis.MyBatisEndpoint to private inputHeader : String from class org.apache.camel.component.mybatis.BaseMyBatisEndpoint |
From |
To |
|
Pull Up Attribute private transacted : boolean from class org.apache.camel.component.mybatis.MyBatisEndpoint to private transacted : boolean from class org.apache.camel.component.mybatis.BaseMyBatisEndpoint |
From |
To |
|
Pull Up Attribute private processingStrategy : MyBatisProcessingStrategy from class org.apache.camel.component.mybatis.MyBatisEndpoint to private processingStrategy : MyBatisProcessingStrategy from class org.apache.camel.component.mybatis.BaseMyBatisEndpoint |
From |
To |
|
Pull Up Attribute private executorType : ExecutorType from class org.apache.camel.component.mybatis.MyBatisEndpoint to private executorType : ExecutorType from class org.apache.camel.component.mybatis.BaseMyBatisEndpoint |
From |
To |
|
Pull Up Attribute private outputHeader : String from class org.apache.camel.component.mybatis.MyBatisEndpoint to private outputHeader : String from class org.apache.camel.component.mybatis.BaseMyBatisEndpoint |
From |
To |
|
Pull Up Attribute private useIterator : boolean from class org.apache.camel.component.mybatis.MyBatisEndpoint to private useIterator : boolean from class org.apache.camel.component.mybatis.BaseMyBatisEndpoint |
From |
To |
|
Pull Up Attribute private onConsume : String from class org.apache.camel.component.mybatis.MyBatisEndpoint to private onConsume : String from class org.apache.camel.component.mybatis.BaseMyBatisEndpoint |
From |
To |
|
Pull Up Attribute private maxMessagesPerPoll : int from class org.apache.camel.component.mybatis.MyBatisEndpoint to private maxMessagesPerPoll : int from class org.apache.camel.component.mybatis.BaseMyBatisEndpoint |
From |
To |
|
Pull Up Attribute private routeEmptyResultSet : boolean from class org.apache.camel.component.mybatis.MyBatisEndpoint to private routeEmptyResultSet : boolean from class org.apache.camel.component.mybatis.BaseMyBatisEndpoint |
From |
To |