io.realm.mongodb.mongo.iterable
Specific iterable for io.realm.mongodb.mongo.MongoCollection.find() operations.
Constructores
Constructor and Description |
|---|
ThreadPoolExecutor threadPoolExecutor, <any> osMongoCollection, CodecRegistry codecRegistry, java.lang.Class<ResultT> resultClass ) |
Resumen del método
Modificador y Tipo | Método y descripción |
|---|---|
public FindIterable | Establece el filtro de query a aplicar a la query. |
public FindIterable | Sets the limit to apply. |
public FindIterable | Sets a document describing the fields to return for all matching documents. |
public FindIterable | Establece los criterios de ordenación a aplicar en la query. |
Inherited Methods
Métodos heredados de la clase java.lang.Object:
getClass,hashCode,equals,clone,toString,notify,notifyAll,wait,wait,wait,finalizeMétodos heredados de la clase io.realm.mongodb.mongo.iterable.MongoIterable :
iterator,first
Detalle del constructor
public FindIterable ( ThreadPoolExecutor threadPoolExecutor, <any> osMongoCollection, CodecRegistry codecRegistry, java.lang.Class<ResultT> resultClass ) |
|---|
Detalle del método
filtro
Establece el filtro de query a aplicar a la query. Parámetros
Devuelve this |
limit
Sets the limit to apply. Parámetros
Devuelve this |
proyección
Sets a document describing the fields to return for all matching documents. Parámetros
Devuelve this |
sort
Establece los criterios de ordenación a aplicar en la query. Parámetros
Devuelve this |