public final class QuerydslBindings.PathBinder<P extends com.mysema.query.types.Path<? extends T>,T> extends Object
Path
s.Constructor and Description |
---|
PathBinder(P... paths)
Creates a new
QuerydslBindings.PathBinder for the given Path s. |
Modifier and Type | Method and Description |
---|---|
void |
all(MultiValueBinding<P,T> binding)
Defines the given
MultiValueBinding to be used for the paths. |
void |
first(SingleValueBinding<P,T> binding)
Defines the given
SingleValueBinding to be used for the paths. |
public PathBinder(P... paths)
QuerydslBindings.PathBinder
for the given Path
s.paths
- must not be null or empty.public void first(SingleValueBinding<P,T> binding)
SingleValueBinding
to be used for the paths.binding
- must not be null.public void all(MultiValueBinding<P,T> binding)
MultiValueBinding
to be used for the paths.binding
- must not be null.Copyright © 2011-2015–2015 Pivotal Software, Inc.. All rights reserved.