org.apache.ibatis.mapping
Class ResultMapping
java.lang.Object
org.apache.ibatis.mapping.ResultMapping
public class ResultMapping
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getProperty
public String getProperty()
getColumn
public String getColumn()
getJavaType
public Class getJavaType()
getJdbcType
public JdbcType getJdbcType()
getTypeHandler
public TypeHandler getTypeHandler()
getNestedResultMapId
public String getNestedResultMapId()
getNestedQueryId
public String getNestedQueryId()
getFlags
public List<ResultFlag> getFlags()
getComposites
public List<ResultMapping> getComposites()
isCompositeResult
public boolean isCompositeResult()
Copyright © 2010. All Rights Reserved.