public class QuerydslBindings.PathBinder<P extends com.querydsl.core.types.Path<? extends T>,T> extends Object
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) |
void |
firstOptional(OptionalValueBinding<P,T> binding)
Defines the given
SingleValueBinding to be used for the paths. |
protected void |
registerBinding(org.springframework.data.querydsl.binding.QuerydslBindings.PathAndBinding<P,T> binding) |
public void firstOptional(OptionalValueBinding<P,T> binding)
SingleValueBinding
to be used for the paths.binding
- must not be null.public void first(SingleValueBinding<P,T> binding)
public void all(MultiValueBinding<P,T> binding)
MultiValueBinding
to be used for the paths.binding
- must not be null.protected void registerBinding(org.springframework.data.querydsl.binding.QuerydslBindings.PathAndBinding<P,T> binding)
Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.