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