Package org.apache.ibatis.mapping
Class ParameterMapping
java.lang.Object
org.apache.ibatis.mapping.ParameterMapping
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Configuration
private String
private Class<?>
private JdbcType
private String
private ParameterMode
private Integer
private String
private String
private TypeHandler<?>
-
Constructor Summary
Constructors -
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()
-
Field Details
-
configuration
-
property
-
mode
-
javaType
-
jdbcType
-
numericScale
-
typeHandler
-
resultMapId
-
jdbcTypeName
-
expression
-
-
Constructor Details
-
ParameterMapping
private ParameterMapping()
-
-
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
-