Uses of Interface
org.springframework.data.querydsl.binding.MultiValueBinding
Package
Description
Base classes to implement CDI support for repositories.
-
Uses of MultiValueBinding in org.springframework.data.querydsl.binding
Modifier and TypeMethodDescription<S extends com.querydsl.core.types.Path<? extends T>,
T>
Optional<MultiValueBinding<S,T>> QuerydslBindings.getBindingForPath
(org.springframework.data.querydsl.binding.PathInformation path) Returns theSingleValueBinding
for the givenPropertyPath
.Modifier and TypeMethodDescriptionvoid
QuerydslBindings.PathBinder.all
(MultiValueBinding<P, T> binding) Defines the givenMultiValueBinding
to be used for the paths.<P extends com.querydsl.core.types.Path<T>>
voidQuerydslBindings.TypeBinder.all
(MultiValueBinding<P, T> binding) Configures the givenMultiValueBinding
to be used for the current type.