Package | Description |
---|---|
org.springframework.data.querydsl.binding |
Base classes to implement CDI support for repositories.
|
Modifier and Type | Method and Description |
---|---|
QuerydslBindings.AliasingPathBinder<P,T> |
QuerydslBindings.AliasingPathBinder.as(String alias)
Aliases the current binding to be available under the given path.
|
<T extends com.querydsl.core.types.Path<S>,S> |
QuerydslBindings.bind(T path)
Returns an
QuerydslBindings.AliasingPathBinder for the given Path to define bindings for them. |
Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.