Class MorphiaCursor<T>

  • Type Parameters:
    T - the original type being iterated
    All Implemented Interfaces:
    com.mongodb.client.MongoCursor<T>, Closeable, AutoCloseable, Iterator<T>

    @Deprecated(forRemoval=true)
    public class MorphiaCursor<T>
    extends MorphiaCursor<T>
    Deprecated, for removal: This API element is subject to removal in a future version.
    use MorphiaCursor instead
    Developer note.
    This is an internal item. Its function and presence are subject to change without warning. Its use is highly discouraged.
    • Constructor Detail

      • MorphiaCursor

        public MorphiaCursor​(com.mongodb.client.MongoCursor<T> cursor)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Creates a MorphiaCursor
        Parameters:
        cursor - the Iterator to use