@groovy.transform.CompileStatic class RxQueryUtils extends java.lang.Object
Utility methods for building Query implementations
| Modifiers | Name | Description |
|---|---|---|
class |
RxQueryUtils.1 |
| Constructor and description |
|---|
RxQueryUtils
() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
static rx.Observable |
processFetchStrategies(RxDatastoreClientImplementor datastoreClient, rx.Observable observable, PersistentEntity entity, java.util.Map<java.lang.String, javax.persistence.FetchType> fetchStrategies, QueryState queryState)Process fetch strategies for a query |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Process fetch strategies for a query
datastoreClient - The client implementorobservable - The original observableentity - The entityfetchStrategies - The fetch strategiesqueryState - The query state