Package org.springframework.data.querydsl.binding
@NonNullApi
package org.springframework.data.querydsl.binding
Base classes to implement CDI support for repositories.
-
ClassDescriptionMultiValueBinding<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 customizeQuerydslBindings
for the given entity path.A component forQuerydslBindings
customization acting as default customizer the given entity path regardless of the domain type.QuerydslBindings
allows definition of path specific bindings.Factory to createQuerydslBindings
using anEntityPathResolver
.Annotation to customize the binding of HTTP request parameters to a QuerydslPredicate
in Spring MVC handler methods.Builder assemblingPredicate
out ofPropertyValues
.SingleValueBinding<T extends com.querydsl.core.types.Path<? extends S>,S>