Package org.apache.ibatis.mapping
Class ParameterMapping
java.lang.Object
org.apache.ibatis.mapping.ParameterMapping
- Author:
- Clinton Begin
-
Nested Class Summary
-
Method Summary
Modifier 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
-
getMode
Used for handling output of callable statements.- Returns:
- the mode
-
getJavaType
Used for handling output of callable statements.- Returns:
- the java type
-
getJdbcType
Used in the UnknownTypeHandler in case there is no handler for the property type.- Returns:
- the jdbc type
-
getNumericScale
Used for handling output of callable statements.- Returns:
- the numeric scale
-
getTypeHandler
Used when setting parameters to the PreparedStatement.- Returns:
- the type handler
-
getResultMapId
Used for handling output of callable statements.- Returns:
- the result map id
-
getJdbcTypeName
Used for handling output of callable statements.- Returns:
- the jdbc type name
-
getExpression
Expression 'Not used'.- Returns:
- the expression
-
toString
-