org.apache.ibatis.mapping
Class ParameterMapping
java.lang.Object
org.apache.ibatis.mapping.ParameterMapping
public class ParameterMapping
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getProperty
public String getProperty()
getMode
public ParameterMode getMode()
getJavaType
public Class<?> getJavaType()
getJdbcType
public JdbcType getJdbcType()
getNumericScale
public Integer getNumericScale()
getTypeHandler
public TypeHandler<?> getTypeHandler()
getResultMapId
public String getResultMapId()
getJdbcTypeName
public String getJdbcTypeName()
Copyright © 2010-2012 MyBatis.org. All Rights Reserved.