org.apache.ibatis.mapping
Class ParameterMapping

java.lang.Object
  extended by org.apache.ibatis.mapping.ParameterMapping

public class ParameterMapping
extends Object


Nested Class Summary
static class ParameterMapping.Builder
           
 
Method Summary
 Class<?> getJavaType()
           
 JdbcType getJdbcType()
           
 String getJdbcTypeName()
           
 ParameterMode getMode()
           
 Integer getNumericScale()
           
 String getProperty()
           
 String getResultMapId()
           
 TypeHandler<?> getTypeHandler()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.