Uses of Class
org.apache.camel.component.ibatis.StatementType

Packages that use StatementType
org.apache.camel.component.ibatis   
 

Uses of StatementType in org.apache.camel.component.ibatis
 

Methods in org.apache.camel.component.ibatis that return StatementType
 StatementType IBatisEndpoint.getStatementType()
           
static StatementType StatementType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static StatementType[] StatementType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.camel.component.ibatis with parameters of type StatementType
 void IBatisEndpoint.setStatementType(StatementType statementType)
           
 



Apache CAMEL