| Modifier and Type | Class and Description |
|---|---|
static class |
Query.Operation<AllowedValueType> |
| Modifier | Constructor and Description |
|---|---|
protected |
Query()
only for
MockQuery |
protected |
Query(Class<Type> typeClass,
org.mongodb.morphia.Datastore datastore) |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Maybe<Type> |
find() |
Query<Type> |
limit(int limit) |
Query<Type> |
order(String field) |
io.reactivex.Single<QueryResult<Type>> |
query() |
Query<Type> |
skip(int skip) |
<AllowedValueType> |
with(String field,
Query.Operation<AllowedValueType> operation,
AllowedValueType value) |
protected Query()
MockQuerypublic <AllowedValueType> Query<Type> with(String field, Query.Operation<AllowedValueType> operation, AllowedValueType value)
public io.reactivex.Single<QueryResult<Type>> query()
public io.reactivex.Maybe<Type> find()
Copyright © 2019. All rights reserved.