Package | Description |
---|---|
org.springframework.data.querydsl.binding |
Base classes to implement CDI support for repositories.
|
Modifier and Type | Class and Description |
---|---|
class |
QuerydslBindings.AliasingPathBinder<P extends com.querydsl.core.types.Path<? extends T>,T>
A special
QuerydslBindings.PathBinder that additionally registers the binding under a dedicated alias. |
Modifier and Type | Method and Description |
---|---|
<T extends com.querydsl.core.types.Path<S>,S> |
QuerydslBindings.bind(T... paths)
Returns a new
QuerydslBindings.PathBinder for the given Path s to define bindings for them. |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.