Package org.apache.ibatis.mapping
Class ResultMapping
java.lang.Object
org.apache.ibatis.mapping.ResultMapping
public class ResultMapping extends Object
- Author:
- Clinton Begin
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ResultMapping.Builder
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
String
getColumn()
String
getColumnPrefix()
List<ResultMapping>
getComposites()
List<ResultFlag>
getFlags()
String
getForeignColumn()
Class<?>
getJavaType()
JdbcType
getJdbcType()
String
getNestedQueryId()
String
getNestedResultMapId()
Set<String>
getNotNullColumns()
String
getProperty()
String
getResultSet()
TypeHandler<?>
getTypeHandler()
int
hashCode()
boolean
isCompositeResult()
boolean
isLazy()
boolean
isSimple()
void
setForeignColumn(String foreignColumn)
void
setLazy(boolean lazy)
String
toString()
-
Method Details
-
getProperty
-
getColumn
-
getJavaType
-
getJdbcType
-
getTypeHandler
-
getNestedResultMapId
-
getNestedQueryId
-
getNotNullColumns
-
getColumnPrefix
-
getFlags
-
getComposites
-
isCompositeResult
public boolean isCompositeResult() -
getResultSet
-
getForeignColumn
-
setForeignColumn
-
isLazy
public boolean isLazy() -
setLazy
public void setLazy(boolean lazy) -
isSimple
public boolean isSimple() -
equals
-
hashCode
public int hashCode() -
toString
-