Package org.apache.ibatis.mapping
Class ParameterMapping
java.lang.Object
org.apache.ibatis.mapping.ParameterMapping
- Author:
- Clinton Begin
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionExpression 'Not used'.Class<?> Used for handling output of callable statements.Used in the UnknownTypeHandler in case there is no handler for the property type.Used for handling output of callable statements.getMode()Used for handling output of callable statements.Used for handling output of callable statements.Used for handling output of callable statements.TypeHandler<?> Used when setting parameters to the PreparedStatement.toString()
- 
Method Details- 
getProperty
- 
getModeUsed for handling output of callable statements.- Returns:
- the mode
 
- 
getJavaTypeUsed for handling output of callable statements.- Returns:
- the java type
 
- 
getJdbcTypeUsed in the UnknownTypeHandler in case there is no handler for the property type.- Returns:
- the jdbc type
 
- 
getNumericScaleUsed for handling output of callable statements.- Returns:
- the numeric scale
 
- 
getTypeHandlerUsed when setting parameters to the PreparedStatement.- Returns:
- the type handler
 
- 
getResultMapIdUsed for handling output of callable statements.- Returns:
- the result map id
 
- 
getJdbcTypeNameUsed for handling output of callable statements.- Returns:
- the jdbc type name
 
- 
getExpressionExpression 'Not used'.- Returns:
- the expression
 
- 
toString
 
-