See: Description
| Interface | Description |
|---|---|
| MultiValueBinding<T extends com.querydsl.core.types.Path<? extends S>,S> | |
| OptionalValueBinding<T extends com.querydsl.core.types.Path<? extends S>,S> | |
| QuerydslBinderCustomizer<T extends com.querydsl.core.types.EntityPath<?>> |
A component that will customize
QuerydslBindings for the given entity path. |
| SingleValueBinding<T extends com.querydsl.core.types.Path<? extends S>,S> |
| Class | Description |
|---|---|
| QuerydslBindings |
QuerydslBindings allows definition of path specific bindings. |
| QuerydslBindingsFactory |
Factory to create
QuerydslBindings using an EntityPathResolver. |
| QuerydslPredicateBuilder |
Builder assembling
Predicate out of PropertyValues. |
| Annotation Type | Description |
|---|---|
| QuerydslPredicate |
Annotation to customize the binding of HTTP request parameters to a Querydsl
Predicate in Spring MVC handler methods. |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.