org.apache.ibatis.mapping
Class ResultMapping

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

public class ResultMapping
extends Object


Nested Class Summary
static class ResultMapping.Builder
           
 
Method Summary
 String getColumn()
           
 List<ResultMapping> getComposites()
           
 List<ResultFlag> getFlags()
           
 Class getJavaType()
           
 JdbcType getJdbcType()
           
 String getNestedQueryId()
           
 String getNestedResultMapId()
           
 String getProperty()
           
 TypeHandler getTypeHandler()
           
 boolean isCompositeResult()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.