org.apache.ibatis.mapping
Class ResultMapping

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

public class ResultMapping
extends java.lang.Object


Nested Class Summary
static class ResultMapping.Builder
           
 
Method Summary
 java.lang.String getColumn()
           
 java.util.List<ResultMapping> getComposites()
           
 java.util.List<ResultFlag> getFlags()
           
 java.lang.Class getJavaType()
           
 JdbcType getJdbcType()
           
 java.lang.String getNestedQueryId()
           
 java.lang.String getNestedResultMapId()
           
 java.lang.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 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.