We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4767664 commit 537b980Copy full SHA for 537b980
src/main/java/org/apache/ibatis/session/SqlSession.java
@@ -50,7 +50,7 @@ public interface SqlSession extends Closeable {
50
<T> T selectOne(String statement, Object parameter);
51
52
/**
53
- * Retrieve a list of mapped objects from the statement key and parameter.
+ * Retrieve a list of mapped objects from the statement key.
54
* @param <E> the returned list element type
55
* @param statement Unique identifier matching the statement to use.
56
* @return List of mapped object
0 commit comments