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