N - The type of the next step.public interface ExistsPredicateFieldStep<N extends ExistsPredicateOptionsStep<?>>
| Modifier and Type | Method and Description |
|---|---|
N |
field(String absoluteFieldPath)
Target the given field in the "exists" predicate.
|
default N |
onField(String absoluteFieldPath)
Deprecated.
Use
field(String) instead. |
N field(String absoluteFieldPath)
absoluteFieldPath - The absolute path (from the document root) of the targeted field.@Deprecated default N onField(String absoluteFieldPath)
field(String) instead.absoluteFieldPath - The absolute path (from the document root) of the targeted field.Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.