Class MultiResolveResult

java.lang.Object
ch.tocco.nice2.rest.entity.impl.beans.factories.path.ResolveResult
ch.tocco.nice2.rest.entity.impl.beans.factories.path.MultiResolveResult

public class MultiResolveResult extends ResolveResult
This resolve results represents a collection of other resolve results. Get the resolve results via getResults(). A MultiResolveResult is for example created if a path like the following is resolved: `relChildren.label` In this example, `relChildren` is a to-many relation and `label` resolves to a field. So the resulting MultiResolveResult contains a FieldResolveResult for the `label` field of each entity which has been resolved in the first step (`relChildren`).