public class ParameterMapping extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ParameterMapping.Builder |
Modifier and Type | Method and Description |
---|---|
String |
getExpression() |
Class<?> |
getJavaType() |
JdbcType |
getJdbcType() |
String |
getJdbcTypeName() |
ParameterMode |
getMode() |
Integer |
getNumericScale() |
String |
getProperty() |
String |
getResultMapId() |
TypeHandler<?> |
getTypeHandler() |
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–2014 MyBatis.org. All rights reserved.