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
 boolean equals(Object o)
           
 String getColumn()
           
 String getColumnPrefix()
           
 List<ResultMapping> getComposites()
           
 List<ResultFlag> getFlags()
           
 Class<?> getJavaType()
           
 JdbcType getJdbcType()
           
 String getNestedQueryId()
           
 String getNestedResultMapId()
           
 Set<String> getNotNullColumns()
           
 String getProperty()
           
 TypeHandler<?> getTypeHandler()
           
 int hashCode()
           
 boolean isCompositeResult()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, 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()

getNotNullColumns

public Set<String> getNotNullColumns()

getColumnPrefix

public String getColumnPrefix()

getFlags

public List<ResultFlag> getFlags()

getComposites

public List<ResultMapping> getComposites()

isCompositeResult

public boolean isCompositeResult()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2010-2012 MyBatis.org. All Rights Reserved.