public interface FetchPath
| Modifier and Type | Method and Description | 
|---|---|
<T> void | 
apply(Query<T> query)
Apply the fetch path to the query. 
 | 
Set<String> | 
getProperties(String path)
Return the properties at the given path. 
 | 
boolean | 
hasPath(String path)
Return true if the path is included in this FetchPath. 
 | 
Copyright © 2019. All rights reserved.