Skip to content

Commit 7ec9cb6

Browse files
alexottadutra
authored andcommitted
Clarify that accessor methods can return statements (apache#1132)
1 parent 85e169b commit 7ec9cb6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

manual/object_mapper/using/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,10 @@ executed:
275275
<td><code>ListenableFuture&lt;Result&lt;T&gt;&gt;</code></td>
276276
<td><code>T</code> must be a mapped class.<br/>Asynchronous execution, returns a list of mapped objects.</td>
277277
</tr>
278+
<tr>
279+
<td><code>Statement</code></td>
280+
<td>Object mapper doesn't execute query, but returns an instance of <code>BoundStatement</code> that could be executed via <code>Session</code> object. </td>
281+
</tr>
278282
</table>
279283

280284
Example:

0 commit comments

Comments
 (0)