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