Package org.apache.ibatis.binding
Class MapperMethod
java.lang.Object
org.apache.ibatis.binding.MapperMethod
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final MapperMethod.SqlCommand
private final MapperMethod.MethodSignature
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate <E> Object
convertToArray
(List<E> list) private <E> Object
convertToDeclaredCollection
(Configuration config, List<E> list) execute
(SqlSession sqlSession, Object[] args) private <T> Cursor
<T> executeForCursor
(SqlSession sqlSession, Object[] args) private <E> Object
executeForMany
(SqlSession sqlSession, Object[] args) private <K,
V> Map <K, V> executeForMap
(SqlSession sqlSession, Object[] args) private void
executeWithResultHandler
(SqlSession sqlSession, Object[] args) private Object
rowCountResult
(int rowCount)
-
Field Details
-
command
-
method
-
-
Constructor Details
-
MapperMethod
-
-
Method Details
-
execute
-
rowCountResult
-
executeWithResultHandler
-
executeForMany
-
executeForCursor
-
convertToDeclaredCollection
-
convertToArray
-
executeForMap
-