Execute the query and get the results. note the return type of this will change in 2.0. @return a MorphiaCursor @see #iterator(FindOptions) @since 1.4 @deprecated use #iterator()
()
| 148 | * @deprecated use {@link #iterator()} |
| 149 | */ |
| 150 | @Deprecated(since = "2.0", forRemoval = true) |
| 151 | default MorphiaCursor<T> find() { |
| 152 | return iterator(); |
| 153 | } |
no outgoing calls