Package | Description |
---|---|
org.springframework.data.querydsl.binding |
Base classes to implement CDI support for repositories.
|
Modifier and Type | Method and Description |
---|---|
<S extends com.querydsl.core.types.Path<? extends T>,T> |
QuerydslBindings.getBindingForPath(org.springframework.data.querydsl.binding.PathInformation path)
Returns the
SingleValueBinding for the given PropertyPath . |
Modifier and Type | Method and Description |
---|---|
void |
QuerydslBindings.PathBinder.all(MultiValueBinding<P,T> binding)
Defines the given
MultiValueBinding to be used for the paths. |
<P extends com.querydsl.core.types.Path<T>> |
QuerydslBindings.TypeBinder.all(MultiValueBinding<P,T> binding)
Configures the given
MultiValueBinding to be used for the current type. |
Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.