public class ResultMapping extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ResultMapping.Builder |
Modifier and Type | Method and Description |
---|---|
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() |
public String getProperty()
public String getColumn()
public Class<?> getJavaType()
public JdbcType getJdbcType()
public TypeHandler<?> getTypeHandler()
public String getNestedResultMapId()
public String getNestedQueryId()
public String getColumnPrefix()
public List<ResultFlag> getFlags()
public List<ResultMapping> getComposites()
public boolean isCompositeResult()
Copyright © 2010-2013 MyBatis.org. All Rights Reserved.