public class ParameterMapping extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ParameterMapping.Builder |
Modifier and Type | Method and Description |
---|---|
String |
getExpression()
Not used
|
Class<?> |
getJavaType()
Used for handling output of callable statements
|
JdbcType |
getJdbcType()
Used in the UnknownTypeHandler in case there is no handler for the property type
|
String |
getJdbcTypeName()
Used for handling output of callable statements
|
ParameterMode |
getMode()
Used for handling output of callable statements
|
Integer |
getNumericScale()
Used for handling output of callable statements
|
String |
getProperty() |
String |
getResultMapId()
Used for handling output of callable statements
|
TypeHandler<?> |
getTypeHandler()
Used when setting parameters to the PreparedStatement
|
String |
toString() |
public String getProperty()
public ParameterMode getMode()
public Class<?> getJavaType()
public JdbcType getJdbcType()
public Integer getNumericScale()
public TypeHandler<?> getTypeHandler()
public String getResultMapId()
public String getJdbcTypeName()
public String getExpression()
Copyright © 2010–2015 MyBatis.org. All rights reserved.