JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
C
D
G
I
M
N
O
P
S
T
V
C
commit(IBatisEndpoint, Exchange, Object, String)
- Method in class org.apache.camel.component.ibatis.strategy.
DefaultIBatisProcessingStategy
commit(IBatisEndpoint, Exchange, Object, String)
- Method in interface org.apache.camel.component.ibatis.strategy.
IBatisProcessingStrategy
Commit callback if there are a statements to be run after processing.
createConsumer(Processor)
- Method in class org.apache.camel.component.ibatis.
IBatisEndpoint
createEndpoint(String, String, Map<String, Object>)
- Method in class org.apache.camel.component.ibatis.
IBatisComponent
createProducer()
- Method in class org.apache.camel.component.ibatis.
IBatisEndpoint
createSqlMapClient()
- Method in class org.apache.camel.component.ibatis.
IBatisComponent
D
DefaultIBatisProcessingStategy
- Class in
org.apache.camel.component.ibatis.strategy
Default strategy for consuming messages for a route
DefaultIBatisProcessingStategy()
- Constructor for class org.apache.camel.component.ibatis.strategy.
DefaultIBatisProcessingStategy
doStart()
- Method in class org.apache.camel.component.ibatis.
IBatisComponent
doStart()
- Method in class org.apache.camel.component.ibatis.
IBatisEndpoint
doStop()
- Method in class org.apache.camel.component.ibatis.
IBatisComponent
G
getComponent()
- Method in class org.apache.camel.component.ibatis.
IBatisEndpoint
getEndpoint()
- Method in class org.apache.camel.component.ibatis.
IBatisConsumer
getIsolation()
- Method in class org.apache.camel.component.ibatis.
IBatisEndpoint
getIsolation()
- Method in class org.apache.camel.component.ibatis.strategy.
DefaultIBatisProcessingStategy
getIsolation()
- Method in interface org.apache.camel.component.ibatis.strategy.
IBatisProcessingStrategy
Returns the transaction isolation level set on the processing strategy.
getMaxMessagesPerPoll()
- Method in class org.apache.camel.component.ibatis.
IBatisEndpoint
getOnConsume()
- Method in class org.apache.camel.component.ibatis.
IBatisConsumer
Gets the statement(s) to run after successful processing.
getProcessingStrategy()
- Method in class org.apache.camel.component.ibatis.
IBatisEndpoint
Gets the IbatisProcessingStrategy to to use when consuming messages from the database
getSqlMapClient()
- Method in class org.apache.camel.component.ibatis.
IBatisComponent
getSqlMapClient()
- Method in class org.apache.camel.component.ibatis.
IBatisEndpoint
Gets the iBatis SqlMapClient
getSqlMapConfig()
- Method in class org.apache.camel.component.ibatis.
IBatisComponent
getStatement()
- Method in class org.apache.camel.component.ibatis.
IBatisEndpoint
Statement to run when polling or processing
getStatementType()
- Method in class org.apache.camel.component.ibatis.
IBatisEndpoint
getValue()
- Method in enum org.apache.camel.component.ibatis.strategy.
TransactionIsolationLevel
I
IBATIS_RESULT
- Static variable in class org.apache.camel.component.ibatis.
IBatisConstants
IBATIS_STATEMENT_NAME
- Static variable in class org.apache.camel.component.ibatis.
IBatisConstants
IBatisComponent
- Class in
org.apache.camel.component.ibatis
An
IBatisComponent()
- Constructor for class org.apache.camel.component.ibatis.
IBatisComponent
IBatisComponent(SqlMapClient)
- Constructor for class org.apache.camel.component.ibatis.
IBatisComponent
IBatisConstants
- Class in
org.apache.camel.component.ibatis
IBatis Constants
IBatisConsumer
- Class in
org.apache.camel.component.ibatis
Consumer to read data from databaase.
IBatisConsumer(IBatisEndpoint, Processor)
- Constructor for class org.apache.camel.component.ibatis.
IBatisConsumer
IBatisEndpoint
- Class in
org.apache.camel.component.ibatis
An
IBatisEndpoint()
- Constructor for class org.apache.camel.component.ibatis.
IBatisEndpoint
IBatisEndpoint(String, IBatisComponent, String)
- Constructor for class org.apache.camel.component.ibatis.
IBatisEndpoint
IBatisProcessingStrategy
- Interface in
org.apache.camel.component.ibatis.strategy
Processing strategy for dealing with IBatis when consuming.
IBatisProducer
- Class in
org.apache.camel.component.ibatis
IBatisProducer(IBatisEndpoint)
- Constructor for class org.apache.camel.component.ibatis.
IBatisProducer
intValueOf(String)
- Static method in enum org.apache.camel.component.ibatis.strategy.
TransactionIsolationLevel
isRouteEmptyResultSet()
- Method in class org.apache.camel.component.ibatis.
IBatisConsumer
Indicates whether empty resultset should be allowed to be sent to the next hop or not
isSingleton()
- Method in class org.apache.camel.component.ibatis.
IBatisEndpoint
isUseIterator()
- Method in class org.apache.camel.component.ibatis.
IBatisConsumer
Indicates how resultset should be delivered to the route
isUseTransactions()
- Method in class org.apache.camel.component.ibatis.
IBatisComponent
isUseTransactions()
- Method in class org.apache.camel.component.ibatis.
IBatisEndpoint
Indicates if transactions should be used when calling statements.
M
MAP
- Static variable in enum org.apache.camel.component.ibatis.strategy.
TransactionIsolationLevel
N
nameOf(int)
- Static method in enum org.apache.camel.component.ibatis.strategy.
TransactionIsolationLevel
O
org.apache.camel.component.ibatis
- package org.apache.camel.component.ibatis
org.apache.camel.component.ibatis.strategy
- package org.apache.camel.component.ibatis.strategy
P
poll()
- Method in class org.apache.camel.component.ibatis.
IBatisConsumer
Polls the database
poll(IBatisConsumer, IBatisEndpoint)
- Method in class org.apache.camel.component.ibatis.strategy.
DefaultIBatisProcessingStategy
poll(IBatisConsumer, IBatisEndpoint)
- Method in interface org.apache.camel.component.ibatis.strategy.
IBatisProcessingStrategy
Called when record is being queried.
process(Exchange)
- Method in class org.apache.camel.component.ibatis.
IBatisProducer
processBatch(Queue<Object>)
- Method in class org.apache.camel.component.ibatis.
IBatisConsumer
S
setIsolation(String)
- Method in class org.apache.camel.component.ibatis.
IBatisEndpoint
setIsolation(int)
- Method in class org.apache.camel.component.ibatis.strategy.
DefaultIBatisProcessingStategy
setIsolation(int)
- Method in interface org.apache.camel.component.ibatis.strategy.
IBatisProcessingStrategy
Sets the transaction isolation level on the processing strategy.
setMaxMessagesPerPoll(int)
- Method in class org.apache.camel.component.ibatis.
IBatisEndpoint
setOnConsume(String)
- Method in class org.apache.camel.component.ibatis.
IBatisConsumer
Sets the statement to run after successful processing.
setRouteEmptyResultSet(boolean)
- Method in class org.apache.camel.component.ibatis.
IBatisConsumer
Sets whether empty resultset should be allowed to be sent to the next hop.
setSqlMapClient(SqlMapClient)
- Method in class org.apache.camel.component.ibatis.
IBatisComponent
setSqlMapConfig(String)
- Method in class org.apache.camel.component.ibatis.
IBatisComponent
setStatement(String)
- Method in class org.apache.camel.component.ibatis.
IBatisEndpoint
Statement to run when polling or processing
setStatementType(StatementType)
- Method in class org.apache.camel.component.ibatis.
IBatisEndpoint
setStrategy(IBatisProcessingStrategy)
- Method in class org.apache.camel.component.ibatis.
IBatisEndpoint
setUseIterator(boolean)
- Method in class org.apache.camel.component.ibatis.
IBatisConsumer
Sets how resultset should be delivered to route.
setUseTransactions(boolean)
- Method in class org.apache.camel.component.ibatis.
IBatisComponent
setUseTransactions(boolean)
- Method in class org.apache.camel.component.ibatis.
IBatisEndpoint
Sets indicator to use transactions for consuming and error handling statements.
StatementType
- Enum in
org.apache.camel.component.ibatis
Statement types to instruct which iBatis operation to use.
T
TransactionIsolationLevel
- Enum in
org.apache.camel.component.ibatis.strategy
V
valueOf(String)
- Static method in enum org.apache.camel.component.ibatis.
StatementType
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum org.apache.camel.component.ibatis.strategy.
TransactionIsolationLevel
Returns the enum constant of this type with the specified name.
values()
- Static method in enum org.apache.camel.component.ibatis.
StatementType
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum org.apache.camel.component.ibatis.strategy.
TransactionIsolationLevel
Returns an array containing the constants of this enum type, in the order they are declared.
C
D
G
I
M
N
O
P
S
T
V
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Apache Camel