org.apache.ibatis.mapping
Class ResultMapping
java.lang.Object
org.apache.ibatis.mapping.ResultMapping
public class ResultMapping
- 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()
getColumn
public java.lang.String getColumn()
getJavaType
public java.lang.Class getJavaType()
getJdbcType
public JdbcType getJdbcType()
getTypeHandler
public TypeHandler getTypeHandler()
getNestedResultMapId
public java.lang.String getNestedResultMapId()
getNestedQueryId
public java.lang.String getNestedQueryId()
getFlags
public java.util.List<ResultFlag> getFlags()
getComposites
public java.util.List<ResultMapping> getComposites()
isCompositeResult
public boolean isCompositeResult()
Copyright © 2010. All Rights Reserved.