Uses of Class
org.springframework.data.querydsl.binding.QuerydslBindings
Package
Description
Base classes to implement CDI support for repositories.
-
Uses of QuerydslBindings in org.springframework.data.querydsl.binding
Modifier and TypeMethodDescriptionQuerydslBindingsFactory.createBindingsFor
(TypeInformation<?> domainType) Creates theQuerydslBindings
to be used using for the given domain type.QuerydslBindingsFactory.createBindingsFor
(TypeInformation<?> domainType, Class<? extends QuerydslBinderCustomizer<?>> customizer) Creates theQuerydslBindings
to be used using for the given domain type and a pre-definedQuerydslBinderCustomizer
.final QuerydslBindings
QuerydslBindings.excludeUnlistedProperties
(boolean excludeUnlistedProperties) Returns whether to exclude all properties for which no explicit binding has been defined or it has been explicitly allowed.Modifier and TypeMethodDescriptionvoid
QuerydslBinderCustomizer.customize
(QuerydslBindings bindings, T root) Customize theQuerydslBindings
for the given root.com.querydsl.core.types.Predicate
QuerydslPredicateBuilder.getPredicate
(TypeInformation<?> type, MultiValueMap<String, ?> values, QuerydslBindings bindings)