diff --git a/jOOQ/src/main/java/org/jooq/Cursor.java b/jOOQ/src/main/java/org/jooq/Cursor.java index eb51acdadc..64b1c47d37 100644 --- a/jOOQ/src/main/java/org/jooq/Cursor.java +++ b/jOOQ/src/main/java/org/jooq/Cursor.java @@ -52,6 +52,9 @@ import org.jooq.exception.MappingException; *
* Client code must close this {@link Cursor} in order to close the underlying * {@link PreparedStatement} and {@link ResultSet} + *
+ * Note: Unlike usual implementations of {@link Iterable}, a Cursor
+ * can only provide one {@link Iterator}!
*
* @param